Commit Graph

57597 Commits (ec017a305bd4e73a2129e20ea9bbebfcf735ecdc)
 

Author SHA1 Message Date
Daniel Gustafsson ec017a305b pg_dump: Fix compression API errorhandling 5 months ago
David Rowley f0fe1da509 Fix possible use after free in expand_partitioned_rtentry() 5 months ago
Álvaro Herrera d84a6c3dad
CREATE STATISTICS: improve misleading error message 5 months ago
Tom Lane d532069c39 Put "excludeOnly" GIN scan keys at the end of the scankey array. 5 months ago
Tom Lane 25eadfd0fe Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 5 months ago
Noah Misch 412d29fd21 Rewrite previous commit's test for TestUpgradeXversion compatibility. 5 months ago
Noah Misch e68fa9a830 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 5 months ago
Michael Paquier ab874faaa1 Ignore temporary relations in RelidByRelfilenumber() 5 months ago
Michael Paquier d16ed88f04 doc: Improve description of wal_compression 5 months ago
Michael Paquier fea1cc3f75 Fix assertion failure with replication slot release in single-user mode 5 months ago
Masahiko Sawada 815fcfb206 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 5 months ago
Amit Kapila 7ece761290 Fix self-deadlock during DROP SUBSCRIPTION. 5 months ago
Etsuro Fujita eb13f3d2e0 Update obsolete comments in ResultRelInfo struct. 5 months ago
Peter Eisentraut 1d5205d88b Fix git whitespace warning 5 months ago
David Rowley d809494cdf Fix invalid format string in HASH_DEBUG code 5 months ago
Andres Freund 4900179e9c ci: Simplify ci-os-only handling 5 months ago
Andres Freund 965d0a0b8b ci: Per-repo configuration for manually trigger tasks 5 months ago
Michael Paquier 791506f59e Fix compilation warning with SerializeClientConnectionInfo() 5 months ago
Andres Freund c42f2bdcdf ci: windows: Stop using DEBUG:FASTLINK 5 months ago
Tom Lane e67d5f7baa Don't treat EINVAL from semget() as a hard failure. 5 months ago
Michael Paquier 327bd6111a postgres_fdw: Fix tests with ANALYZE and remote sampling 5 months ago
Tom Lane c13dd7d50f Stamp 16.10. 5 months ago
Tom Lane 18d01671ef Last-minute updates for release notes. 6 months ago
Nathan Bossart 7ad8e79098 Restrict psql meta-commands in plain-text dumps. 6 months ago
Noah Misch 850caae60c Convert newlines to spaces in names written in v11+ pg_dump comments. 6 months ago
Peter Eisentraut 1926342923 Translation updates 6 months ago
Dean Rasheed 7e86da539d Fix security checks in selectivity estimation functions. 6 months ago
Tom Lane 94c067376d Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 6 months ago
Noah Misch 2166832961 Remove, from stable branches, the new assertion of no pg_dump OID sort. 6 months ago
Peter Eisentraut a3906b44c5 Fix incorrect lack of Datum conversion in _int_matchsel() 6 months ago
Etsuro Fujita 3863c6fb69 Fix oversight in FindTriggerIncompatibleWithInheritance. 6 months ago
Etsuro Fujita 9cca445dfd Disallow collecting transition tuples from child foreign tables. 6 months ago
Michael Paquier f770006928 Add information about "generation" when dropping twice pgstats entry 6 months ago
Peter Eisentraut 06f4448164 pg_upgrade: Make format strings consistent 6 months ago
Tom Lane 3a3b1d7ab1 doc: add float as an alias for double precision. 6 months ago
Alexander Korotkov 2ac50f1187 Fix checkpointer shared memory allocation 6 months ago
Alexander Korotkov b862465dba Revert "Clarify documentation for the initcap function" 6 months ago
John Naylor aae9aad19d Update ICU C++ API symbols 6 months ago
Peter Eisentraut 05b367bea4 pg_upgrade: Improve message indentation 6 months ago
Tom Lane b9279058a3 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 6 months ago
Melanie Plageman 3c2c3f2ddb Minor test fixes in 035_standby_logical_decoding.pl 6 months ago
Dean Rasheed 112945a61e Fix typo in create_index.sql. 6 months ago
Álvaro Herrera 479ebce12d
doc: mention unusability of dropped CHECK to verify NOT NULL 6 months ago
Fujii Masao 1d3ded521a Fix assertion failure in pgbench when handling multiple pipeline sync messages. 6 months ago
Etsuro Fujita cd45fef058 Doc: clarify the restrictions of AFTER triggers with transition tables. 6 months ago
Michael Paquier ec96e88122 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 6 months ago
Nathan Bossart b998ce3272 Allow resetting unknown custom GUCs with reserved prefixes. 6 months ago
Amit Kapila adfd802191 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 6 months ago
Noah Misch 0ac1581c3f Sort dump objects independent of OIDs, for the 7 holdout object types. 6 months ago
Tom Lane 9affed2634 pg_dump: provide a stable sort order for rules. 6 months ago