Commit Graph

54800 Commits (9668c4a6618cc4a7a94f4bc0ad5685dd596bab63)
 

Author SHA1 Message Date
Michael Paquier 9668c4a661 Rework shutdown callback of archiver modules 3 years ago
Tatsuo Ishii d1e2a380cb Enhance make_ctags and make_etags. 3 years ago
Michael Paquier c68ec1b027 Fix typos in logical/launcher.c 3 years ago
Michael Paquier fc579e11c6 Refactor regular expression handling in hba.c 3 years ago
Tom Lane 8bf66dedd8 Fix confusion about havingQual vs hasHavingQual in planner. 3 years ago
Alvaro Herrera 997cd15c7c
Remove no-longer-needed compatibility hack 3 years ago
Alvaro Herrera 915a6c4e22
Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION 3 years ago
Michael Paquier eddc128bea Remove compatibility declarations for InitMaterializedSRF() 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Bruce Momjian 77dd153d39 doc: move the mention of aggregate JSON functions up in section 3 years ago
Bruce Momjian 4d070469c1 doc: warn pg_stat_reset() can cause vacuum/analyze problems 3 years ago
Tom Lane 8272749e8c Record dependencies of a cast on other casts that it requires. 3 years ago
Tom Lane 797e313dc9 Reject non-ON-SELECT rules that are named "_RETURN". 3 years ago
Tom Lane eec3466118 Guard against table-AM-less relations in planner. 3 years ago
Michael Paquier c68a183990 Fix calculation related to temporary WAL segment name in basic_archive 3 years ago
Michael Paquier 7622422b72 Add checks for regexes with user name map in test for peer authentication 3 years ago
Tom Lane d57534740b Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value. 3 years ago
Tom Lane 717ec1aae9 Rename parser token REF to REF_P to avoid a symbol conflict. 3 years ago
Tom Lane 450ee70126 Use libc's snprintf, not sprintf, for special cases in snprintf.c. 3 years ago
Andres Freund 9a95a510ad meson: macos: Use -Wl,-undefined,error for modules 3 years ago
Andres Freund 57bab33302 meson: catch up to a few configure changes 3 years ago
Alvaro Herrera cba4e78f35
Disallow MERGE cleanly for foreign partitions 3 years ago
Michael Paquier 1054c604bc Fix some comments in proc.h 3 years ago
Andres Freund c037471832 pgstat: Track time of the last scan of a relation 3 years ago
Andres Freund 309b2cf243 Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset 3 years ago
Alvaro Herrera db1b931a4e
libpq: Reset singlerow flag correctly in pipeline mode 3 years ago
Tom Lane f13b2088fa Add auxiliary lists to GUC data structures for better performance. 3 years ago
Tom Lane 3057465acf Replace the sorted array of GUC variables with a hash table. 3 years ago
Tom Lane 407b50f2d4 Store GUC data in a memory context, instead of using malloc(). 3 years ago
Tom Lane 9c911ec065 Make some minor improvements in memory-context infrastructure. 3 years ago
Peter Eisentraut 1b11561cc1 Standardize format for printing PIDs 3 years ago
Peter Eisentraut 34df7b9dfd doc: Correct type of bgw_notify_pid 3 years ago
David Rowley 39b8c293fc Fix incorrect comment regarding command completion tags 3 years ago
Daniel Gustafsson ba185d318d Remove redundant memset call following palloc0 3 years ago
Andres Freund 2589434ae0 pg_buffercache: Add pg_buffercache_summary() 3 years ago
Alvaro Herrera 7f8d9cedb3
Fix typo in CREATE PUBLICATION reference page 3 years ago
Peter Eisentraut 9786b89bd1 Put tests of md5() function into separate test file 3 years ago
Etsuro Fujita 97da48246d Allow batch insertion during COPY into a foreign table. 3 years ago
Michael Paquier 56c19fee2d Add missing isolation test for test_decoding in meson build 3 years ago
Amit Kapila 5263c6b095 Improve the WARNING message for CREATE SUBSCRIPTION. 3 years ago
Michael Paquier 56b662523f Fix ordering issue with WAL operations in GIN fast insert path 3 years ago
Michael Paquier 63585b1ebd doc: Fix description of replication command CREATE_REPLICATION_SLOT 3 years ago
Tom Lane 2d27e13b35 Doc: improve recommended systemd unit file. 3 years ago
Alvaro Herrera 8a927e3cfc
Fix outdated code reference 3 years ago
Alvaro Herrera 9c0de04242
Reduce xlog.h inclusion footprint 3 years ago
Alvaro Herrera c929b2745f
Reduce basebackup_sink.h inclusion footprint 3 years ago
Peter Eisentraut 38409787dc Add meson.build to version_stamp.pl 3 years ago
Peter Eisentraut a699b7a7aa Remove Abs() 3 years ago
Michael Paquier 4574eb9d38 Fix shadow variable in postgres.c 3 years ago
Michael Paquier a1176c67c4 Simplify some maths in xlogreader.c 3 years ago