Commit Graph

57607 Commits (REL_16_STABLE)
 

Author SHA1 Message Date
Tom Lane e1da9c0721 Fix memory leakage in nodeSubplan.c. 22 hours ago
Nathan Bossart 509c779293 meson: Build numeric.c with -ftree-vectorize. 1 day ago
Jeff Davis 2de24ca6ca meson: build checksums with extra optimization flags. 2 days ago
Michael Paquier 12f57681c7 Fix corruption of pgstats shared hashtable due to OOM failures 3 days ago
Dean Rasheed 21a61b87f4 Fix concurrent update issue with MERGE. 6 days ago
Dean Rasheed d37694b974 Fix compiler error introduced by 5386bfb9c1. 1 week ago
Dean Rasheed 421d7a1579 Fix replica identity check for MERGE. 1 week ago
Dean Rasheed 0c4d5a45db Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 1 week ago
Richard Guo 79ade58732 Fix planner error when estimating SubPlan cost 1 week ago
Michael Paquier 701a0bd56a libpq: Fix PQtrace() format for non-printable characters 1 week ago
Daniel Gustafsson ec017a305b pg_dump: Fix compression API errorhandling 2 weeks ago
David Rowley f0fe1da509 Fix possible use after free in expand_partitioned_rtentry() 2 weeks ago
Álvaro Herrera d84a6c3dad
CREATE STATISTICS: improve misleading error message 2 weeks ago
Tom Lane d532069c39 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Tom Lane 25eadfd0fe Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 2 weeks ago
Noah Misch 412d29fd21 Rewrite previous commit's test for TestUpgradeXversion compatibility. 3 weeks ago
Noah Misch e68fa9a830 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 3 weeks ago
Michael Paquier ab874faaa1 Ignore temporary relations in RelidByRelfilenumber() 3 weeks ago
Michael Paquier d16ed88f04 doc: Improve description of wal_compression 3 weeks ago
Michael Paquier fea1cc3f75 Fix assertion failure with replication slot release in single-user mode 3 weeks ago
Masahiko Sawada 815fcfb206 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Amit Kapila 7ece761290 Fix self-deadlock during DROP SUBSCRIPTION. 3 weeks ago
Etsuro Fujita eb13f3d2e0 Update obsolete comments in ResultRelInfo struct. 4 weeks ago
Peter Eisentraut 1d5205d88b Fix git whitespace warning 4 weeks ago
David Rowley d809494cdf Fix invalid format string in HASH_DEBUG code 4 weeks ago
Andres Freund 4900179e9c ci: Simplify ci-os-only handling 4 weeks ago
Andres Freund 965d0a0b8b ci: Per-repo configuration for manually trigger tasks 4 weeks ago
Michael Paquier 791506f59e Fix compilation warning with SerializeClientConnectionInfo() 4 weeks ago
Andres Freund c42f2bdcdf ci: windows: Stop using DEBUG:FASTLINK 4 weeks ago
Tom Lane e67d5f7baa Don't treat EINVAL from semget() as a hard failure. 4 weeks ago
Michael Paquier 327bd6111a postgres_fdw: Fix tests with ANALYZE and remote sampling 4 weeks ago
Tom Lane c13dd7d50f Stamp 16.10. 1 month ago
Tom Lane 18d01671ef Last-minute updates for release notes. 1 month ago
Nathan Bossart 7ad8e79098 Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 850caae60c Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Peter Eisentraut 1926342923 Translation updates 1 month ago
Dean Rasheed 7e86da539d Fix security checks in selectivity estimation functions. 1 month ago
Tom Lane 94c067376d Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 1 month ago
Noah Misch 2166832961 Remove, from stable branches, the new assertion of no pg_dump OID sort. 1 month ago
Peter Eisentraut a3906b44c5 Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita 3863c6fb69 Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Etsuro Fujita 9cca445dfd Disallow collecting transition tuples from child foreign tables. 1 month ago
Michael Paquier f770006928 Add information about "generation" when dropping twice pgstats entry 1 month ago
Peter Eisentraut 06f4448164 pg_upgrade: Make format strings consistent 1 month ago
Tom Lane 3a3b1d7ab1 doc: add float as an alias for double precision. 1 month ago
Alexander Korotkov 2ac50f1187 Fix checkpointer shared memory allocation 1 month ago
Alexander Korotkov b862465dba Revert "Clarify documentation for the initcap function" 1 month ago
John Naylor aae9aad19d Update ICU C++ API symbols 1 month ago
Peter Eisentraut 05b367bea4 pg_upgrade: Improve message indentation 1 month ago
Tom Lane b9279058a3 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago