summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-13Doc: Improve description of the "parallel_commit" option for postgres_fdw.Etsuro Fujita
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-13Don't report stats in LogicalRepApplyLoop() when in xact.Andres Freund
2022-05-13Remove PGDLLIMPORT marker from __pg_log_levelMichael Paquier
2022-05-12Remove function declaration for function in pg_proc.Andres Freund
2022-05-12Add missing binary_upgrade.h includes.Andres Freund
2022-05-12Add 'static' to file-local variables missing it.Andres Freund
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-05-12Do pre-release housekeeping on catalog data.Tom Lane
2022-05-12Add 23e7b38bf to git-blame-ignore-revs.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12libpq: drop pending pipelined commands in pqDropConnection().Tom Lane
2022-05-12Mark a few 'bbsink' related functions / variables static.Andres Freund
2022-05-12Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane
2022-05-12relnotes: adjust several logical replication items and FK textBruce Momjian
2022-05-12postgres_fdw: Update comments in make_new_connection().Etsuro Fujita
2022-05-12Add some missing PGDLLIMPORT markingsMichael Paquier
2022-05-12relnotes: mention non-exclusive backup mode was deprecatedBruce Momjian
2022-05-12Use correct datum macros in more tuplesort specialization functions.John Naylor
2022-05-12relnotes: add author to in-memory sorts itemBruce Momjian
2022-05-12relnotes: update for non-exclusive backup mode removalBruce Momjian
2022-05-12relnote: improve sorting entriesBruce Momjian
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-05-11relnotes: adjustments from Álvaro HerreraBruce Momjian
2022-05-11relnotes: update foreign key partition and add sort itemsBruce Momjian
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-11Add logging for excessive ProcSignalBarrier waits.Thomas Munro
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-05-11Silence extra logging when using "postgres -C" on runtime-computed GUCsMichael Paquier
2022-05-11Add missing source files to nls.mkPeter Eisentraut
2022-05-11relnotes: more adjustmentsBruce Momjian
2022-05-11relnotes: logical replication permissions checked by subscrib.Bruce Momjian
2022-05-11relnotes: adjustmentsBruce Momjian
2022-05-11Improve setup of environment values for commands in MSVC's vcregress.plMichael Paquier
2022-05-10Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley
2022-05-10configure: don't probe for libldap_r if libldap is 2.5 or newer.Tom Lane
2022-05-10relnotes: adjust sections for various itemsBruce Momjian
2022-05-10relnote: add ARM64 spinlock itemBruce Momjian
2022-05-10relnotes: remove sequence replication and update 'postgres -C'Bruce Momjian
2022-05-10relnote: extensive updatesBruce Momjian
2022-05-10Formatting and punctuation improvements in sample configuration filesPeter Eisentraut
2022-05-10Remove some tabs in SQL code in C string literalsPeter Eisentraut
2022-05-10doc: Update SQL keywords for SQL:2016 technical corrigendaPeter Eisentraut
2022-05-10relnotes: "training" -> "trailing"Bruce Momjian
2022-05-10doc: first draft of PG 15 release notesBruce Momjian
2022-05-10Fix several issues with the TAP tests of pg_upgradeMichael Paquier
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch