Commit Graph

  • 4b15868b69 Make PG_TEST_NOCLEAN work for temporary directories in TAP tests Michael Paquier 2023-07-03 10:06:14 +09:00
  • c24e9ef330 Make PG_TEST_NOCLEAN work for temporary directories in TAP tests Michael Paquier 2023-07-03 10:06:13 +09:00
  • 8c12838001 Make PG_TEST_NOCLEAN work for temporary directories in TAP tests Michael Paquier 2023-07-03 10:06:04 +09:00
  • c65102006b Remove redundant PARTITION BY columns from WindowClauses David Rowley 2023-07-03 12:49:43 +12:00
  • f50200c016 Silence "missing contrecord" error. Thomas Munro 2023-07-03 10:53:44 +12:00
  • 76d5966b3b Silence "missing contrecord" error. Thomas Munro 2023-07-03 10:53:44 +12:00
  • 4637a6ac0b Silence "missing contrecord" error. Thomas Munro 2023-07-03 10:53:44 +12:00
  • 984c23f6f5 Fix oversight in handling of modifiedCols since f24523672d Tomas Vondra 2023-07-02 20:29:01 +02:00
  • 260dbf19a5 Fix oversight in handling of modifiedCols since f24523672d Tomas Vondra 2023-07-02 20:29:01 +02:00
  • 7ae4e78689 Fix oversight in handling of modifiedCols since f24523672d Tomas Vondra 2023-07-02 20:29:01 +02:00
  • 9cf85093b5 Fix oversight in handling of modifiedCols since f24523672d Tomas Vondra 2023-07-02 20:29:01 +02:00
  • ce5aaea8cd Fix oversight in handling of modifiedCols since f24523672d Tomas Vondra 2023-07-02 20:29:01 +02:00
  • 3ce761d5ca Fix memory leak in Incremental Sort rescans Tomas Vondra 2023-07-02 18:54:09 +02:00
  • c1affa38c7 Fix memory leak in Incremental Sort rescans Tomas Vondra 2023-07-02 18:54:09 +02:00
  • 0c5fe4ff6b Fix memory leak in Incremental Sort rescans Tomas Vondra 2023-07-02 18:54:09 +02:00
  • 9ae7b5d1f3 Fix memory leak in Incremental Sort rescans Tomas Vondra 2023-07-02 18:54:09 +02:00
  • 98640f960e Fix memory leak in Incremental Sort rescans Tomas Vondra 2023-07-02 18:54:09 +02:00
  • 0457109344 Improve BRIN minmax-multi opclass test coverage Tomas Vondra 2023-07-02 10:33:34 +02:00
  • 2b8b2852bb Introduce bloom_filter_size for BRIN bloom opclass Tomas Vondra 2023-07-02 10:24:13 +02:00
  • 28d03feac3 Minor cleanups in the BRIN code Tomas Vondra 2023-07-02 10:18:56 +02:00
  • 4f49b3f849 Trust signalfd on illumos, again. Thomas Munro 2023-07-02 15:23:28 +12:00
  • cb5fd121d5 Fix test of pg_stat_io for wal_level=minimal. Noah Misch 2023-07-01 10:00:39 -07:00
  • 01d56eecee Fix test of pg_stat_io for wal_level=minimal. Noah Misch 2023-07-01 10:00:39 -07:00
  • c729642bd7 doc: PG 16 relnotes, remove "Have initdb use ICU by default" Bruce Momjian 2023-06-30 17:35:47 -04:00
  • e251e780bf Remove redundant check for fast_forward. Heikki Linnakangas 2023-06-30 18:31:10 +03:00
  • a0dd4c95b9 Improve comment on why we need ctid->(cmin,cmax) mapping. Heikki Linnakangas 2023-06-30 18:30:32 +03:00
  • 49d1d3c2c8 doc: PG _14_ relnotes, remove duplicate commit comment Bruce Momjian 2023-06-30 08:37:15 -04:00
  • 054ff3b33a Add a test case for a316a3bc Amit Langote 2023-06-30 15:49:05 +09:00
  • 0a14bca662 Add a test case for a316a3bc Amit Langote 2023-06-30 15:48:54 +09:00
  • dd7c60f193 Introduce long options in pg_archivecleanup Michael Paquier 2023-06-30 15:47:11 +09:00
  • c75c33de5b Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 2023-06-30 13:55:07 +09:00
  • dbe0e5c56f Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 2023-06-30 13:55:02 +09:00
  • 537b70b82c Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 2023-06-30 13:54:59 +09:00
  • 663b35f2df Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 2023-06-30 13:54:56 +09:00
  • cb4ac3e568 Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 2023-06-30 13:54:55 +09:00
  • f4691e2e76 Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 2023-06-30 13:54:53 +09:00
  • cfc43aeb38 Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 2023-06-30 13:54:48 +09:00
  • c951e9042d Add tab completion for CREATE SCHEMA in psql Michael Paquier 2023-06-30 10:28:08 +09:00
  • 23d8624fe5 Use named captures in Catalog::ParseHeader() Michael Paquier 2023-06-30 09:16:27 +09:00
  • 871d342bf3 Arm gen_node_support.pl's nodetag ABI stability check in v16. Tom Lane 2023-06-29 19:14:22 -04:00
  • 5bcc7e6dc8 Stamp HEAD as 17devel. Tom Lane 2023-06-29 19:05:23 -04:00
  • 93401ec02f Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHOD Michael Paquier 2023-06-30 07:49:07 +09:00
  • 97d8910104 Fix pg_depend entry to AMs after ALTER TABLE .. SET ACCESS METHOD Michael Paquier 2023-06-30 07:49:01 +09:00
  • 5f87a02125 meson: Remove redundant return code check Andres Freund 2023-06-29 09:12:52 -07:00
  • a798660ebe Defend against bogus parameterization of join input paths. Tom Lane 2023-06-29 12:12:52 -04:00
  • 7f11b7a9cf Fix order of operations in ExecEvalFieldStoreDeForm(). Tom Lane 2023-06-29 10:19:10 -04:00
  • 53b93e853f Fix order of operations in ExecEvalFieldStoreDeForm(). Tom Lane 2023-06-29 10:19:10 -04:00
  • d0ab203bc1 Fix order of operations in ExecEvalFieldStoreDeForm(). Tom Lane 2023-06-29 10:19:10 -04:00
  • 0789b82a97 Fix order of operations in ExecEvalFieldStoreDeForm(). Tom Lane 2023-06-29 10:19:10 -04:00
  • cc8cca3c2d Fix order of operations in ExecEvalFieldStoreDeForm(). Tom Lane 2023-06-29 10:19:10 -04:00
  • 43af714def Fix order of operations in ExecEvalFieldStoreDeForm(). Tom Lane 2023-06-29 10:19:10 -04:00
  • b750e74e6e meson: Fix intl misspelling Peter Eisentraut 2023-06-29 13:16:52 +02:00
  • 99e5766351 meson: Use a better error message in an impossible case Peter Eisentraut 2023-06-29 13:06:41 +02:00
  • af492eb6d6 meson: Make some Meson style more consistent with surrounding code Peter Eisentraut 2023-06-29 13:06:02 +02:00
  • 74668cbf0f meson: Fix some grammar usage in Meson comments Peter Eisentraut 2023-06-29 13:05:05 +02:00
  • f5159c734f meson: Mention the correct way to disable readline support Peter Eisentraut 2023-06-29 13:04:04 +02:00
  • 45c88eecb4 meson: Remove old comment Peter Eisentraut 2023-06-29 13:03:19 +02:00
  • 38977dd2bd meson: Use the not_found_dep constant Peter Eisentraut 2023-06-29 12:56:30 +02:00
  • c55d31e59c meson: Attach colon to keyword argument Peter Eisentraut 2023-06-29 12:53:41 +02:00
  • b2ec7f543f meson: Use consistent Meson option description formats Peter Eisentraut 2023-06-29 12:52:12 +02:00
  • 529449c379 meson: Use consistent casing in Meson option descriptions Peter Eisentraut 2023-06-29 12:47:33 +02:00
  • 559bdd58eb meson: Remove triple-quoted strings Peter Eisentraut 2023-06-29 12:44:27 +02:00
  • 6bc7873da1 Remove inappropriate raw_expression_tree_walker() code Peter Eisentraut 2023-06-29 10:30:55 +02:00
  • df5dcf41cf Remove inappropriate raw_expression_tree_walker() code Peter Eisentraut 2023-06-29 10:30:55 +02:00
  • efcf55f8fe Remove inappropriate raw_expression_tree_walker() code Peter Eisentraut 2023-06-29 10:30:55 +02:00
  • 39a584dc90 Error message wording improvements Peter Eisentraut 2023-06-29 09:14:55 +02:00
  • dda9f8e7bc Fix psql \?'s entries for \dp and \z. Nathan Bossart 2023-06-28 21:32:53 -07:00
  • 7e8349cbd7 pg_stat_statements: Fix second comment related to entry resets Michael Paquier 2023-06-29 09:17:34 +09:00
  • e886124647 pg_stat_statements: Fix second comment related to entry resets Michael Paquier 2023-06-29 09:17:30 +09:00
  • bc8e9a6a25 pg_stat_statements: Fix second comment related to entry resets Michael Paquier 2023-06-29 09:17:26 +09:00
  • aa4b11e8be pg_stat_statements: Fix incorrect comment with entry resets Michael Paquier 2023-06-29 08:05:10 +09:00
  • a757e16b7e pg_stat_statements: Fix incorrect comment with entry resets Michael Paquier 2023-06-29 08:05:06 +09:00
  • dc73db6743 pg_stat_statements: Fix incorrect comment with entry resets Michael Paquier 2023-06-29 08:04:47 +09:00
  • 046c8c5c8f Reword error messages for consistency Peter Eisentraut 2023-06-28 19:30:26 +02:00
  • ac1e974221 Doc: minor wording adjustments in transaction isolation discussion. Tom Lane 2023-06-28 12:48:14 -04:00
  • b381d96370 Add timeline ID to file names generated with pg_waldump --save-fullpage Michael Paquier 2023-06-28 16:26:55 +09:00
  • e90e9275f5 Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION Michael Paquier 2023-06-28 15:57:55 +09:00
  • 63b292e739 Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION Michael Paquier 2023-06-28 15:57:53 +09:00
  • f428440697 Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION Michael Paquier 2023-06-28 15:57:51 +09:00
  • 6160e221d5 Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION Michael Paquier 2023-06-28 15:57:48 +09:00
  • 7aa17b498b Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION Michael Paquier 2023-06-28 15:57:43 +09:00
  • fc55c7ff8d Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION Michael Paquier 2023-06-28 15:57:31 +09:00
  • 2ecbb0a493 Remove dependency to query text in JumbleQuery() Michael Paquier 2023-06-28 08:59:36 +09:00
  • 0c3fb8ac5f Fix comment on clearing padding. Heikki Linnakangas 2023-06-27 10:11:31 +03:00
  • 596177a922 Fix comment on clearing padding. Heikki Linnakangas 2023-06-27 10:11:31 +03:00
  • 876d17d62f Fix comment on clearing padding. Heikki Linnakangas 2023-06-27 10:11:31 +03:00
  • 19508f4763 Stamp 16beta2. REL_16_BETA2 Tom Lane 2023-06-26 16:07:19 -04:00
  • 228a2fab9c doc: PG 16 relnotes, update for beta 2 Bruce Momjian 2023-06-26 13:44:40 -04:00
  • 3f0199da5a Translation updates Peter Eisentraut 2023-06-26 12:02:02 +02:00
  • b491a15f8c Change "..." to cstring in old input/output function comments. Heikki Linnakangas 2023-06-26 11:52:02 +03:00
  • c7f33a197b Check for interrupts and stack overflow in TParserGet(). Tom Lane 2023-06-24 17:18:08 -04:00
  • 3b4580f5ce Check for interrupts and stack overflow in TParserGet(). Tom Lane 2023-06-24 17:18:08 -04:00
  • b6ab18a990 Check for interrupts and stack overflow in TParserGet(). Tom Lane 2023-06-24 17:18:08 -04:00
  • 4c61afa47c Check for interrupts and stack overflow in TParserGet(). Tom Lane 2023-06-24 17:18:08 -04:00
  • a77d901714 Check for interrupts and stack overflow in TParserGet(). Tom Lane 2023-06-24 17:18:08 -04:00
  • 691594acd6 Check for interrupts and stack overflow in TParserGet(). Tom Lane 2023-06-24 17:18:08 -04:00
  • 96f96398d3 Define OPENSSL_API_COMPAT Peter Eisentraut 2020-07-19 12:14:42 +02:00
  • 265c9138da Define OPENSSL_API_COMPAT Peter Eisentraut 2020-07-19 12:14:42 +02:00
  • 8aa9a26236 Define OPENSSL_API_COMPAT Peter Eisentraut 2020-07-19 12:14:42 +02:00
  • c1589923c6 doc: rename "decades" to be more generic Bruce Momjian 2023-06-23 22:50:55 -04:00