Commit Graph

55015 Commits (ffbb7e65a873e8f1584d2e593416fbe3adc130b6)
 

Author SHA1 Message Date
John Naylor 062eef3a9b Straighten include order in guc-file.l 3 years ago
Tom Lane 1c72d82c25 Allow use of __sync_lock_test_and_set for spinlocks on any machine. 3 years ago
Peter Eisentraut 3655b46aa0 pg_dump: Refactor code that constructs ALTER ... OWNER TO commands 3 years ago
Tom Lane be541efbfd Defend against unsupported partition relkind in logical replication worker. 3 years ago
Tom Lane 26ee7fb368 pg_dump: fix failure to dump comments on constraints in some cases. 3 years ago
Etsuro Fujita d54e79ba28 Fix copy-and-pasteo in comment. 3 years ago
Amit Kapila 155601de7f Doc: Update information about manually creating slots. 3 years ago
Amit Kapila 568546f7e4 Improve the description of XLOG_RUNNING_XACTS. 3 years ago
Michael Paquier e76502871e doc: Fix some descriptions related to pg_ident_file_mappings 3 years ago
David Rowley 3712e0ed47 Fix outdated comment in tuplesort.h 3 years ago
Michael Paquier 8e621c10c7 Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TO 3 years ago
David Rowley 7c335b7a20 Add doubly linked count list implementation 3 years ago
Michael Paquier 451d1164b9 Add more tests for COPY with incorrect option combinations 3 years ago
Tom Lane e7c7605a76 Update time zone data files to tzdata release 2022f. 3 years ago
Tom Lane f4857082bc Fix planner failure with extended statistics on partitioned tables. 3 years ago
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