Commit Graph

51695 Commits (8b6c29afd1254481a63e08e89bcefcde1c8d5418)
 

Author SHA1 Message Date
Tom Lane 8b6c29afd1 Fix memory leakage in nodeSubplan.c. 1 day ago
Dean Rasheed dbef9cbaa4 Fix compiler error introduced by 5386bfb9c1. 1 week ago
Dean Rasheed 0610b843c9 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 1 week ago
Richard Guo 8c02d92c64 Fix planner error when estimating SubPlan cost 1 week ago
Tom Lane 3e0f5f00b3 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Tom Lane b2d71c455f Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 2 weeks ago
Noah Misch fb75e1ef72 Rewrite previous commit's test for TestUpgradeXversion compatibility. 3 weeks ago
Noah Misch 05341b2e99 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 3 weeks ago
Michael Paquier 30b32b08c9 Ignore temporary relations in RelidByRelfilenumber() 3 weeks ago
Michael Paquier 3f134ce700 doc: Improve description of wal_compression 3 weeks ago
Michael Paquier 8ed079cad8 Fix assertion failure with replication slot release in single-user mode 3 weeks ago
Masahiko Sawada 7d8d36289f Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Amit Kapila 0a98f24a65 Fix self-deadlock during DROP SUBSCRIPTION. 3 weeks ago
Tom Lane e3b3fa8638 Don't treat EINVAL from semget() as a hard failure. 4 weeks ago
Tom Lane af2dbe860b Stamp 13.22. 1 month ago
Tom Lane 17d41fc70d Last-minute updates for release notes. 1 month ago
Nathan Bossart 27d3dee680 Fix MSVC pg_upgrade test. 1 month ago
Nathan Bossart c204bd39f7 Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 2179e6005e Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Peter Eisentraut 5d3dab9129 Translation updates 1 month ago
Dean Rasheed 533211ded3 Fix security checks in selectivity estimation functions. 1 month ago
Tom Lane 7ee1a7f89b Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 1 month ago
Noah Misch bc05590c7f Remove, from stable branches, the new assertion of no pg_dump OID sort. 1 month ago
Peter Eisentraut 387883f68c Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita afdb4cde14 Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Peter Eisentraut 095e83d096 pg_upgrade: Add missing newline in output, another one 1 month ago
Etsuro Fujita b6641f7b0e Disallow collecting transition tuples from child foreign tables. 1 month ago
Peter Eisentraut de7fd83cda pg_upgrade: Make format strings consistent 1 month ago
Peter Eisentraut 7406a7d82c pg_upgrade: Add missing newline in output 1 month ago
Tom Lane f9b09fe63c doc: add float as an alias for double precision. 1 month ago
Alexander Korotkov 7f872ae702 Fix checkpointer shared memory allocation 1 month ago
Alexander Korotkov 06633271ec Revert "Clarify documentation for the initcap function" 1 month ago
John Naylor 9560c1ec1c Update ICU C++ API symbols 1 month ago
Peter Eisentraut 1601310335 pg_upgrade: Improve message indentation 1 month ago
Dean Rasheed 747e869af6 Fix typo in create_index.sql. 1 month ago
Álvaro Herrera d0654e53f1
doc: mention unusability of dropped CHECK to verify NOT NULL 1 month ago
Etsuro Fujita f5a49328f8 Doc: clarify the restrictions of AFTER triggers with transition tables. 1 month ago
Noah Misch 04bc2c42f7 Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago
Tom Lane cc9a62c51a pg_dump: provide a stable sort order for rules. 1 month ago
Michael Paquier 612f5b8062 Fix ./configure checks with __cpuidex() and __cpuid() 1 month ago
Tom Lane c5bd803e58 Don't put library-supplied -L/-I switches before user-supplied ones. 1 month ago
Tom Lane 0ae8247040 Remove unnecessary complication around xmlParseBalancedChunkMemory. 1 month ago
Alexander Korotkov 907ac2ca30 Clarify documentation for the initcap function 1 month ago
Tom Lane 589d6e6408 Avoid regression in the size of XML input that we will accept. 2 months ago
Alexander Korotkov f32a471612 Limit checkpointer requests queue size 2 months ago
Tom Lane 1ccb3851db Fix build breakage on Solaris-alikes with late-model GCC. 2 months ago
Michael Paquier c934d56738 ecpg: Fix NULL pointer dereference during connection lookup 2 months ago
Fujii Masao ab13b7a8c7 doc: Document reopen of output file via SIGHUP in pg_recvlogical. 2 months ago
Alexander Korotkov 762f352ca4 Fix infinite wait when reading a partially written WAL record 2 months ago
Tom Lane 9dcd1aa815 Fix PQport to never return NULL unless the connection is NULL. 2 months ago