Commit Graph

57656 Commits (2e55cf4efc8d696c967222a6727698df072b3b67)
 

Author SHA1 Message Date
Fujii Masao 2e55cf4efc Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. 3 months ago
Nathan Bossart eaf73340cd Add .abi-compliance-history to back-branches. 3 months ago
Nathan Bossart c70341ed7a Add previous commit to .git-blame-ignore-revs. 3 months ago
Nathan Bossart 63a5b1f894 Re-pgindent brin.c. 3 months ago
David Rowley ef915bf936 Fix BRIN 32-bit counter wrap issue with huge tables 3 months ago
Michael Paquier 9666ce889e Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 3 months ago
Tom Lane f1e1db780e Fix thinko in commit 7d129ba54. 3 months ago
Tom Lane c865f5b9f0 Don't rely on zlib's gzgetc() macro. 3 months ago
Tom Lane c26a8eaf65 Allow role created by new test to log in on Windows. 3 months ago
Álvaro Herrera 06c1ee6b75
Fix pg_dump sorting of foreign key constraints 3 months ago
Nathan Bossart fae0ce5e31 Fix privilege checks for pg_prewarm() on indexes. 3 months ago
Daniel Gustafsson bf5b26525b Avoid warnings in tests when openssl binary isn't available 3 months ago
Álvaro Herrera a506b0c0ac
Fix update-po for the PGXS case 3 months ago
Etsuro Fujita 5a9af48689 Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 3 months ago
Tom Lane 9883e3cd1c Fix incorrect message-printing in win32security.c. 3 months ago
David Rowley 0a47f054ef Doc: clarify n_distinct_inherited setting 3 months ago
Tom Lane 1518b7d76a Fix issue with reading zero bytes in Gzip_read. 3 months ago
Álvaro Herrera b835759ec7
Stop creating constraints during DETACH CONCURRENTLY 3 months ago
Álvaro Herrera c72b5c5360
dbase_redo: Fix Valgrind-reported memory leak 3 months ago
Peter Geoghegan c160fd4691 Remove overzealous _bt_killitems assertion. 3 months ago
Michael Paquier fa30f0cb06 Fix two typos in xlogstats.h and xlogstats.c 3 months ago
Michael Paquier bfdd1a12d2 Remove state.tmp when failing to save a replication slot 3 months ago
Masahiko Sawada b07682bce3 Fix access-to-already-freed-memory issue in pgoutput. 3 months ago
Tom Lane 46c4478db4 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 3 months ago
Michael Paquier 640590bb42 pgbench: Fail cleanly when finding a COPY result state 3 months ago
Michael Paquier c0f9fe877e pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Fujii Masao 36c4d30c8f pgbench: Fix error reporting in readCommandResponse(). 3 months ago
Noah Misch ab16418ee0 Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
Tom Lane b7f6798c05 Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
Fujii Masao 8b2e290bde pgbench: Fix assertion failure with retriable errors in pipeline mode. 3 months ago
Tom Lane 21ada43a61 Add minimal sleep to stats isolation test functions. 3 months ago
Amit Kapila a54c7a1133 Fix LOCK_TIMEOUT handling during parallel apply. 4 months ago
Michael Paquier 2f4bc5658a Fix meson build with -Duuid=ossp when using version older than 0.60 4 months ago
Fujii Masao 0870397ccf pg_restore: Fix security label handling with --no-publications/subscriptions. 4 months ago
Tom Lane 7df74e635e Calculate agglevelsup correctly when Aggref contains a CTE. 4 months ago
David Rowley ba0203880a Add missing EPQ recheck for TID Range Scan 4 months ago
David Rowley d6539f88b7 Add missing EPQ recheck for TID Scan 4 months ago
Noah Misch 3cf328eca8 Fix pg_dump COMMENT dependency for separate domain constraints. 4 months ago
Richard Guo 62397bb189 Treat JsonConstructorExpr as non-strict 4 months ago
Fujii Masao 20b23784fc pg_dump: Fix dumping of security labels on subscriptions and event triggers. 4 months ago
Fujii Masao 97527a5e68 pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 4 months ago
Peter Eisentraut f30c04682c CREATE STATISTICS: improve misleading error message 4 months ago
Peter Eisentraut 2670881afd jit: fix build with LLVM-21 4 months ago
Tom Lane 281ad4ed11 Amend recent fix for SIMILAR TO regex conversion. 4 months ago
Tom Lane f6c8e7824c Fix oversights in pg_event_trigger_dropped_objects() fixes. 4 months ago
Peter Eisentraut 385c5dfe24 Silence compiler warnings on clang 21 4 months ago
Tom Lane 8856f1acc9 Report the correct is_temporary flag for column defaults. 4 months ago
Michael Paquier 2915a8f8f2 Fix description of WAL record blocks in hash_xlog.h 4 months ago
Michael Paquier 93b6b46633 Fix incorrect file reference in guc.h 4 months ago
Tom Lane e1da9c0721 Fix memory leakage in nodeSubplan.c. 4 months ago