Commit Graph

61897 Commits (f691e72585a3811a05e37d27e898b1d816ff9ff9)
 

Author SHA1 Message Date
David Rowley f691e72585 Doc: clarify n_distinct_inherited setting 2 months ago
Tom Lane 6a4009747c Fix issue with reading zero bytes in Gzip_read. 2 months ago
Magnus Hagander de2b62f475 docs: Fix protocol version 3.2 message format of CancelRequest 2 months ago
Magnus Hagander 656736402f Remove extra semicolon in example 2 months ago
Peter Geoghegan 9de72704e0 Remove unused nbtree array advancement variable. 2 months ago
Tom Lane 661b320ed4 Restore test coverage of LZ4Stream_gets(). 2 months ago
Álvaro Herrera 08c037dff9
Stop creating constraints during DETACH CONCURRENTLY 2 months ago
Álvaro Herrera 33e7b4a7c7
dbase_redo: Fix Valgrind-reported memory leak 2 months ago
Peter Geoghegan 61de81a496 Remove overzealous _bt_killitems assertion. 2 months ago
Michael Paquier ed047ce0a8 Fix two typos in xlogstats.h and xlogstats.c 2 months ago
Michael Paquier 9a6ea00ac8 Remove state.tmp when failing to save a replication slot 2 months ago
Masahiko Sawada 32b95fc71b Fix access-to-already-freed-memory issue in pgoutput. 2 months ago
Amit Langote dc9125111b Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions 2 months ago
Daniel Gustafsson 9ea4a2b4f1 doc: Add missing parenthesis in pg_stat_progress_analyze docs 2 months ago
Tom Lane d83879a32b Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 2 months ago
John Naylor 76613b539a Fix reuse-after-free hazard in dead_items_reset 3 months ago
Michael Paquier c00637b5fd pgbench: Fail cleanly when finding a COPY result state 3 months ago
Michael Paquier fc295beb7b pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
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