Commit Graph

55499 Commits (a4624929dba3d6e5cef98a6cedd865320db2269c)
 

Author SHA1 Message Date
Dean Rasheed a4624929db Fix compiler error introduced by 5386bfb9c1. 7 days ago
Dean Rasheed 5481cc332b Fix replica identity check for MERGE. 7 days ago
Dean Rasheed 451b22efd9 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 7 days ago
Richard Guo 53e35fb560 Fix planner error when estimating SubPlan cost 1 week ago
Michael Paquier 0b274c4759 libpq: Fix PQtrace() format for non-printable characters 1 week ago
David Rowley 8286bce0a0 Fix possible use after free in expand_partitioned_rtentry() 2 weeks ago
Álvaro Herrera f9a7622483
CREATE STATISTICS: improve misleading error message 2 weeks ago
Tom Lane 34249b3b58 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Tom Lane a9c1b9c1c6 Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 2 weeks ago
Noah Misch 090c9c9608 Rewrite previous commit's test for TestUpgradeXversion compatibility. 3 weeks ago
Noah Misch fbf967e996 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 3 weeks ago
Michael Paquier ec471008c8 Ignore temporary relations in RelidByRelfilenumber() 3 weeks ago
Michael Paquier 1c58a1bba4 doc: Improve description of wal_compression 3 weeks ago
Michael Paquier 818be9b73c Fix assertion failure with replication slot release in single-user mode 3 weeks ago
Masahiko Sawada eb9ee4d181 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Amit Kapila e411371558 Fix self-deadlock during DROP SUBSCRIPTION. 3 weeks ago
Etsuro Fujita 242e5afdae Update obsolete comments in ResultRelInfo struct. 4 weeks ago
Peter Eisentraut 82f9968824 Fix git whitespace warning 4 weeks ago
David Rowley 199a347d29 Fix invalid format string in HASH_DEBUG code 4 weeks ago
Andres Freund b3aa95b61e ci: Simplify ci-os-only handling 4 weeks ago
Andres Freund 88f3f7fd83 ci: Per-repo configuration for manually trigger tasks 4 weeks ago
Tom Lane f4c0883448 Don't treat EINVAL from semget() as a hard failure. 4 weeks ago
Tom Lane 0ab43b5482 Stamp 15.14. 1 month ago
Tom Lane 4eb9733b2b Last-minute updates for release notes. 1 month ago
Nathan Bossart 4240405068 Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 9751f934aa Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Peter Eisentraut a4f513b5a8 Translation updates 1 month ago
Dean Rasheed 415badc138 Fix security checks in selectivity estimation functions. 1 month ago
Tom Lane dfe189ecdf Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 1 month ago
Noah Misch 70637d7ae0 Remove, from stable branches, the new assertion of no pg_dump OID sort. 1 month ago
Peter Eisentraut f0d55b68ef Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita f39a7f32ae Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Peter Eisentraut 18d2d8ae42 pg_upgrade: Add missing newline in output, another one 1 month ago
Etsuro Fujita d642d23064 Disallow collecting transition tuples from child foreign tables. 1 month ago
Michael Paquier 769be67a3c Add information about "generation" when dropping twice pgstats entry 1 month ago
Peter Eisentraut a8b31b160b pg_upgrade: Make format strings consistent 1 month ago
Peter Eisentraut 22d7833505 pg_upgrade: Add missing newline in output 1 month ago
Tom Lane 186bc0dfdc doc: add float as an alias for double precision. 1 month ago
Alexander Korotkov 73f897ba58 Fix checkpointer shared memory allocation 1 month ago
Alexander Korotkov 098c27dee4 Revert "Clarify documentation for the initcap function" 1 month ago
John Naylor baacfb9e60 Update ICU C++ API symbols 1 month ago
Peter Eisentraut 63c79a6fc2 pg_upgrade: Improve message indentation 1 month ago
Tom Lane 835c9374d6 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago
Dean Rasheed 8748148d61 Fix typo in create_index.sql. 1 month ago
Álvaro Herrera 2f600115a5
doc: mention unusability of dropped CHECK to verify NOT NULL 1 month ago
Fujii Masao 6914a330f0 Fix assertion failure in pgbench when handling multiple pipeline sync messages. 1 month ago
Etsuro Fujita 23dc277590 Doc: clarify the restrictions of AFTER triggers with transition tables. 1 month ago
Nathan Bossart f79ca73d75 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Amit Kapila 434d2d147b Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 1 month ago
Noah Misch 22f126da6c Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago