Commit Graph

59677 Commits (e830896c16ee9ea2ba4eaa8a49b6bb3079505003)
 

Author SHA1 Message Date
Tom Lane e830896c16 Calculate agglevelsup correctly when Aggref contains a CTE. 4 months ago
David Rowley 0fb06e8933 Add missing EPQ recheck for TID Range Scan 4 months ago
David Rowley 3d939a9b1c Add missing EPQ recheck for TID Scan 4 months ago
Tom Lane 047306a3fe Add regression expected-files for older OpenSSL in FIPS mode. 4 months ago
Noah Misch e127764b65 Fix pg_dump COMMENT dependency for separate domain constraints. 4 months ago
Tom Lane a865b654c7 Add regression expected-files for older OpenSSL in FIPS mode. 4 months ago
Richard Guo d719e2ecb1 Treat JsonConstructorExpr as non-strict 4 months ago
Fujii Masao 9681418987 pg_dump: Fix dumping of security labels on subscriptions and event triggers. 4 months ago
Fujii Masao f7f9c5d658 pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 4 months ago
Peter Eisentraut f9b41f3e1e CREATE STATISTICS: improve misleading error message 4 months ago
Peter Eisentraut 755f01ad74 jit: fix build with LLVM-21 4 months ago
Tom Lane e09adb5b9f Amend recent fix for SIMILAR TO regex conversion. 4 months ago
Tom Lane a220e40d11 Fix oversights in pg_event_trigger_dropped_objects() fixes. 4 months ago
Peter Eisentraut a399db8d59 Silence compiler warnings on clang 21 4 months ago
Tom Lane c0c8ee23c8 Report the correct is_temporary flag for column defaults. 4 months ago
Peter Eisentraut 591aeb5068 Remove stray semicolon at global scope 4 months ago
Michael Paquier fe73a0e6c1 Fix description of WAL record blocks in hash_xlog.h 4 months ago
Michael Paquier f918916cdb Fix incorrect file reference in guc.h 4 months ago
Tom Lane 862980f924 Fix memory leakage in nodeSubplan.c. 4 months ago
Nathan Bossart 15f9eeef62 meson: Build numeric.c with -ftree-vectorize. 4 months ago
Jeff Davis e25453a363 meson: build checksums with extra optimization flags. 4 months ago
Michael Paquier e2dd7b2acf Fix leak with SMgrRelations in startup process 4 months ago
Nathan Bossart 778f391c26 Fix documentation for shmem_startup_hook. 4 months ago
Michael Paquier 3e6dfcfb05 Fix corruption of pgstats shared hashtable due to OOM failures 4 months ago
Michael Paquier 1819ff4ed6 Update parser README to include parse_jsontable.c 4 months ago
Dean Rasheed 6195afbe53 Fix concurrent update issue with MERGE. 4 months ago
Michael Paquier fd3b972d78 Fix outdated comments in slru.c 4 months ago
Dean Rasheed 57dfb64ecf Fix compiler error introduced by 5386bfb9c1. 4 months ago
Dean Rasheed 76f45be931 Fix replica identity check for MERGE. 4 months ago
Dean Rasheed 0b934d3994 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 4 months ago
Richard Guo f34202f518 Fix planner error when estimating SubPlan cost 4 months ago
Michael Paquier 0fedb3a27d libpq: Fix PQtrace() format for non-printable characters 4 months ago
Michael Paquier 24ee8678f3 Update outdated references to the SLRU ControlLock 4 months ago
Daniel Gustafsson 92268b35d0 pg_dump: Fix compression API errorhandling 4 months ago
David Rowley ed394c4bdf Fix possible use after free in expand_partitioned_rtentry() 4 months ago
Álvaro Herrera e9fb314c7a
CREATE STATISTICS: improve misleading error message 4 months ago
Masahiko Sawada 00064302cb Use LW_SHARED in walsummarizer.c for WALSummarizerLock lock where possible. 4 months ago
Tom Lane 456c6a05d9 Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
Tom Lane d17abaea8e Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 4 months ago
Noah Misch 49a09c6c51 Rewrite previous commit's test for TestUpgradeXversion compatibility. 4 months ago
Noah Misch e8d22095e5 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 4 months ago
Amit Kapila 7b434f9646 Doc: Fix typo in logicaldecoding.sgml. 5 months ago
Michael Paquier dcdc95cb4d Ignore temporary relations in RelidByRelfilenumber() 5 months ago
Michael Paquier dc8efd61d9 doc: Improve description of wal_compression 5 months ago
Michael Paquier 07a3023871 Fix assertion failure with replication slot release in single-user mode 5 months ago
Masahiko Sawada b6090ed96b Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 5 months ago
Amit Kapila 288a817bcb Fix self-deadlock during DROP SUBSCRIPTION. 5 months ago
Tom Lane 71ee96e9f9 Fix missing "use Test::More" in Kerberos.pm. 5 months ago
Etsuro Fujita 61c3763077 Update obsolete comments in ResultRelInfo struct. 5 months ago
Peter Eisentraut 2b79e12095 Fix git whitespace warning 5 months ago