Commit Graph

46676 Commits (aa749bde323364039f369784071f315ad53c1325)

Author SHA1 Message Date
Tom Lane 66ec01dc41 Align the data block sizes of pg_dump's various compression modes. 2 months ago
Nathan Bossart 812221b204 Remove partColsUpdated. 2 months ago
Amit Kapila 41c674d2e3 Refactor logical worker synchronization code into a separate file. 2 months ago
Amit Langote 905e932f09 Fix EPQ crash from missing partition directory in EState 2 months ago
Michael Paquier 02c171f63f Override log_error_verbosity to "default" in test 009_log_temp_files 2 months ago
Michael Paquier 76bba03312 Add tests for logging of temporary file removal and statement 2 months ago
Nathan Bossart 079480dc20 Fix lookup code for REINDEX INDEX. 2 months ago
Jeff Davis af164f31b9 Add pg_iswalpha() and related functions. 2 months ago
Nathan Bossart 688dc6299a Fix lookups in pg_{clear,restore}_{attribute,relation}_stats(). 2 months ago
Peter Eisentraut 5f4c3b33a9 Change reset_extra into a config_generic common field 2 months ago
Peter Eisentraut dd3ae37830 Add log_autoanalyze_min_duration 2 months ago
Etsuro Fujita 12609fbacb Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Peter Eisentraut 29dc7a6687 Add some const qualifiers 2 months ago
Peter Eisentraut 1a79518888 Modernize some for loops 2 months ago
Peter Eisentraut 594ba21bce plpython: Remove support for major version conflict detection 2 months ago
Amit Kapila 2436b8c047 Standardize use of REFRESH PUBLICATION in code and messages. 2 months ago
Michael Paquier fa55be2a50 pg_createsubscriber: Use new routine to retrieve data of PG_VERSION 2 months ago
Michael Paquier c6a6cd53d3 pg_resetwal: Use new routine to retrieve data of PG_VERSION 2 months ago
Michael Paquier e4775e42ca pg_combinebackup: Use new routine to retrieve data of PG_VERSION 2 months ago
Masahiko Sawada 45a7faf130 Revert "pg_createsubscriber: Add log message when no publications exist to drop." 2 months ago
Melanie Plageman 3e4705484e Make heap_page_is_all_visible independent of LVRelState 2 months ago
Melanie Plageman 43b05b38ea Inline TransactionIdFollows/Precedes[OrEquals]() 2 months ago
Melanie Plageman c8dd6542ba Add helper for freeze determination to heap_page_prune_and_freeze 2 months ago
Masahiko Sawada 74ac377d75 pg_createsubscriber: Add log message when no publications exist to drop. 2 months ago
Jeff Davis 8efe982fe2 pg_regc_locale.c: rename some static functions. 2 months ago
Melanie Plageman 4a8fb58671 Bump XLOG_PAGE_MAGIC after xl_heap_prune change 2 months ago
Tatsuo Ishii 5f3808646f Use ereport rather than elog in WinCheckAndInitializeNullTreatment. 2 months ago
Richard Guo 1206df04c2 Rename apply_at to apply_agg_at for clarity 2 months ago
Michael Paquier a7d8052910 pg_upgrade: Use new routine to retrieve data of PG_VERSION 2 months ago
Michael Paquier cd0be131ba Introduce frontend API able to retrieve the contents of PG_VERSION 2 months ago
Michael Paquier 1c05fe11ab Fix version number calculation for data folder flush in pg_combinebackup 2 months ago
Melanie Plageman add323da40 Eliminate XLOG_HEAP2_VISIBLE from vacuum phase III 2 months ago
Tom Lane 03bf7a12c5 Fix incorrect message-printing in win32security.c. 2 months ago
Tom Lane 1f8062dd96 Fix serious performance problems in LZ4Stream_read_internal. 2 months ago
Tom Lane fe8192a95e Fix poor buffering logic in pg_dump's lz4 and zstd compression code. 2 months ago
Tom Lane a239c4a0c2 Fix issue with reading zero bytes in Gzip_read. 2 months ago
Peter Geoghegan 7a662a46eb Remove unused nbtree array advancement variable. 2 months ago
Tom Lane 26d1cd375f Restore test coverage of LZ4Stream_gets(). 2 months ago
Álvaro Herrera 3231fd0455
Stop creating constraints during DETACH CONCURRENTLY 2 months ago
Álvaro Herrera ff47f9c16c
dbase_redo: Fix Valgrind-reported memory leak 2 months ago
Peter Geoghegan 843e50208a Remove overzealous _bt_killitems assertion. 2 months ago
Michael Paquier 3a36543d7d Fix two typos in xlogstats.h and xlogstats.c 2 months ago
Michael Paquier 912af1c7e9 Remove state.tmp when failing to save a replication slot 2 months ago
Andres Freund c819d1017d bufmgr: Fix valgrind checking for buffers pinned in StrategyGetBuffer() 2 months ago
Michael Paquier 9d46b86529 test_bitmapset: Improve random function 2 months ago
Melanie Plageman d96f87332b Eliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE 2 months ago
David Rowley 1b073cba49 Cleanup VACUUM option processing error messages 2 months ago
Tom Lane 89d57c1fb3 Clean up memory leakage that occurs in context callback functions. 2 months ago
Masahiko Sawada b46efe9048 Fix access-to-already-freed-memory issue in pgoutput. 2 months ago
Tom Lane 71540dcdcb Avoid uninitialized-variable warnings from older compilers. 2 months ago