Commit Graph

54850 Commits (495e73c2079eb53fcfbafbe18b7dce81aeb271ec)
 

Author SHA1 Message Date
Tom Lane 495e73c207 pg_stat_statements: fetch stmt location/length before it disappears. 3 years ago
Peter Eisentraut 84387fc889 doc: Add note about lack of publication privileges 3 years ago
Peter Eisentraut 2ea5de296e psql: Improve tab completion for ALTER TABLE on identity columns 3 years ago
Tom Lane 0043aa6b85 Add basic regression tests for semi/antijoin recognition. 3 years ago
Jeff Davis 0717f2fedb Fix ALTER COLLATION "default" REFRESH VERSION. 3 years ago
Jeff Davis 10932ed5e5 Enable pg_collation_actual_version() to work on the default collation. 3 years ago
Peter Eisentraut 6e10631d1e pg_dump test: Make concatenated create_sql commands more readable 3 years ago
Michael Paquier a73952b795 Add check on initial and boot values when loading GUCs 3 years ago
Michael Paquier d9d873bac6 Clean up some inconsistencies with GUC declarations 3 years ago
Noah Misch a9f8ca6005 Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl. 3 years ago
David Rowley 5543677ec9 Use Limit instead of Unique to implement DISTINCT, when possible 3 years ago
Peter Eisentraut b1099eca8f Remove AssertArg and AssertState 3 years ago
David Rowley d37aa3d358 Allow nodeSort to perform Datum sorts for byref types 3 years ago
Tom Lane a5fc46414d Avoid making commutatively-duplicate clauses in EquivalenceClasses. 3 years ago
Michael Paquier 4ab8c81bd9 Move pg_pwritev_with_retry() to src/common/file_utils.c 3 years ago
Michael Paquier 1b9cd69c5b Add some tests to check the SQL functions of control file 3 years ago
Michael Paquier c591300a8f Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings 3 years ago
Michael Paquier 37d264478a Fix variable assignment thinko in hba.c 3 years ago
Michael Paquier 1b73d0b1c3 Refactor code handling the names of files loaded in hba.c 3 years ago
Tom Lane 13d53aa7a8 Doc/improve confusing, inefficient tests to locate CTID variable. 3 years ago
Heikki Linnakangas 0e972f50fd Update outdated comment for TransactionIdSetTreeStatus 3 years ago
Michael Paquier 7d25958453 Clean up some GUC declarations and comments 3 years ago
Thomas Munro e109e43921 Fix unlink() for STATUS_DELETE_PENDING on Windows. 3 years ago
Thomas Munro 4517358ee7 Fix stat() for recursive junction points on Windows. 3 years ago
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