Commit Graph

55541 Commits (d9c5e7129d2b200fb5df0403b1d1446ff4c17c83)
 

Author SHA1 Message Date
Nathan Bossart d9c5e7129d Add .abi-compliance-history to back-branches. 2 months ago
Nathan Bossart d1469c2143 Add previous commit to .git-blame-ignore-revs. 2 months ago
Nathan Bossart f9790ac546 Re-pgindent brin.c. 2 months ago
David Rowley 810aaf7f27 Fix BRIN 32-bit counter wrap issue with huge tables 2 months ago
Michael Paquier 4c3795c582 Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 2 months ago
Tom Lane 8b9924bce7 Don't rely on zlib's gzgetc() macro. 2 months ago
Álvaro Herrera 4cc3b44459
Fix pg_dump sorting of foreign key constraints 2 months ago
Nathan Bossart 6c03ae8d6e Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Álvaro Herrera 33202cba8d
Fix update-po for the PGXS case 2 months ago
Etsuro Fujita 4a08603a23 Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Tom Lane f91666c836 Fix incorrect message-printing in win32security.c. 2 months ago
David Rowley 46086fb681 Doc: clarify n_distinct_inherited setting 2 months ago
Álvaro Herrera bdae984956
Stop creating constraints during DETACH CONCURRENTLY 2 months ago
Álvaro Herrera 23b316c36a
dbase_redo: Fix Valgrind-reported memory leak 2 months ago
Peter Geoghegan ca0c939086 Remove overzealous _bt_killitems assertion. 2 months ago
Michael Paquier 5bc057d1f3 Fix two typos in xlogstats.h and xlogstats.c 2 months ago
Michael Paquier 0adf424b49 Remove state.tmp when failing to save a replication slot 2 months ago
Masahiko Sawada c40761759f Fix access-to-already-freed-memory issue in pgoutput. 2 months ago
Tom Lane 771b106d19 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 2 months ago
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