Commit Graph

61916 Commits (a72f7d97bea9fe74e8b0eb6ab3d9ab422d02ce4f)
 

Author SHA1 Message Date
Tom Lane a72f7d97be Add .abi-compliance-history to v18 branch. 2 months ago
Tom Lane 399a9e04e5 Fix thinko in commit 7d129ba54. 2 months ago
Tom Lane aa1fcd087e Don't rely on zlib's gzgetc() macro. 2 months ago
Tom Lane c29d32d27b Allow role created by new test to log in on Windows. 2 months ago
Álvaro Herrera 0fe07fa115
Fix determination of not-null constraint "locality" for inherited columns 2 months ago
Álvaro Herrera 162e70ea06
Fix pg_dump sorting of foreign key constraints 2 months ago
David Rowley 0b6a02f035 Fix reset of incorrect hash iterator in GROUPING SETS queries 2 months ago
Tomas Vondra aa151022ec Fix hashjoin memory balancing logic 2 months ago
Nathan Bossart 3ccf8e9ac9 Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Daniel Gustafsson 150a1b3287 Avoid warnings in tests when openssl binary isn't available 2 months ago
Michael Paquier 3a7225ed37 Fix matching check in recovery test 042_low_level_backup 2 months ago
Michael Paquier 39e22b3ada pg_createsubscriber: Fix matching check in TAP test 2 months ago
Álvaro Herrera 6aa04a60cb
Fix update-po for the PGXS case 2 months ago
Amit Langote 1296dcf18b Fix EPQ crash from missing partition directory in EState 2 months ago
Nathan Bossart 15d7dded0e Fix redefinition of typedef RangeVar. 2 months ago
Nathan Bossart c8af5019be Fix lookups in pg_{clear,restore}_{attribute,relation}_stats(). 2 months ago
Etsuro Fujita b141443259 Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Michael Paquier a6598aac52 Fix version number calculation for data folder flush in pg_combinebackup 2 months ago
Tom Lane b48ae226e6 Fix incorrect message-printing in win32security.c. 2 months ago
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