Commit Graph

59656 Commits (e2dd7b2acf27336d47f78d68f4aac03f7770a6a6)
 

Author SHA1 Message Date
Michael Paquier e2dd7b2acf Fix leak with SMgrRelations in startup process 2 days ago
Nathan Bossart 778f391c26 Fix documentation for shmem_startup_hook. 2 days ago
Michael Paquier 3e6dfcfb05 Fix corruption of pgstats shared hashtable due to OOM failures 3 days ago
Michael Paquier 1819ff4ed6 Update parser README to include parse_jsontable.c 4 days ago
Dean Rasheed 6195afbe53 Fix concurrent update issue with MERGE. 6 days ago
Michael Paquier fd3b972d78 Fix outdated comments in slru.c 7 days ago
Dean Rasheed 57dfb64ecf Fix compiler error introduced by 5386bfb9c1. 1 week ago
Dean Rasheed 76f45be931 Fix replica identity check for MERGE. 1 week ago
Dean Rasheed 0b934d3994 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 1 week ago
Richard Guo f34202f518 Fix planner error when estimating SubPlan cost 1 week ago
Michael Paquier 0fedb3a27d libpq: Fix PQtrace() format for non-printable characters 1 week ago
Michael Paquier 24ee8678f3 Update outdated references to the SLRU ControlLock 1 week ago
Daniel Gustafsson 92268b35d0 pg_dump: Fix compression API errorhandling 2 weeks ago
David Rowley ed394c4bdf Fix possible use after free in expand_partitioned_rtentry() 2 weeks ago
Álvaro Herrera e9fb314c7a
CREATE STATISTICS: improve misleading error message 2 weeks ago
Masahiko Sawada 00064302cb Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock where possible. 2 weeks ago
Tom Lane 456c6a05d9 Put "excludeOnly" GIN scan keys at the end of the scankey array. 2 weeks ago
Tom Lane d17abaea8e Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 2 weeks ago
Noah Misch 49a09c6c51 Rewrite previous commit's test for TestUpgradeXversion compatibility. 3 weeks ago
Noah Misch e8d22095e5 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 3 weeks ago
Amit Kapila 7b434f9646 Doc: Fix typo in logicaldecoding.sgml. 3 weeks ago
Michael Paquier dcdc95cb4d Ignore temporary relations in RelidByRelfilenumber() 3 weeks ago
Michael Paquier dc8efd61d9 doc: Improve description of wal_compression 3 weeks ago
Michael Paquier 07a3023871 Fix assertion failure with replication slot release in single-user mode 3 weeks ago
Masahiko Sawada b6090ed96b Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Amit Kapila 288a817bcb Fix self-deadlock during DROP SUBSCRIPTION. 3 weeks ago
Tom Lane 71ee96e9f9 Fix missing "use Test::More" in Kerberos.pm. 3 weeks ago
Etsuro Fujita 61c3763077 Update obsolete comments in ResultRelInfo struct. 4 weeks ago
Peter Eisentraut 2b79e12095 Fix git whitespace warning 4 weeks ago
David Rowley 04b384b3ef Fix invalid format string in HASH_DEBUG code 4 weeks ago
David Rowley efe705b05c Fix failing -D HASH_STATISTICS builds 4 weeks ago
Andres Freund 73f107b54e ci: Simplify ci-os-only handling 4 weeks ago
Andres Freund 3d478f66b6 ci: Per-repo configuration for manually trigger tasks 4 weeks ago
Michael Paquier 3e6741e8dd Fix compilation warning with SerializeClientConnectionInfo() 4 weeks ago
Andres Freund 3e6059cc70 ci: windows: Stop using DEBUG:FASTLINK 4 weeks ago
Tom Lane ab92f0e7f7 Don't treat EINVAL from semget() as a hard failure. 4 weeks ago
Michael Paquier e81a5031d5 postgres_fdw: Fix tests with ANALYZE and remote sampling 4 weeks ago
Tom Lane 7885b94dd8 Stamp 17.6. 1 month ago
Tom Lane 86ad5a84c7 Last-minute updates for release notes. 1 month ago
Nathan Bossart 575f54d4ce Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 9b92f115bd Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Peter Eisentraut ac4c0d3451 Translation updates 1 month ago
Dean Rasheed a85eddab23 Fix security checks in selectivity estimation functions. 1 month ago
Tom Lane 024123a0d3 Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 1 month ago
Noah Misch 28e7252e45 Remove, from stable branches, the new assertion of no pg_dump OID sort. 1 month ago
Tom Lane b70d9de77f First-draft release notes for 17.6. 1 month ago
Peter Eisentraut 276cdd4cc3 Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita e028ce911a Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Fujii Masao 7dafc4a413 pg_dump: Fix incorrect parsing of object types in pg_dump --filter. 1 month ago
Etsuro Fujita 9048a83c7a Disallow collecting transition tuples from child foreign tables. 1 month ago