Commit Graph

55015 Commits (ffbb7e65a873e8f1584d2e593416fbe3adc130b6)
 

Author SHA1 Message Date
Peter Eisentraut 5035c93c8a Remove pgpid_t type, use pid_t instead 3 years ago
Peter Eisentraut 2598b76bf2 psql: Fix exit status when query is canceled 3 years ago
Michael Paquier 6cc66197ff Improve memory handling across SQL-callable backup functions 3 years ago
Robert Haas 1f0c4fa255 pg_basebackup: Fix cross-platform tablespace relocation. 3 years ago
Amit Kapila ce20f8b9f4 Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. 3 years ago
Michael Paquier a903971351 Refactor more logic for compilation of regular expressions in hba.c 3 years ago
David Rowley 42d01f59c7 Doc: fix outdated wording about parallel seq scans 3 years ago
Peter Eisentraut c8e4030d1b Make finding openssl program a configure or meson option 3 years ago
Dean Rasheed 40c7fcbbed Improve the accuracy of numeric power() for integer exponents. 3 years ago
Alvaro Herrera 7fd1ae987a
Use proper macro to access TransactionId 3 years ago
Amit Kapila 16b1fe0037 Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Alvaro Herrera 460c0076e8
Better handle interrupting TAP tests 3 years ago
Alvaro Herrera 342bb38bfe
Get rid of XLogCtlInsert->forcePageWrites 3 years ago
Thomas Munro c2ae01f695 Track LLVM 15 changes. 3 years ago
Alvaro Herrera df3737a651
Remove pg_backup_start_callback and reuse similar code 3 years ago
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