Commit Graph

  • 0008ad8517 Fix copy-and-pasteo in comment. Etsuro Fujita 2022-11-02 18:15:06 +09:00
  • 197cbca6bc Fix copy-and-pasteo in comment. Etsuro Fujita 2022-11-02 18:15:05 +09:00
  • 2896aa98ef Fix copy-and-pasteo in comment. Etsuro Fujita 2022-11-02 18:15:03 +09:00
  • d5e1748f02 Fix copy-and-pasteo in comment. Etsuro Fujita 2022-11-02 18:15:01 +09:00
  • d54e79ba28 Fix copy-and-pasteo in comment. Etsuro Fujita 2022-11-02 18:15:00 +09:00
  • 155601de7f Doc: Update information about manually creating slots. Amit Kapila 2022-11-02 11:40:37 +05:30
  • 568546f7e4 Improve the description of XLOG_RUNNING_XACTS. Amit Kapila 2022-11-02 10:06:55 +05:30
  • 468a9f37fb doc: Fix some descriptions related to pg_ident_file_mappings Michael Paquier 2022-11-02 11:56:28 +09:00
  • e76502871e doc: Fix some descriptions related to pg_ident_file_mappings Michael Paquier 2022-11-02 11:56:06 +09:00
  • 23f4427612 Fix outdated comment in tuplesort.h David Rowley 2022-11-02 15:29:49 +13:00
  • 3712e0ed47 Fix outdated comment in tuplesort.h David Rowley 2022-11-02 15:29:31 +13:00
  • 8e621c10c7 Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TO Michael Paquier 2022-11-02 10:15:19 +09:00
  • 7c335b7a20 Add doubly linked count list implementation David Rowley 2022-11-02 14:06:05 +13:00
  • 451d1164b9 Add more tests for COPY with incorrect option combinations Michael Paquier 2022-11-02 09:57:54 +09:00
  • b3326a7531 Update time zone data files to tzdata release 2022f. Tom Lane 2022-11-01 17:08:28 -04:00
  • b1cb77bdf4 Update time zone data files to tzdata release 2022f. Tom Lane 2022-11-01 17:08:28 -04:00
  • ec9a000d8b Update time zone data files to tzdata release 2022f. Tom Lane 2022-11-01 17:08:28 -04:00
  • ebf48810b4 Update time zone data files to tzdata release 2022f. Tom Lane 2022-11-01 17:08:28 -04:00
  • 97bb80b1b6 Update time zone data files to tzdata release 2022f. Tom Lane 2022-11-01 17:08:28 -04:00
  • c3d16eb3d5 Update time zone data files to tzdata release 2022f. Tom Lane 2022-11-01 17:08:28 -04:00
  • e7c7605a76 Update time zone data files to tzdata release 2022f. Tom Lane 2022-11-01 17:08:28 -04:00
  • 1f1865e908 Fix planner failure with extended statistics on partitioned tables. Tom Lane 2022-11-01 14:34:44 -04:00
  • f4857082bc Fix planner failure with extended statistics on partitioned tables. Tom Lane 2022-11-01 14:34:44 -04:00
  • 56083ff301 pg_stat_statements: fetch stmt location/length before it disappears. Tom Lane 2022-11-01 12:48:01 -04:00
  • 149e00192f pg_stat_statements: fetch stmt location/length before it disappears. Tom Lane 2022-11-01 12:48:01 -04:00
  • ca4c6764b3 pg_stat_statements: fetch stmt location/length before it disappears. Tom Lane 2022-11-01 12:48:01 -04:00
  • a9fdb48b73 pg_stat_statements: fetch stmt location/length before it disappears. Tom Lane 2022-11-01 12:48:01 -04:00
  • 0f2f5645a1 pg_stat_statements: fetch stmt location/length before it disappears. Tom Lane 2022-11-01 12:48:01 -04:00
  • 8b0a5cf3fe pg_stat_statements: fetch stmt location/length before it disappears. Tom Lane 2022-11-01 12:48:01 -04:00
  • 495e73c207 pg_stat_statements: fetch stmt location/length before it disappears. Tom Lane 2022-11-01 12:48:01 -04:00
  • 84387fc889 doc: Add note about lack of publication privileges Peter Eisentraut 2022-11-01 14:18:37 +01:00
  • d2354b6eec Remove incorrect name from release notes Peter Eisentraut 2022-11-01 14:17:36 +01:00
  • 2ea5de296e psql: Improve tab completion for ALTER TABLE on identity columns Peter Eisentraut 2022-11-01 12:07:40 +01:00
  • 0043aa6b85 Add basic regression tests for semi/antijoin recognition. Tom Lane 2022-10-31 19:52:33 -04:00
  • 0717f2fedb Fix ALTER COLLATION "default" REFRESH VERSION. Jeff Davis 2022-10-29 14:13:23 -07:00
  • 10932ed5e5 Enable pg_collation_actual_version() to work on the default collation. Jeff Davis 2022-10-29 13:30:15 -07:00
  • 6e10631d1e pg_dump test: Make concatenated create_sql commands more readable Peter Eisentraut 2022-10-31 13:59:57 +01:00
  • a73952b795 Add check on initial and boot values when loading GUCs Michael Paquier 2022-10-31 13:54:23 +09:00
  • d9d873bac6 Clean up some inconsistencies with GUC declarations Michael Paquier 2022-10-31 12:44:48 +09:00
  • 3395cc1dba Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl. Noah Misch 2022-10-29 10:42:16 -07:00
  • a9f8ca6005 Under has_wal_read_bug, skip recovery/t/032_relfilenode_reuse.pl. Noah Misch 2022-10-29 10:42:16 -07:00
  • 5543677ec9 Use Limit instead of Unique to implement DISTINCT, when possible David Rowley 2022-10-28 23:04:38 +13:00
  • b1099eca8f Remove AssertArg and AssertState Peter Eisentraut 2022-10-28 09:19:06 +02:00
  • d37aa3d358 Allow nodeSort to perform Datum sorts for byref types David Rowley 2022-10-28 09:25:12 +13:00
  • a5fc46414d Avoid making commutatively-duplicate clauses in EquivalenceClasses. Tom Lane 2022-10-27 14:42:18 -04:00
  • 4ab8c81bd9 Move pg_pwritev_with_retry() to src/common/file_utils.c Michael Paquier 2022-10-27 14:39:42 +09:00
  • 1b9cd69c5b Add some tests to check the SQL functions of control file Michael Paquier 2022-10-27 09:58:44 +09:00
  • c591300a8f Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings Michael Paquier 2022-10-26 15:22:15 +09:00
  • 37d264478a Fix variable assignment thinko in hba.c Michael Paquier 2022-10-26 12:57:40 +09:00
  • 1b73d0b1c3 Refactor code handling the names of files loaded in hba.c Michael Paquier 2022-10-26 11:36:21 +09:00
  • b02fc7df19 Fix ordering issue with WAL operations in GIN fast insert path Michael Paquier 2022-10-26 09:41:31 +09:00
  • 341fba2a62 Fix ordering issue with WAL operations in GIN fast insert path Michael Paquier 2022-10-26 09:41:28 +09:00
  • 51c24d9e21 Fix ordering issue with WAL operations in GIN fast insert path Michael Paquier 2022-10-26 09:41:26 +09:00
  • 594b97509e Fix ordering issue with WAL operations in GIN fast insert path Michael Paquier 2022-10-26 09:41:22 +09:00
  • 5a30d43fa9 Fix ordering issue with WAL operations in GIN fast insert path Michael Paquier 2022-10-26 09:41:18 +09:00
  • ca4070f2b4 Fix ordering issue with WAL operations in GIN fast insert path Michael Paquier 2022-10-26 09:41:13 +09:00
  • 13d53aa7a8 Doc/improve confusing, inefficient tests to locate CTID variable. Tom Lane 2022-10-25 17:35:19 -04:00
  • 0e972f50fd Update outdated comment for TransactionIdSetTreeStatus Heikki Linnakangas 2022-10-25 21:43:52 +02:00
  • 7d25958453 Clean up some GUC declarations and comments Michael Paquier 2022-10-25 14:06:07 +09:00
  • e109e43921 Fix unlink() for STATUS_DELETE_PENDING on Windows. Thomas Munro 2022-10-25 15:26:03 +13:00
  • 4517358ee7 Fix stat() for recursive junction points on Windows. Thomas Munro 2022-10-25 15:24:41 +13:00
  • f71007fbb3 Fix readlink() for non-PostgreSQL junction points on Windows. Thomas Munro 2022-10-25 15:21:42 +13:00
  • 387803d81d Fix lstat() for broken junction points on Windows. Thomas Munro 2022-10-25 15:20:00 +13:00
  • 4650036f5a Fix readlink() return value on Windows. Thomas Munro 2022-10-25 15:13:52 +13:00
  • 359d601095 Fix symlink() errno on Windows. Thomas Munro 2022-10-25 15:10:49 +13:00
  • f975df7203 doc: Fix type of cursor_position in jsonlog table Michael Paquier 2022-10-25 09:29:54 +09:00
  • f186c7c885 doc: Fix type of cursor_position in jsonlog table Michael Paquier 2022-10-25 09:29:21 +09:00
  • fb2a83b2b7
    Update some comments that should've covered MERGE Alvaro Herrera 2022-10-24 12:52:43 +02:00
  • 3b2db22fe2
    Update some comments that should've covered MERGE Alvaro Herrera 2022-10-24 12:52:43 +02:00
  • 8328a15f8f
    Fix recently added incorrect assertion Alvaro Herrera 2022-10-24 12:02:33 +02:00
  • 2e0d80c5bb Improve coverage of ruleutils.c for SQLValueFunctions Michael Paquier 2022-10-24 16:53:54 +09:00
  • 3cf2f7af7f Improve tab completion for ALTER STATISTICS <name> SET in psql Michael Paquier 2022-10-24 15:46:42 +09:00
  • 14a737bfdb Fix and improve TAP tests for pg_hba.conf and regexps Michael Paquier 2022-10-24 13:48:34 +09:00
  • 8fea86830e Add support for regexps on database and user entries in pg_hba.conf Michael Paquier 2022-10-24 11:45:31 +09:00
  • 48bf786626
    C4a pg dump masking option #105 Victoria Shepard 2022-10-24 02:11:35 +05:00
  • 5035c93c8a Remove pgpid_t type, use pid_t instead Peter Eisentraut 2022-10-22 10:10:31 +02:00
  • 2598b76bf2 psql: Fix exit status when query is canceled Peter Eisentraut 2022-10-22 09:41:38 +02:00
  • 4a6de748d3 psql: Fix exit status when query is canceled Peter Eisentraut 2022-10-22 09:41:38 +02:00
  • 6cc66197ff Improve memory handling across SQL-callable backup functions Michael Paquier 2022-10-22 11:54:02 +09:00
  • ba58266eb8 pg_basebackup: Fix cross-platform tablespace relocation. Robert Haas 2022-10-21 08:21:55 -04:00
  • 38214dabd4 pg_basebackup: Fix cross-platform tablespace relocation. Robert Haas 2022-10-21 08:21:55 -04:00
  • 475e9daf39 pg_basebackup: Fix cross-platform tablespace relocation. Robert Haas 2022-10-21 08:21:55 -04:00
  • 0bf2cd1602 pg_basebackup: Fix cross-platform tablespace relocation. Robert Haas 2022-10-21 08:21:55 -04:00
  • aaad8adb02 pg_basebackup: Fix cross-platform tablespace relocation. Robert Haas 2022-10-21 08:21:55 -04:00
  • 5c013e620c pg_basebackup: Fix cross-platform tablespace relocation. Robert Haas 2022-10-21 08:21:55 -04:00
  • 1f0c4fa255 pg_basebackup: Fix cross-platform tablespace relocation. Robert Haas 2022-10-21 08:21:55 -04:00
  • ce20f8b9f4 Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. Amit Kapila 2022-10-21 12:57:18 +05:30
  • 10eaa97501 Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. Amit Kapila 2022-10-21 12:43:28 +05:30
  • 36fc013fab Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. Amit Kapila 2022-10-21 12:33:47 +05:30
  • 1eed947f98 Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. Amit Kapila 2022-10-21 12:22:47 +05:30
  • f7f82cf05a Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. Amit Kapila 2022-10-21 12:10:11 +05:30
  • 5c51afe23d Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. Amit Kapila 2022-10-21 12:08:14 +05:30
  • 61838d2dd3 Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. Amit Kapila 2022-10-21 11:54:34 +05:30
  • 343afa9671 Fix executing invalidation messages generated by subtransactions during decoding. Amit Kapila 2022-10-21 10:03:35 +05:30
  • 4fbe6096b9 Fix executing invalidation messages generated by subtransactions during decoding. Amit Kapila 2022-10-21 09:52:44 +05:30
  • 38dbaaf273 Fix executing invalidation messages generated by subtransactions during decoding. Amit Kapila 2022-10-21 09:42:24 +05:30
  • 02600886c8 Fix executing invalidation messages generated by subtransactions during decoding. Amit Kapila 2022-10-21 09:32:21 +05:30
  • 216af69aec Fix executing invalidation messages generated by subtransactions during decoding. Amit Kapila 2022-10-21 09:22:20 +05:30
  • a903971351 Refactor more logic for compilation of regular expressions in hba.c Michael Paquier 2022-10-21 09:55:56 +09:00
  • f892150076 Doc: fix outdated wording about parallel seq scans David Rowley 2022-10-21 09:30:27 +13:00