Commit Graph

  • aba2dbb3cf Fix typos in comments Daniel Gustafsson 2022-11-17 09:12:51 +01:00
  • 3894d21d22 Remove unneeded include in test_slru.c Michael Paquier 2022-11-17 16:00:09 +09:00
  • 1d87037ac8 Export with_icu when running src/bin/scripts tests with meson Peter Eisentraut 2022-11-17 07:43:50 +01:00
  • aca9920409 Update some more ObjectType switch statements to not have default Peter Eisentraut 2022-11-17 07:08:44 +01:00
  • adaf34241a Improve ruleutils' printout of LATERAL references within subplans. Tom Lane 2022-11-16 20:06:09 -05:00
  • 5db195f76f Fix slowdown in TAP tests due to recent walreceiver change. Thomas Munro 2022-11-17 11:30:14 +13:00
  • e9e26b5e71 Invent "multibitmapsets", and use them to speed up antijoin detection. Tom Lane 2022-11-16 13:58:42 -05:00
  • 90e4f308b4 Add missing object classes to object_address test Peter Eisentraut 2022-11-16 19:44:38 +01:00
  • fccaf259f2 Shave some cycles off subscription/t/100_bugs.pl tests. Tom Lane 2022-11-16 12:35:25 -05:00
  • 8e1db29cdb Variable renaming in preparation for refactoring Peter Eisentraut 2022-11-16 16:17:18 +01:00
  • d1cb4e9f92 Remove useless casts Peter Eisentraut 2022-11-16 16:01:06 +01:00
  • 4eb3b11200 Turn HeapKeyTest macro into inline function Peter Eisentraut 2022-11-16 13:25:59 +01:00
  • c0f1e51ac7 Remove unused include Peter Eisentraut 2022-11-16 11:28:44 +01:00
  • c4421550fb doc: document the TAP test environment variables Daniel Gustafsson 2022-11-16 10:25:21 +01:00
  • 5f80cd287c doc: update metacpan.org links to avoid redirects Daniel Gustafsson 2022-11-16 10:24:37 +01:00
  • 63c833f4bd Use multi-inserts for pg_ts_config_map Michael Paquier 2022-11-16 14:32:09 +09:00
  • 36e0358e70 Fix test in ae168c794f, per buildfarm. Jeff Davis 2022-11-15 19:35:12 -08:00
  • 1ff4161218 Use multi-inserts for pg_enum Michael Paquier 2022-11-16 12:41:29 +09:00
  • 09a72188cd Avoid some overhead with open and close of catalog indexes Michael Paquier 2022-11-16 10:49:05 +09:00
  • 006b69fd91 Add test module for SLRUs Michael Paquier 2022-11-16 09:52:21 +09:00
  • 1eda3ce802 Mark argument of RegisterCustomRmgr() as const. Jeff Davis 2022-11-15 15:58:12 -08:00
  • ae168c794f Add test module for Custom WAL Resource Manager feature. Jeff Davis 2022-11-15 13:10:27 -08:00
  • 9e5405993c Deduplicate freeze plans in freeze WAL records. Peter Geoghegan 2022-11-15 07:48:41 -08:00
  • 2fe3bdbd69 Check return value of pclose() correctly Peter Eisentraut 2022-11-15 15:35:37 +01:00
  • b7f3981756 doc: Use more concise wording for pl/pgSQL TG_ variables Daniel Gustafsson 2022-11-15 14:51:02 +01:00
  • 5b66de3433 psql: Add command to use extended query protocol Peter Eisentraut 2022-11-15 13:50:27 +01:00
  • a9e9a9f32b libpq error message refactoring, part 2 Peter Eisentraut 2022-11-15 11:50:04 +01:00
  • 0873b2d354 libpq error message refactoring Peter Eisentraut 2022-11-15 11:50:04 +01:00
  • d627ce3b70 Disallow setting archive_library and archive_command at the same time Peter Eisentraut 2022-11-15 10:03:12 +01:00
  • 8b5262fa0e Improve comments referring snapshot's subxip array. Amit Kapila 2022-11-15 09:37:19 +05:30
  • e848be60b5 Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. Amit Kapila 2022-11-14 10:43:33 +05:30
  • e49e191815 Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. Amit Kapila 2022-11-14 10:32:47 +05:30
  • 9693f19007 Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. Amit Kapila 2022-11-14 10:22:28 +05:30
  • 20c2233363 Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. Amit Kapila 2022-11-14 10:11:10 +05:30
  • 4dccccb37e Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. Amit Kapila 2022-11-14 10:01:14 +05:30
  • 1703033f89 Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. Amit Kapila 2022-11-14 09:52:06 +05:30
  • ad6c52846f Add error context callback when tokenizing authentication files Michael Paquier 2022-11-14 11:58:10 +09:00
  • 783e8c69cb Invent open_auth_file() in hba.c to refactor authentication file opening Michael Paquier 2022-11-14 10:21:42 +09:00
  • 45d5ecab49 libpq: Add missing newlines to error messages Peter Eisentraut 2022-11-13 21:09:09 +01:00
  • 062e133f6d libpq: Remove unneeded cast and adjust format placeholder Peter Eisentraut 2022-11-13 21:09:05 +01:00
  • f754e7600a Doc: remove pg_prepared_statements.result_types from v15 docs. Tom Lane 2022-11-13 10:42:03 -05:00
  • 5e1f3b9ebf Make Bitmapsets be valid Nodes. Tom Lane 2022-11-13 10:22:45 -05:00
  • 0086ee356f Use installed postgresql.conf.sample for GUC sanity TAP test Andrew Dunstan 2022-11-13 09:07:53 -05:00
  • 9c7eb9d85a Use installed postgresql.conf.sample for GUC sanity TAP test Andrew Dunstan 2022-11-13 09:07:53 -05:00
  • 7a387f513d Make PostgreSQL::Test::Cluster::config_data more flexible Andrew Dunstan 2022-11-13 08:45:14 -05:00
  • a688c39e1d Make PostgreSQL::Test::Cluster::config_data more flexible Andrew Dunstan 2022-11-13 08:45:14 -05:00
  • c727f511bd Refactor aclcheck functions Peter Eisentraut 2022-11-13 08:11:17 +01:00
  • afbfc02983 Refactor ownercheck functions Peter Eisentraut 2022-11-13 08:11:17 +01:00
  • b4b7ce8061 Add repalloc0 and repalloc0_array Peter Eisentraut 2022-11-12 20:31:27 +01:00
  • e5f94d42eb If wait_for_catchup fails under has_wal_read_bug, skip balance of test. Noah Misch 2022-11-12 11:19:50 -08:00
  • 30d98e14a8 If wait_for_catchup fails under has_wal_read_bug, skip balance of test. Noah Misch 2022-11-12 11:19:50 -08:00
  • 533e02e927 Fix volatility marking of timestamptz_trunc_zone. Tom Lane 2022-11-12 13:29:41 -05:00
  • 97c61f70d1 Document WAL rules related to PD_ALL_VISIBLE in README. Jeff Davis 2022-11-12 08:37:50 -08:00
  • 5eaf3e375d Fix theoretical torn page hazard. Jeff Davis 2022-11-10 14:46:30 -08:00
  • 7dd39e9e80 Fix theoretical torn page hazard. Jeff Davis 2022-11-10 14:46:30 -08:00
  • 58a45bb1d8 Fix theoretical torn page hazard. Jeff Davis 2022-11-10 14:46:30 -08:00
  • f893af4961 Fix theoretical torn page hazard. Jeff Davis 2022-11-10 14:46:30 -08:00
  • 7bf713dd2d Fix theoretical torn page hazard. Jeff Davis 2022-11-10 14:46:30 -08:00
  • d6a3dbe14f Fix theoretical torn page hazard. Jeff Davis 2022-11-10 14:46:30 -08:00
  • 3eb8eeccbe Remove obsolete comments and code from prior to f8f4227976. Jeff Davis 2022-11-11 08:40:01 -08:00
  • 373679c4a8 meson: Define HAVE_LOCALE_T for msvc Peter Eisentraut 2022-11-11 16:00:48 +01:00
  • b9424d014e Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT". Tom Lane 2022-11-10 18:20:49 -05:00
  • 421f3363a8 Fix alter_table.sql test case to test what it claims to. Tom Lane 2022-11-10 17:24:26 -05:00
  • 6a1396fd19 Fix alter_table.sql test case to test what it claims to. Tom Lane 2022-11-10 17:24:26 -05:00
  • 294a2199a3 Fix alter_table.sql test case to test what it claims to. Tom Lane 2022-11-10 17:24:26 -05:00
  • 3383cf0234 Fix alter_table.sql test case to test what it claims to. Tom Lane 2022-11-10 17:24:26 -05:00
  • 9c1a4fc891 Fix alter_table.sql test case to test what it claims to. Tom Lane 2022-11-10 17:24:26 -05:00
  • b158e0b1b1 Fix alter_table.sql test case to test what it claims to. Tom Lane 2022-11-10 17:24:26 -05:00
  • cf0f465c0d Re-allow building on Microsoft Visual Studio 2013. Tom Lane 2022-11-10 10:23:49 -05:00
  • 0942acb73e Re-allow building on Microsoft Visual Studio 2013. Tom Lane 2022-11-10 10:23:49 -05:00
  • 06dca17ad5 Re-allow building on Microsoft Visual Studio 2013. Tom Lane 2022-11-10 10:23:49 -05:00
  • 576506303c Re-allow building on Microsoft Visual Studio 2013. Tom Lane 2022-11-10 10:23:49 -05:00
  • fc0d1ecb0b Fix comments atop ReorderBufferAddInvalidations. Amit Kapila 2022-11-10 17:19:30 +05:30
  • daadb42e92 Fix comments atop ReorderBufferAddInvalidations. Amit Kapila 2022-11-10 17:08:27 +05:30
  • 36e545cd05 Fix comments atop ReorderBufferAddInvalidations. Amit Kapila 2022-11-10 16:56:49 +05:30
  • 9e0321135c Fix comment of SimpleLruInit() in slru.c Michael Paquier 2022-11-10 16:33:55 +09:00
  • 5962c8cbe5 Fix comment of SimpleLruInit() in slru.c Michael Paquier 2022-11-10 16:33:52 +09:00
  • 5ca3645cb3 Fix comment of SimpleLruInit() in slru.c Michael Paquier 2022-11-10 16:32:29 +09:00
  • 7b6610508d Apply a better fix to mdunlinkfork(). Tom Lane 2022-11-09 14:15:38 -05:00
  • 85d8b30724 Apply a better fix to mdunlinkfork(). Tom Lane 2022-11-09 14:15:38 -05:00
  • ff0d8f27f4
    Remove redundant declaration for XidInMVCCSnapshot Alvaro Herrera 2022-11-09 18:27:31 +01:00
  • 4f981df8e0 Report a more useful error for reloptions on a partitioned table. Tom Lane 2022-11-09 12:28:34 -05:00
  • fec80da849 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. Tom Lane 2022-11-09 11:08:52 -05:00
  • 17e9ecac01 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. Tom Lane 2022-11-09 11:08:52 -05:00
  • 1949135e79 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. Tom Lane 2022-11-09 11:08:52 -05:00
  • 8befa05d78 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. Tom Lane 2022-11-09 11:08:52 -05:00
  • e70cd16f22 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. Tom Lane 2022-11-09 11:08:52 -05:00
  • e613ace1f0 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. Tom Lane 2022-11-09 11:08:52 -05:00
  • c58c0770ac Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ Michael Paquier 2022-11-09 09:40:09 +09:00
  • a5171b8800 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ Michael Paquier 2022-11-09 09:40:06 +09:00
  • 0f5812df65 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ Michael Paquier 2022-11-09 09:40:05 +09:00
  • 40064e103b Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ Michael Paquier 2022-11-09 09:40:02 +09:00
  • b2b9881109 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ Michael Paquier 2022-11-09 09:40:01 +09:00
  • 8f5d4ee6c5 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ Michael Paquier 2022-11-09 09:39:58 +09:00
  • 91723759e4 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ Michael Paquier 2022-11-09 09:39:57 +09:00
  • edb4ef48d8 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ Michael Paquier 2022-11-09 09:39:55 +09:00
  • c304c069d1 Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/ Michael Paquier 2022-11-09 09:39:53 +09:00
  • b28ac1d24d Provide sigaction() for Windows. Thomas Munro 2022-11-09 13:05:16 +13:00
  • 6bbd8b7385 Use AbsoluteConfigLocation() when building an included path in hba.c Michael Paquier 2022-11-09 08:47:02 +09:00
  • 2e4229691c Doc: improve tutorial section about grouped aggregates. Tom Lane 2022-11-08 18:25:03 -05:00