Commit Graph

54826 Commits (f71007fbb3b83fba21daae9144cc07e205f2365c)
 

Author SHA1 Message Date
Thomas Munro f71007fbb3 Fix readlink() for non-PostgreSQL junction points on Windows. 3 years ago
Thomas Munro 387803d81d Fix lstat() for broken junction points on Windows. 3 years ago
Thomas Munro 4650036f5a Fix readlink() return value on Windows. 3 years ago
Thomas Munro 359d601095 Fix symlink() errno on Windows. 3 years ago
Michael Paquier f186c7c885 doc: Fix type of cursor_position in jsonlog table 3 years ago
Alvaro Herrera 3b2db22fe2
Update some comments that should've covered MERGE 3 years ago
Alvaro Herrera 8328a15f8f
Fix recently added incorrect assertion 3 years ago
Michael Paquier 2e0d80c5bb Improve coverage of ruleutils.c for SQLValueFunctions 3 years ago
Michael Paquier 3cf2f7af7f Improve tab completion for ALTER STATISTICS <name> SET in psql 3 years ago
Michael Paquier 14a737bfdb Fix and improve TAP tests for pg_hba.conf and regexps 3 years ago
Michael Paquier 8fea86830e Add support for regexps on database and user entries in pg_hba.conf 3 years ago
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