Commit Graph

62326 Commits (688dc6299a5bda3221db99fdd957ac9edf11c8a6)
 

Author SHA1 Message Date
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
Nathan Bossart c9b299f6df dblink: Avoid locking relation before privilege check. 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
David Rowley 615a0fc2f1 Doc: clarify n_distinct_inherited setting 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
Magnus Hagander d3ba50db48 docs: Fix protocol version 3.2 message format of CancelRequest 2 months ago
Magnus Hagander e062af861b Remove extra semicolon in example 2 months ago
Peter Geoghegan 7a662a46eb Remove unused nbtree array advancement variable. 3 months ago
Tom Lane 26d1cd375f Restore test coverage of LZ4Stream_gets(). 3 months ago
Álvaro Herrera 3231fd0455
Stop creating constraints during DETACH CONCURRENTLY 3 months ago
Álvaro Herrera ff47f9c16c
dbase_redo: Fix Valgrind-reported memory leak 3 months ago
Peter Geoghegan 843e50208a Remove overzealous _bt_killitems assertion. 3 months ago
Michael Paquier 3a36543d7d Fix two typos in xlogstats.h and xlogstats.c 3 months ago
Michael Paquier 912af1c7e9 Remove state.tmp when failing to save a replication slot 3 months ago
Andres Freund c819d1017d bufmgr: Fix valgrind checking for buffers pinned in StrategyGetBuffer() 3 months ago
Michael Paquier 9d46b86529 test_bitmapset: Improve random function 3 months ago
Melanie Plageman d96f87332b Eliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE 3 months ago
David Rowley 1b073cba49 Cleanup VACUUM option processing error messages 3 months ago
Tom Lane 89d57c1fb3 Clean up memory leakage that occurs in context callback functions. 3 months ago
Masahiko Sawada b46efe9048 Fix access-to-already-freed-memory issue in pgoutput. 3 months ago
Tom Lane 71540dcdcb Avoid uninitialized-variable warnings from older compilers. 3 months ago
Richard Guo 36fd8bde1b Fix comment in eager_aggregate.sql 3 months ago
Richard Guo f997d777ad Remove unnecessary include of "utils/fmgroids.h" 3 months ago
Michael Paquier 8d02f49696 Remove duplicated log related to slot creation in pg_createsubscriber 3 months ago
Amit Kapila 96b3784973 Add "ALL SEQUENCES" support to publications. 3 months ago