Commit Graph

57663 Commits (a978882dfd3209126eecd5c78928fb88cd7fa394)
 

Author SHA1 Message Date
Daniel Gustafsson a978882dfd doc: Remove mention of Git protocol support 3 months ago
Tom Lane a883868959 Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. 3 months ago
Tom Lane cbfd4d0f88 Fix resource leaks in PL/Python error reporting, redux. 3 months ago
Fujii Masao 4d707f2fd7 Add comments explaining overflow entries in the replication lag tracker. 3 months ago
Masahiko Sawada 0b36c326aa Add copyright notice to vacuum_horizon_floor.pl test. 3 months ago
David Rowley 3398b0d027 Fix incorrect zero extension of Datum in JIT tuple deform code 3 months ago
Fujii Masao 4fd916eab9 Make invalid primary_slot_name follow standard GUC error reporting. 3 months ago
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. 4 months ago
Fujii Masao 8b2e290bde pgbench: Fix assertion failure with retriable errors in pipeline mode. 4 months ago
Tom Lane 21ada43a61 Add minimal sleep to stats isolation test functions. 4 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