Commit Graph

55594 Commits (55164852d3cd9cb828b8b13d357acf27f64e93cc)
 

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