Commit Graph

53803 Commits (0c67dbcc4e39e160bc5c9d7db3b3f011292d5a85)
 

Author SHA1 Message Date
Tom Lane 7fb8c92404 Fix resource leaks in PL/Python error reporting, redux. 2 months ago
Fujii Masao 10799d025f Add comments explaining overflow entries in the replication lag tracker. 2 months ago
Masahiko Sawada c4a6444a65 Add copyright notice to vacuum_horizon_floor.pl test. 2 months ago
David Rowley e4316ec4dd Fix incorrect zero extension of Datum in JIT tuple deform code 2 months ago
Fujii Masao f106f53df6 Make invalid primary_slot_name follow standard GUC error reporting. 2 months ago
Fujii Masao a7ab6ce6a0 Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. 2 months ago
Nathan Bossart 58ba7e5ebf Add .abi-compliance-history to back-branches. 2 months ago
Nathan Bossart 0a358eb45e Add previous commit to .git-blame-ignore-revs. 2 months ago
Nathan Bossart e95010a9c0 Re-pgindent brin.c. 2 months ago
David Rowley eea24eb0ac Fix BRIN 32-bit counter wrap issue with huge tables 2 months ago
Michael Paquier 5274f11c17 Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 2 months ago
Tom Lane 40dc710a61 Don't rely on zlib's gzgetc() macro. 2 months ago
Álvaro Herrera 6062c3db30
Fix pg_dump sorting of foreign key constraints 2 months ago
Nathan Bossart f146eb45cb Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Álvaro Herrera 56cd332f80
Fix update-po for the PGXS case 2 months ago
Etsuro Fujita 24e74b9621 Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Tom Lane e91eb4ad66 Fix incorrect message-printing in win32security.c. 2 months ago
David Rowley 715eb62e30 Doc: clarify n_distinct_inherited setting 2 months ago
Álvaro Herrera b753be38a4
Stop creating constraints during DETACH CONCURRENTLY 2 months ago
Peter Geoghegan 314004021e Remove overzealous _bt_killitems assertion. 2 months ago
Michael Paquier f57f2760e6 Remove state.tmp when failing to save a replication slot 2 months ago
Tom Lane f46d77377b Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 2 months ago
Michael Paquier 9b3beb7c6f pgbench: Fail cleanly when finding a COPY result state 3 months ago
Michael Paquier ee2dbcad02 pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Fujii Masao cb21e1f92f pgbench: Fix error reporting in readCommandResponse(). 3 months ago
Noah Misch 5816baa9bc Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
Tom Lane 0be39b4b1a Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
Fujii Masao bc476f8b8b pg_restore: Fix security label handling with --no-publications/subscriptions. 3 months ago
Tom Lane 31bf096320 Calculate agglevelsup correctly when Aggref contains a CTE. 3 months ago
David Rowley f78a690347 Add missing EPQ recheck for TID Range Scan 3 months ago
David Rowley 2eb7ea97d8 Add missing EPQ recheck for TID Scan 3 months ago
Noah Misch 85d6ed31fc Fix pg_dump COMMENT dependency for separate domain constraints. 3 months ago
Fujii Masao 295c0a644a pg_dump: Fix dumping of security labels on subscriptions and event triggers. 3 months ago
Fujii Masao db900ec358 pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 3 months ago
Peter Eisentraut cbd3732cbb CREATE STATISTICS: improve misleading error message 3 months ago
Peter Eisentraut fbfc36e947 jit: fix build with LLVM-21 3 months ago
Tom Lane f75ff1b141 Amend recent fix for SIMILAR TO regex conversion. 3 months ago
Michael Paquier 5e131489fe Fix description of WAL record blocks in hash_xlog.h 3 months ago
Tom Lane 5eab9b0a47 Fix memory leakage in nodeSubplan.c. 3 months ago
Dean Rasheed ea65c88238 Fix compiler error introduced by 5386bfb9c1. 3 months ago
Dean Rasheed 5fd569ef2d Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 3 months ago
Richard Guo 160ef51c8d Fix planner error when estimating SubPlan cost 4 months ago
Michael Paquier 0cc540f0d0 libpq: Fix PQtrace() format for non-printable characters 4 months ago
Álvaro Herrera b830f9d674
CREATE STATISTICS: improve misleading error message 4 months ago
Tom Lane 4a593043ee Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
Tom Lane a7da746c11 Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 4 months ago
Noah Misch 22c6a44f01 Rewrite previous commit's test for TestUpgradeXversion compatibility. 4 months ago
Noah Misch 4948bb9df4 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 4 months ago
Michael Paquier 222130edd8 Ignore temporary relations in RelidByRelfilenumber() 4 months ago
Michael Paquier 24145bbb9e doc: Improve description of wal_compression 4 months ago