Commit Graph

45848 Commits (29aabbc432693b3fcda287b953c832d62dda7946)

Author SHA1 Message Date
Fujii Masao 29aabbc432 pgbench: Fix error reporting in readCommandResponse(). 3 months ago
Michael Paquier b5f898944d injection_points: Add proper locking when reporting fixed-variable stats 3 months ago
Noah Misch d024160fff Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
Tom Lane 78a284b0b8 Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
Fujii Masao c736808e03 pgbench: Fix assertion failure with retriable errors in pipeline mode. 3 months ago
Tom Lane ef18eeeeae Add minimal sleep to stats isolation test functions. 3 months ago
Robert Haas 694057d236 Fix array allocation bugs in SetExplainExtensionState. 3 months ago
Daniel Gustafsson efc26d17a7 Remove preprocessor guards from injection points 3 months ago
Álvaro Herrera 47da174524
Don't include execnodes.h in replication/conflict.h 3 months ago
Daniel Gustafsson e5393fc2e4 Fix incorrect option name in usage screen 3 months ago
Amit Kapila 37fc5de438 Fix LOCK_TIMEOUT handling during parallel apply. 3 months ago
Peter Eisentraut 9bbcec6030 Translation updates 4 months ago
David Rowley 6fa2688a9d Improve wording in a few comments 4 months ago
Amit Langote 9a82a64edc Fix EPQ crash from missing partition pruning state in EState 4 months ago
Fujii Masao 7aecc00b3d pg_restore: Fix security label handling with --no-publications/subscriptions. 4 months ago
Tom Lane 4eab456494 Calculate agglevelsup correctly when Aggref contains a CTE. 4 months ago
Michael Paquier 6e8286f9a1 injection_points: Fix incrementation of variable-numbered stats 4 months ago
Michael Paquier dd74e599b8 Fix shared memory calculation size of PgAioCtl 4 months ago
David Rowley 78e6047dce Add missing EPQ recheck for TID Range Scan 4 months ago
David Rowley bae6c74ba4 Add missing EPQ recheck for TID Scan 4 months ago
Tom Lane cc7053a5fe Revert "Avoid race condition between "GRANT role" and "DROP ROLE"". 4 months ago
Noah Misch 4ad846445d Fix pg_dump COMMENT dependency for separate domain constraints. 4 months ago
Tom Lane 9e2c584173 Add regression expected-files for older OpenSSL in FIPS mode. 4 months ago
Richard Guo d29a3f4b46 Treat JsonConstructorExpr as non-strict 4 months ago
Peter Eisentraut 409543da54 Move pg_int64 back to postgres_ext.h 4 months ago
Fujii Masao 176002c5bf pg_dump: Fix dumping of security labels on subscriptions and event triggers. 4 months ago
Peter Eisentraut e179115dc0 Fix incorrect const qualifier 4 months ago
Fujii Masao 2ddbfede0c pg_restore: Fix comment handling with --no-policies. 4 months ago
Fujii Masao 77d2b155ca pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 4 months ago
Peter Eisentraut e7a2bbdb52 Expand virtual generated columns in constraint expressions 4 months ago
Peter Eisentraut 38883916e4 CREATE STATISTICS: improve misleading error message 4 months ago
Peter Eisentraut c11ac811a3 jit: fix build with LLVM-21 4 months ago
Peter Eisentraut 8309f3f86d Hide duplicate names from extension views 4 months ago
Peter Geoghegan bee763aea1 nbtree: Always set skipScan flag on rescan. 4 months ago
Tom Lane 802308693f Amend recent fix for SIMILAR TO regex conversion. 4 months ago
Nathan Bossart 17a5ca58eb Re-pgindent nbtpreprocesskeys.c after commit 796962922e. 4 months ago
Tom Lane ef81db9697 Fix oversights in pg_event_trigger_dropped_objects() fixes. 4 months ago
Peter Geoghegan e457312c0d Always commute strategy when preprocessing DESC keys. 4 months ago
Andres Freund 3c0018a6f4 ci: openbsd: Increase RAM disk's size 4 months ago
Peter Eisentraut 14bb47567a Silence compiler warnings on clang 21 4 months ago
Tom Lane 3c02c46521 Report the correct is_temporary flag for column defaults. 4 months ago
Peter Eisentraut 3e43a7b1ab Remove stray semicolon at global scope 4 months ago
Michael Paquier a4e87604bc Fix description of WAL record blocks in hash_xlog.h 4 months ago
Michael Paquier e9682da594 Fix incorrect file reference in guc.h 4 months ago
Tom Lane bc865ff6d1 Fix memory leakage in nodeSubplan.c. 4 months ago
Nathan Bossart 87ea6e9b66 meson: Build numeric.c with -ftree-vectorize. 4 months ago
Peter Eisentraut 21fdc37d21 Fix CREATE TABLE LIKE with not-valid check constraint 4 months ago
Jeff Davis a7024398b8 meson: build checksums with extra optimization flags. 4 months ago
Michael Paquier 039301b3fc Fix leak with SMgrRelations in startup process 4 months ago
Michael Paquier f256a7bba7 Fix corruption of pgstats shared hashtable due to OOM failures 4 months ago