Commit Graph

59783 Commits (d66a922f9247ceaa6caed9b51ce686f12e280091)
 

Author SHA1 Message Date
David Rowley bd6f986c9e Fix bogus use of "long" in AllocSetCheck() 2 months ago
Amit Kapila 0024f5a102 Fix GUC check_hook validation for synchronized_standby_slots. 2 months ago
David Rowley 0d30746153 Fix incorrect logic for caching ResultRelInfos for triggers 2 months ago
Daniel Gustafsson 256698d267 doc: Remove mention of Git protocol support 2 months ago
Tom Lane 39d24475c1 Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf. 2 months ago
Tom Lane fbc41a145a Fix resource leaks in PL/Python error reporting, redux. 2 months ago
Fujii Masao 8ceab82ca5 Add comments explaining overflow entries in the replication lag tracker. 2 months ago
Masahiko Sawada 9310be78ae Add copyright notice to vacuum_horizon_floor.pl test. 2 months ago
David Rowley 10945148ee Fix incorrect zero extension of Datum in JIT tuple deform code 2 months ago
Tom Lane 4eb6992af1 Fix memory leaks in pg_combinebackup/reconstruct.c. 2 months ago
Tom Lane 5c659da980 Add commit 24f6c1bd4 to v17 .abi-compliance-history. 2 months ago
Fujii Masao 1db2870bb5 Make invalid primary_slot_name follow standard GUC error reporting. 2 months ago
Fujii Masao 62d5ee75bb Fix stalled lag columns in pg_stat_replication when replay LSN stops advancing. 2 months ago
Nathan Bossart a91f2d8225 Add .abi-compliance-history to back-branches. 2 months ago
Nathan Bossart e9514a2f73 Add previous commit to .git-blame-ignore-revs. 2 months ago
Nathan Bossart c089712517 Re-pgindent brin.c. 2 months ago
David Rowley c4f5a59ab1 Fix BRIN 32-bit counter wrap issue with huge tables 2 months ago
Michael Paquier 199a0ecbcf Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 2 months ago
Tom Lane 2fa8f94db1 Fix thinko in commit 7d129ba54. 2 months ago
Tom Lane 2efca16339 Don't rely on zlib's gzgetc() macro. 2 months ago
Tom Lane d4e8c37cca Allow role created by new test to log in on Windows. 2 months ago
Álvaro Herrera c945b06d5f
Fix determination of not-null constraint "locality" for inherited columns 2 months ago
Álvaro Herrera 7419c99a25
Fix pg_dump sorting of foreign key constraints 2 months ago
Nathan Bossart a0551bc573 Fix privilege checks for pg_prewarm() on indexes. 2 months ago
Daniel Gustafsson f01c4eb4e9 Avoid warnings in tests when openssl binary isn't available 2 months ago
Michael Paquier 61b5fa029a Fix matching check in recovery test 042_low_level_backup 2 months ago
Álvaro Herrera a8933194e5
Fix update-po for the PGXS case 2 months ago
Etsuro Fujita 2bb84ea7ef Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Michael Paquier a734677081 Fix version number calculation for data folder flush in pg_combinebackup 2 months ago
Tom Lane 4c53519e15 Fix incorrect message-printing in win32security.c. 2 months ago
David Rowley f428b1231c Doc: clarify n_distinct_inherited setting 2 months ago
Tom Lane bf18e9bd70 Fix issue with reading zero bytes in Gzip_read. 2 months ago
Tom Lane eac2b1697d Restore test coverage of LZ4Stream_gets(). 2 months ago
Álvaro Herrera ea06f97eeb
Stop creating constraints during DETACH CONCURRENTLY 2 months ago
Álvaro Herrera f9993ac646
dbase_redo: Fix Valgrind-reported memory leak 2 months ago
Peter Geoghegan ae15cebc20 Remove overzealous _bt_killitems assertion. 2 months ago
Michael Paquier ede2f6b893 Fix two typos in xlogstats.h and xlogstats.c 2 months ago
Michael Paquier 42348839d8 Remove state.tmp when failing to save a replication slot 2 months ago
Masahiko Sawada a61592253e Fix access-to-already-freed-memory issue in pgoutput. 2 months ago
Amit Langote 09f86a42f2 Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions 2 months ago
Tom Lane 1c4671f7b7 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 3 months ago
John Naylor 3549ffb6af Fix reuse-after-free hazard in dead_items_reset 3 months ago
Michael Paquier de6de069d9 pgbench: Fail cleanly when finding a COPY result state 3 months ago
Michael Paquier 036decbba2 pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Jacob Champion c335775908 test_json_parser: Speed up 002_inline.pl 3 months ago
Fujii Masao a912118c60 pgbench: Fix error reporting in readCommandResponse(). 3 months ago
Noah Misch 6778fbca63 Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
Tom Lane 3fc9aa5b02 Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
Fujii Masao f39d9164b7 pgbench: Fix assertion failure with retriable errors in pipeline mode. 3 months ago
Tom Lane b4ef835f5e Add minimal sleep to stats isolation test functions. 3 months ago