Commit Graph

61879 Commits (8474a3a15056e06ed797530db5419fee8bfd053a)
 

Author SHA1 Message Date
Jacob Champion 8474a3a150 test_json_parser: Speed up 002_inline.pl 3 months ago
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
Tom Lane cbfcb7b466 Doc: clean up documentation for new UUID functions. 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 937741cbe5 doc: Remove trailing whitespace in xref 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
Michael Paquier 178bbf403c Fix meson build with -Duuid=ossp when using version older than 0.60 3 months ago
Tom Lane 3d6a828938 Stamp 18.0. 3 months ago
Peter Eisentraut 9bbcec6030 Translation updates 3 months ago
Daniel Gustafsson ec8a75ae8d Revert "doc: Remove trailing whitespace in xref" 3 months ago
Daniel Gustafsson 987e00fa99 doc: Remove trailing whitespace in xref 3 months ago
Michael Paquier ed93b291c9 Revert "Fix meson build with -Duuid=ossp when using version older than 0.60" 3 months ago
Michael Paquier 5f565b0aee Fix meson build with -Duuid=ossp when using version older than 0.60 3 months ago
Nathan Bossart b585f25284 Add list of major features to the v18 release notes. 3 months ago
Peter Eisentraut 142885d380 Add list of acknowledgments to release notes 3 months ago
David Rowley 6fa2688a9d Improve wording in a few comments 3 months ago
Amit Langote 9a82a64edc Fix EPQ crash from missing partition pruning state in EState 3 months ago
Bruce Momjian 144de0341b doc PG 18 relnotes: set release date, remove "CURRENT AS OF" 3 months ago
Bruce Momjian b4879afdf5 doc PG 18 relnotes: update description of skip scan item 3 months ago
Fujii Masao 7aecc00b3d pg_restore: Fix security label handling with --no-publications/subscriptions. 3 months ago
Tom Lane 4eab456494 Calculate agglevelsup correctly when Aggref contains a CTE. 3 months ago
Michael Paquier 6e8286f9a1 injection_points: Fix incrementation of variable-numbered stats 3 months ago
Michael Paquier dd74e599b8 Fix shared memory calculation size of PgAioCtl 3 months ago
David Rowley 78e6047dce Add missing EPQ recheck for TID Range Scan 3 months ago
David Rowley bae6c74ba4 Add missing EPQ recheck for TID Scan 3 months ago
Tom Lane ef5ee0e346 Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Tom Lane cc7053a5fe Revert "Avoid race condition between "GRANT role" and "DROP ROLE"". 3 months ago
Noah Misch 4ad846445d Fix pg_dump COMMENT dependency for separate domain constraints. 3 months ago
Bruce Momjian dad1e259df doc PG 18 relnotes: add mention of temporal foreign key constr. 3 months ago
Tom Lane 9e2c584173 Add regression expected-files for older OpenSSL in FIPS mode. 3 months ago
Richard Guo d29a3f4b46 Treat JsonConstructorExpr as non-strict 3 months ago
Peter Eisentraut 409543da54 Move pg_int64 back to postgres_ext.h 3 months ago
Fujii Masao 176002c5bf pg_dump: Fix dumping of security labels on subscriptions and event triggers. 3 months ago
Peter Eisentraut e179115dc0 Fix incorrect const qualifier 3 months ago
Fujii Masao 2ddbfede0c pg_restore: Fix comment handling with --no-policies. 3 months ago
Fujii Masao 77d2b155ca pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 3 months ago
Peter Eisentraut e7a2bbdb52 Expand virtual generated columns in constraint expressions 3 months ago
Peter Eisentraut 38883916e4 CREATE STATISTICS: improve misleading error message 3 months ago
Peter Eisentraut c11ac811a3 jit: fix build with LLVM-21 3 months ago
Peter Eisentraut 8309f3f86d Hide duplicate names from extension views 3 months ago
Peter Geoghegan bee763aea1 nbtree: Always set skipScan flag on rescan. 3 months ago
Tom Lane 802308693f Amend recent fix for SIMILAR TO regex conversion. 3 months ago