Commit Graph

57589 Commits (d16ed88f040b4aaf32f3df0ff4e07ae3f798cf71)
 

Author SHA1 Message Date
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. 5 months ago
Nathan Bossart 7ad8e79098 Restrict psql meta-commands in plain-text dumps. 5 months ago
Noah Misch 850caae60c Convert newlines to spaces in names written in v11+ pg_dump comments. 5 months ago
Peter Eisentraut 1926342923 Translation updates 5 months ago
Dean Rasheed 7e86da539d Fix security checks in selectivity estimation functions. 5 months ago
Tom Lane 94c067376d Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 5 months ago
Noah Misch 2166832961 Remove, from stable branches, the new assertion of no pg_dump OID sort. 5 months ago
Peter Eisentraut a3906b44c5 Fix incorrect lack of Datum conversion in _int_matchsel() 5 months ago
Etsuro Fujita 3863c6fb69 Fix oversight in FindTriggerIncompatibleWithInheritance. 5 months ago
Etsuro Fujita 9cca445dfd Disallow collecting transition tuples from child foreign tables. 5 months ago
Michael Paquier f770006928 Add information about "generation" when dropping twice pgstats entry 5 months ago
Peter Eisentraut 06f4448164 pg_upgrade: Make format strings consistent 5 months ago
Tom Lane 3a3b1d7ab1 doc: add float as an alias for double precision. 5 months ago
Alexander Korotkov 2ac50f1187 Fix checkpointer shared memory allocation 5 months ago
Alexander Korotkov b862465dba Revert "Clarify documentation for the initcap function" 5 months ago
John Naylor aae9aad19d Update ICU C++ API symbols 5 months ago
Peter Eisentraut 05b367bea4 pg_upgrade: Improve message indentation 5 months ago
Tom Lane b9279058a3 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 5 months ago
Melanie Plageman 3c2c3f2ddb Minor test fixes in 035_standby_logical_decoding.pl 5 months ago
Dean Rasheed 112945a61e Fix typo in create_index.sql. 5 months ago
Álvaro Herrera 479ebce12d
doc: mention unusability of dropped CHECK to verify NOT NULL 5 months ago
Fujii Masao 1d3ded521a Fix assertion failure in pgbench when handling multiple pipeline sync messages. 5 months ago
Etsuro Fujita cd45fef058 Doc: clarify the restrictions of AFTER triggers with transition tables. 5 months ago
Michael Paquier ec96e88122 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 5 months ago
Nathan Bossart b998ce3272 Allow resetting unknown custom GUCs with reserved prefixes. 5 months ago
Amit Kapila adfd802191 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 5 months ago
Noah Misch 0ac1581c3f Sort dump objects independent of OIDs, for the 7 holdout object types. 5 months ago
Tom Lane 9affed2634 pg_dump: provide a stable sort order for rules. 5 months ago
Michael Paquier c1984be23c Fix ./configure checks with __cpuidex() and __cpuid() 5 months ago
Tom Lane bbc20c8a9f Don't put library-supplied -L/-I switches before user-supplied ones. 5 months ago
Tom Lane 762c6d8d26 Remove unnecessary complication around xmlParseBalancedChunkMemory. 5 months ago
Alexander Korotkov d861b92822 Clarify documentation for the initcap function 5 months ago
Tom Lane 6d5e493b4a Avoid regression in the size of XML input that we will accept. 6 months ago
Alexander Korotkov f0cdc2afd1 Limit checkpointer requests queue size 6 months ago
Tom Lane e4d5854555 Fix build breakage on Solaris-alikes with late-model GCC. 6 months ago
Michael Paquier 313d3102fa ecpg: Fix NULL pointer dereference during connection lookup 6 months ago