Commit Graph

53707 Commits (8c8d307f82976122980bbccf940319d1b8a71403)
 

Author SHA1 Message Date
Etsuro Fujita 8c8d307f82 Doc: Improve description of the "parallel_commit" option for postgres_fdw. 4 years ago
Peter Eisentraut 30ed71e423 Indent C code in flex and bison files 4 years ago
Andres Freund 0cf16cb8ca Don't report stats in LogicalRepApplyLoop() when in xact. 4 years ago
Michael Paquier 8d33412665 Remove PGDLLIMPORT marker from __pg_log_level 4 years ago
Andres Freund 07d683b54a Remove function declaration for function in pg_proc. 4 years ago
Andres Freund 0699b1ae2d Add missing binary_upgrade.h includes. 4 years ago
Andres Freund 09cd33f47b Add 'static' to file-local variables missing it. 4 years ago
Andres Freund 905c020bef Add missing 'extern' to function prototypes. 4 years ago
Tom Lane c2f436151e Do pre-release housekeeping on catalog data. 4 years ago
Tom Lane 03501aceae Add 23e7b38bf to git-blame-ignore-revs. 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Tom Lane 93909599cd libpq: drop pending pipelined commands in pqDropConnection(). 4 years ago
Andres Freund b5f44225b8 Mark a few 'bbsink' related functions / variables static. 4 years ago
Tom Lane 79b58c6f68 Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs. 4 years ago
Bruce Momjian 25285e5d4e relnotes: adjust several logical replication items and FK text 4 years ago
Etsuro Fujita 4036bcbbb9 postgres_fdw: Update comments in make_new_connection(). 4 years ago
Michael Paquier 5edeb57428 Add some missing PGDLLIMPORT markings 4 years ago
Bruce Momjian 6bfecf33f6 relnotes: mention non-exclusive backup mode was deprecated 4 years ago
John Naylor 7761b9faab Use correct datum macros in more tuplesort specialization functions. 4 years ago
Bruce Momjian d70b95a717 relnotes: add author to in-memory sorts item 4 years ago
Bruce Momjian da82c62469 relnotes: update for non-exclusive backup mode removal 4 years ago
Bruce Momjian 922d1a27e9 relnote: improve sorting entries 4 years ago
Robert Haas ab02d702ef Remove non-functional code for unloading loadable modules. 4 years ago
Bruce Momjian 78ccd6cca4 relnotes: adjustments from Álvaro Herrera 4 years ago
Bruce Momjian 279d957efe relnotes: update foreign key partition and add sort items 4 years ago
Michael Paquier 45edde037e Fix typos and grammar in code and test comments 4 years ago
Thomas Munro 0d3431497d Add logging for excessive ProcSignalBarrier waits. 4 years ago
Amit Kapila f95d53eded Fix the logical replication timeout during large transactions. 4 years ago
Michael Paquier 8bbf8461a3 Silence extra logging when using "postgres -C" on runtime-computed GUCs 4 years ago
Peter Eisentraut 3aa7a3d2a3 Add missing source files to nls.mk 4 years ago
Bruce Momjian 38fbbb5bb2 relnotes: more adjustments 4 years ago
Bruce Momjian 581c4e5b31 relnotes: logical replication permissions checked by subscrib. 4 years ago
Bruce Momjian a3c5f56c21 relnotes: adjustments 4 years ago
Michael Paquier 0826ac89ac Improve setup of environment values for commands in MSVC's vcregress.pl 4 years ago
David Rowley c90c16591c Fix some incorrect preprocessor tests in tuplesort specializations 4 years ago
Tom Lane aff45c879e configure: don't probe for libldap_r if libldap is 2.5 or newer. 4 years ago
Bruce Momjian b0d4b3c386 relnotes: adjust sections for various items 4 years ago
Bruce Momjian 40131af573 relnote: add ARM64 spinlock item 4 years ago
Bruce Momjian 653443ed83 relnotes: remove sequence replication and update 'postgres -C' 4 years ago
Bruce Momjian 9d89bb8a02 relnote: extensive updates 4 years ago
Peter Eisentraut 9700b250c5 Formatting and punctuation improvements in sample configuration files 4 years ago
Peter Eisentraut 93e6892f67 Remove some tabs in SQL code in C string literals 4 years ago
Peter Eisentraut a9c018565e doc: Update SQL keywords for SQL:2016 technical corrigenda 4 years ago
Bruce Momjian 3c534949bb relnotes: "training" -> "trailing" 4 years ago
Bruce Momjian 9499606db0 doc: first draft of PG 15 release notes 4 years ago
Michael Paquier 7dd3ee5084 Fix several issues with the TAP tests of pg_upgrade 4 years ago
Tom Lane fe20afaee8 Fix core dump in transformValuesClause when there are no columns. 4 years ago
Tom Lane 29904f5f2f Revert "Disallow infinite endpoints in generate_series() for timestamps." 4 years ago
Noah Misch 0abc1a059e In REFRESH MATERIALIZED VIEW, set user ID before running user code. 4 years ago
Noah Misch a117cebd63 Make relation-enumerating operations be security-restricted operations. 4 years ago