Commit Graph

54821 Commits (3b2db22fe287d17ecb0ba4cd828dc7900dddd03f)
 

Author SHA1 Message Date
Alvaro Herrera 3b2db22fe2
Update some comments that should've covered MERGE 4 years ago
Alvaro Herrera 8328a15f8f
Fix recently added incorrect assertion 4 years ago
Michael Paquier 2e0d80c5bb Improve coverage of ruleutils.c for SQLValueFunctions 4 years ago
Michael Paquier 3cf2f7af7f Improve tab completion for ALTER STATISTICS <name> SET in psql 4 years ago
Michael Paquier 14a737bfdb Fix and improve TAP tests for pg_hba.conf and regexps 4 years ago
Michael Paquier 8fea86830e Add support for regexps on database and user entries in pg_hba.conf 4 years ago
Peter Eisentraut 5035c93c8a Remove pgpid_t type, use pid_t instead 4 years ago
Peter Eisentraut 2598b76bf2 psql: Fix exit status when query is canceled 4 years ago
Michael Paquier 6cc66197ff Improve memory handling across SQL-callable backup functions 4 years ago
Robert Haas 1f0c4fa255 pg_basebackup: Fix cross-platform tablespace relocation. 4 years ago
Amit Kapila ce20f8b9f4 Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. 4 years ago
Michael Paquier a903971351 Refactor more logic for compilation of regular expressions in hba.c 4 years ago
David Rowley 42d01f59c7 Doc: fix outdated wording about parallel seq scans 4 years ago
Peter Eisentraut c8e4030d1b Make finding openssl program a configure or meson option 4 years ago
Dean Rasheed 40c7fcbbed Improve the accuracy of numeric power() for integer exponents. 4 years ago
Alvaro Herrera 7fd1ae987a
Use proper macro to access TransactionId 4 years ago
Amit Kapila 16b1fe0037 Fix assertion failures while processing NEW_CID record in logical decoding. 4 years ago
Alvaro Herrera 460c0076e8
Better handle interrupting TAP tests 4 years ago
Alvaro Herrera 342bb38bfe
Get rid of XLogCtlInsert->forcePageWrites 4 years ago
Thomas Munro c2ae01f695 Track LLVM 15 changes. 4 years ago
Alvaro Herrera df3737a651
Remove pg_backup_start_callback and reuse similar code 4 years ago
Michael Paquier 9668c4a661 Rework shutdown callback of archiver modules 4 years ago
Tatsuo Ishii d1e2a380cb Enhance make_ctags and make_etags. 4 years ago
Michael Paquier c68ec1b027 Fix typos in logical/launcher.c 4 years ago
Michael Paquier fc579e11c6 Refactor regular expression handling in hba.c 4 years ago
Tom Lane 8bf66dedd8 Fix confusion about havingQual vs hasHavingQual in planner. 4 years ago
Alvaro Herrera 997cd15c7c
Remove no-longer-needed compatibility hack 4 years ago
Alvaro Herrera 915a6c4e22
Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION 4 years ago
Michael Paquier eddc128bea Remove compatibility declarations for InitMaterializedSRF() 4 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 4 years ago
Bruce Momjian 77dd153d39 doc: move the mention of aggregate JSON functions up in section 4 years ago
Bruce Momjian 4d070469c1 doc: warn pg_stat_reset() can cause vacuum/analyze problems 4 years ago
Tom Lane 8272749e8c Record dependencies of a cast on other casts that it requires. 4 years ago
Tom Lane 797e313dc9 Reject non-ON-SELECT rules that are named "_RETURN". 4 years ago
Tom Lane eec3466118 Guard against table-AM-less relations in planner. 4 years ago
Michael Paquier c68a183990 Fix calculation related to temporary WAL segment name in basic_archive 4 years ago
Michael Paquier 7622422b72 Add checks for regexes with user name map in test for peer authentication 4 years ago
Tom Lane d57534740b Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value. 4 years ago
Tom Lane 717ec1aae9 Rename parser token REF to REF_P to avoid a symbol conflict. 4 years ago
Tom Lane 450ee70126 Use libc's snprintf, not sprintf, for special cases in snprintf.c. 4 years ago
Andres Freund 9a95a510ad meson: macos: Use -Wl,-undefined,error for modules 4 years ago
Andres Freund 57bab33302 meson: catch up to a few configure changes 4 years ago
Alvaro Herrera cba4e78f35
Disallow MERGE cleanly for foreign partitions 4 years ago
Michael Paquier 1054c604bc Fix some comments in proc.h 4 years ago
Andres Freund c037471832 pgstat: Track time of the last scan of a relation 4 years ago
Andres Freund 309b2cf243 Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset 4 years ago
Alvaro Herrera db1b931a4e
libpq: Reset singlerow flag correctly in pipeline mode 4 years ago
Tom Lane f13b2088fa Add auxiliary lists to GUC data structures for better performance. 4 years ago
Tom Lane 3057465acf Replace the sorted array of GUC variables with a hash table. 4 years ago
Tom Lane 407b50f2d4 Store GUC data in a memory context, instead of using malloc(). 4 years ago