Commit Graph

53715 Commits (REL_14_STABLE)
 

Author SHA1 Message Date
Tom Lane 5eab9b0a47 Fix memory leakage in nodeSubplan.c. 22 hours ago
Dean Rasheed ea65c88238 Fix compiler error introduced by 5386bfb9c1. 1 week ago
Dean Rasheed 5fd569ef2d Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 1 week ago
Richard Guo 160ef51c8d Fix planner error when estimating SubPlan cost 1 week ago
Michael Paquier 0cc540f0d0 libpq: Fix PQtrace() format for non-printable characters 1 week ago
Álvaro Herrera b830f9d674
CREATE STATISTICS: improve misleading error message 2 weeks ago
Tom Lane 4a593043ee Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Tom Lane a7da746c11 Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 2 weeks ago
Noah Misch 22c6a44f01 Rewrite previous commit's test for TestUpgradeXversion compatibility. 3 weeks ago
Noah Misch 4948bb9df4 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 3 weeks ago
Michael Paquier 222130edd8 Ignore temporary relations in RelidByRelfilenumber() 3 weeks ago
Michael Paquier 24145bbb9e doc: Improve description of wal_compression 3 weeks ago
Michael Paquier 32d388d00f Fix assertion failure with replication slot release in single-user mode 3 weeks ago
Masahiko Sawada 79643105a2 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Amit Kapila ef77502746 Fix self-deadlock during DROP SUBSCRIPTION. 3 weeks ago
Etsuro Fujita 59bab34160 Update obsolete comments in ResultRelInfo struct. 4 weeks ago
David Rowley 2c7c08a090 Fix invalid format string in HASH_DEBUG code 4 weeks ago
Tom Lane b3d6e8b63b Don't treat EINVAL from semget() as a hard failure. 4 weeks ago
Tom Lane 4e9da016ad Stamp 14.19. 1 month ago
Tom Lane 2e19ad79e1 Last-minute updates for release notes. 1 month ago
Nathan Bossart 8967c33c67 Fix MSVC pg_upgrade test. 1 month ago
Nathan Bossart e4998d089d Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 0f58384384 Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Peter Eisentraut 14f193beb2 Translation updates 1 month ago
Dean Rasheed afe38fb6ab Fix security checks in selectivity estimation functions. 1 month ago
Tom Lane e21c9823d3 Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 1 month ago
Noah Misch 7846f47096 Remove, from stable branches, the new assertion of no pg_dump OID sort. 1 month ago
Peter Eisentraut 64dec8060c Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita 73eb6afa13 Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Peter Eisentraut bef2c2a4eb pg_upgrade: Add missing newline in output, another one 1 month ago
Etsuro Fujita e94fc1a8ad Disallow collecting transition tuples from child foreign tables. 1 month ago
Peter Eisentraut ed2bb0cdda pg_upgrade: Make format strings consistent 1 month ago
Peter Eisentraut f9f6595e31 pg_upgrade: Add missing newline in output 1 month ago
Tom Lane fe966e886c doc: add float as an alias for double precision. 1 month ago
Alexander Korotkov c5d66fc12b Fix checkpointer shared memory allocation 1 month ago
Alexander Korotkov 0edaaa8f29 Revert "Clarify documentation for the initcap function" 1 month ago
John Naylor a4f891b962 Update ICU C++ API symbols 1 month ago
Peter Eisentraut a00eb374cd pg_upgrade: Improve message indentation 1 month ago
Tom Lane 5b0c8e3289 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago
Dean Rasheed 0c27d80d5f Fix typo in create_index.sql. 1 month ago
Álvaro Herrera 2ea8a37f27
doc: mention unusability of dropped CHECK to verify NOT NULL 1 month ago
Etsuro Fujita b49cb0b8df Doc: clarify the restrictions of AFTER triggers with transition tables. 1 month ago
Amit Kapila 41fb3f51cb Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 1 month ago
Noah Misch 7ee7c1cd38 Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago
Tom Lane 25388fb2cb pg_dump: provide a stable sort order for rules. 1 month ago
Michael Paquier 60953d4cba Fix ./configure checks with __cpuidex() and __cpuid() 1 month ago
Tom Lane 2dee95bd0c Don't put library-supplied -L/-I switches before user-supplied ones. 1 month ago
Tom Lane cdcdabce5b Remove unnecessary complication around xmlParseBalancedChunkMemory. 1 month ago
Alexander Korotkov 276b022ec0 Clarify documentation for the initcap function 1 month ago
Tom Lane 0395464aff Avoid regression in the size of XML input that we will accept. 1 month ago