Commit Graph

54841 Commits (a9f8ca6005f1441b4e28272f744fb01fbc14b29f)
 

Author SHA1 Message Date
Noah Misch a9f8ca6005 Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl. 4 years ago
David Rowley 5543677ec9 Use Limit instead of Unique to implement DISTINCT, when possible 4 years ago
Peter Eisentraut b1099eca8f Remove AssertArg and AssertState 4 years ago
David Rowley d37aa3d358 Allow nodeSort to perform Datum sorts for byref types 4 years ago
Tom Lane a5fc46414d Avoid making commutatively-duplicate clauses in EquivalenceClasses. 4 years ago
Michael Paquier 4ab8c81bd9 Move pg_pwritev_with_retry() to src/common/file_utils.c 4 years ago
Michael Paquier 1b9cd69c5b Add some tests to check the SQL functions of control file 4 years ago
Michael Paquier c591300a8f Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings 4 years ago
Michael Paquier 37d264478a Fix variable assignment thinko in hba.c 4 years ago
Michael Paquier 1b73d0b1c3 Refactor code handling the names of files loaded in hba.c 4 years ago
Tom Lane 13d53aa7a8 Doc/improve confusing, inefficient tests to locate CTID variable. 4 years ago
Heikki Linnakangas 0e972f50fd Update outdated comment for TransactionIdSetTreeStatus 4 years ago
Michael Paquier 7d25958453 Clean up some GUC declarations and comments 4 years ago
Thomas Munro e109e43921 Fix unlink() for STATUS_DELETE_PENDING on Windows. 4 years ago
Thomas Munro 4517358ee7 Fix stat() for recursive junction points on Windows. 4 years ago
Thomas Munro f71007fbb3 Fix readlink() for non-PostgreSQL junction points on Windows. 4 years ago
Thomas Munro 387803d81d Fix lstat() for broken junction points on Windows. 4 years ago
Thomas Munro 4650036f5a Fix readlink() return value on Windows. 4 years ago
Thomas Munro 359d601095 Fix symlink() errno on Windows. 4 years ago
Michael Paquier f186c7c885 doc: Fix type of cursor_position in jsonlog table 4 years ago
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