Commit Graph

55572 Commits (1c7cba4c52953d2486a1465ea8d91ff65c35610c)
 

Author SHA1 Message Date
Michael Paquier b5cefc197e pgbench: Fail cleanly when finding a COPY result state 3 months ago
Michael Paquier 49b5f0b53c pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Fujii Masao bdccb63028 pgbench: Fix error reporting in readCommandResponse(). 3 months ago
Noah Misch d202ec1fb2 Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
Tom Lane 9ca79896ab Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
Fujii Masao 704f517711 pgbench: Fix assertion failure with retriable errors in pipeline mode. 3 months ago
Tom Lane fa42213d4a Add minimal sleep to stats isolation test functions. 3 months ago
Fujii Masao 5f42008f90 pg_restore: Fix security label handling with --no-publications/subscriptions. 3 months ago
Tom Lane afd18f2761 Calculate agglevelsup correctly when Aggref contains a CTE. 3 months ago
David Rowley f00ad440a5 Add missing EPQ recheck for TID Range Scan 3 months ago
David Rowley 0057702038 Add missing EPQ recheck for TID Scan 3 months ago
Noah Misch 0773f3a875 Fix pg_dump COMMENT dependency for separate domain constraints. 3 months ago
Fujii Masao 165b07efe4 pg_dump: Fix dumping of security labels on subscriptions and event triggers. 3 months ago
Fujii Masao c8ed160505 pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 3 months ago
Peter Eisentraut 4529861cc4 CREATE STATISTICS: improve misleading error message 3 months ago
Peter Eisentraut 72a24bebc3 jit: fix build with LLVM-21 3 months ago
Tom Lane 9fd531534b Amend recent fix for SIMILAR TO regex conversion. 3 months ago
Tom Lane 33e49ee014 Fix oversights in pg_event_trigger_dropped_objects() fixes. 3 months ago
Tom Lane 451373dc5c Report the correct is_temporary flag for column defaults. 3 months ago
Michael Paquier cbe37dbf6c Fix description of WAL record blocks in hash_xlog.h 3 months ago
Tom Lane 5ac973892b Fix memory leakage in nodeSubplan.c. 3 months ago
Michael Paquier 1852ec5db5 Fix corruption of pgstats shared hashtable due to OOM failures 3 months ago
Dean Rasheed f871fbae9d Fix concurrent update issue with MERGE. 4 months ago
Dean Rasheed a4624929db Fix compiler error introduced by 5386bfb9c1. 4 months ago
Dean Rasheed 5481cc332b Fix replica identity check for MERGE. 4 months ago
Dean Rasheed 451b22efd9 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 4 months ago
Richard Guo 53e35fb560 Fix planner error when estimating SubPlan cost 4 months ago
Michael Paquier 0b274c4759 libpq: Fix PQtrace() format for non-printable characters 4 months ago
David Rowley 8286bce0a0 Fix possible use after free in expand_partitioned_rtentry() 4 months ago
Álvaro Herrera f9a7622483
CREATE STATISTICS: improve misleading error message 4 months ago
Tom Lane 34249b3b58 Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
Tom Lane a9c1b9c1c6 Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 4 months ago
Noah Misch 090c9c9608 Rewrite previous commit's test for TestUpgradeXversion compatibility. 4 months ago
Noah Misch fbf967e996 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 4 months ago
Michael Paquier ec471008c8 Ignore temporary relations in RelidByRelfilenumber() 4 months ago
Michael Paquier 1c58a1bba4 doc: Improve description of wal_compression 4 months ago
Michael Paquier 818be9b73c Fix assertion failure with replication slot release in single-user mode 4 months ago
Masahiko Sawada eb9ee4d181 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 4 months ago
Amit Kapila e411371558 Fix self-deadlock during DROP SUBSCRIPTION. 4 months ago
Etsuro Fujita 242e5afdae Update obsolete comments in ResultRelInfo struct. 4 months ago
Peter Eisentraut 82f9968824 Fix git whitespace warning 4 months ago
David Rowley 199a347d29 Fix invalid format string in HASH_DEBUG code 4 months ago
Andres Freund b3aa95b61e ci: Simplify ci-os-only handling 4 months ago
Andres Freund 88f3f7fd83 ci: Per-repo configuration for manually trigger tasks 4 months ago
Tom Lane f4c0883448 Don't treat EINVAL from semget() as a hard failure. 4 months ago
Tom Lane 0ab43b5482 Stamp 15.14. 4 months ago
Tom Lane 4eb9733b2b Last-minute updates for release notes. 4 months ago
Nathan Bossart 4240405068 Restrict psql meta-commands in plain-text dumps. 4 months ago
Noah Misch 9751f934aa Convert newlines to spaces in names written in v11+ pg_dump comments. 4 months ago
Peter Eisentraut a4f513b5a8 Translation updates 4 months ago