Commit Graph

  • 7b496412ac
    Merge pull request #26 from dutow/verfix Zsolt Parragi 2024-12-16 07:26:11 +00:00
  • 39240bcad5 Print out error position for CREATE DOMAIN Michael Paquier 2024-12-16 14:52:11 +09:00
  • 3ad8b840ce Add some tests for encoding conversion in COPY TO/FROM Michael Paquier 2024-12-16 11:23:38 +09:00
  • bf9165bb0c Declare a couple of variables inside not outside a PG_TRY block. Tom Lane 2024-12-15 15:50:07 -05:00
  • ec0dc2c596 pgbench: fix misprocessing of some nested \if constructs. Tom Lane 2024-12-15 14:14:15 -05:00
  • 2a23dbcf35 pgbench: fix misprocessing of some nested \if constructs. Tom Lane 2024-12-15 14:14:15 -05:00
  • ff88db9103 pgbench: fix misprocessing of some nested \if constructs. Tom Lane 2024-12-15 14:14:15 -05:00
  • 076b091230 pgbench: fix misprocessing of some nested \if constructs. Tom Lane 2024-12-15 14:14:15 -05:00
  • ff9dc96f37 pgbench: fix misprocessing of some nested \if constructs. Tom Lane 2024-12-15 14:14:15 -05:00
  • 530f89e648 pgbench: fix misprocessing of some nested \if constructs. Tom Lane 2024-12-15 14:14:14 -05:00
  • 87e16d6326 doc: Clarify old WAL files are kept until they are summarized. Fujii Masao 2024-12-15 11:18:18 +09:00
  • 56499315a7 doc: Clarify old WAL files are kept until they are summarized. Fujii Masao 2024-12-15 11:18:18 +09:00
  • 31daa10fac contrib/earthdistance: Use SQL-standard function bodies. Tom Lane 2024-12-14 16:07:18 -05:00
  • 3652de36e4 contrib/earthdistance: Use SQL-standard function bodies. Tom Lane 2024-12-14 16:07:18 -05:00
  • 969bbd0faf contrib/earthdistance: Use SQL-standard function bodies. Tom Lane 2024-12-14 16:07:18 -05:00
  • 62b7a9a778
    Refactor some SQL/JSON error messages Álvaro Herrera 2024-12-14 12:55:00 +01:00
  • 7bc9a8bdd2 Fix warnings about declaration of environ on MinGW. Thomas Munro 2024-12-15 00:36:30 +13:00
  • 48c142f78d Remove EXTENSION_DONT_CHECK_SIZE from md.c. Thomas Munro 2024-12-14 20:59:58 +13:00
  • c72ca3ddec Fix typo John Naylor 2024-12-14 09:52:08 +07:00
  • b6df2d6e5d Fix possible crash in pg_dump with identity sequences. Tom Lane 2024-12-13 14:21:36 -05:00
  • c7f3c414fd Fix possible crash in pg_dump with identity sequences. Tom Lane 2024-12-13 14:21:36 -05:00
  • 6978129b4e Fix possible crash in pg_dump with identity sequences. Tom Lane 2024-12-13 14:21:36 -05:00
  • 782cc1aa3d Fix possible crash in pg_dump with identity sequences. Tom Lane 2024-12-13 14:21:36 -05:00
  • ad950ea98e Fix possible crash in pg_dump with identity sequences. Tom Lane 2024-12-13 14:21:36 -05:00
  • 7b8cb9cd6a Fix possible crash in pg_dump with identity sequences. Tom Lane 2024-12-13 14:21:36 -05:00
  • 3191eccd8a
    Rewrite maybe_reread_subscription() comment Álvaro Herrera 2024-12-13 07:41:36 +01:00
  • fd41ba93e4
    Dump not-null constraints on inherited columns correctly Álvaro Herrera 2024-12-13 07:38:49 +01:00
  • d09fbf645e Revert "Don't truncate database and user names in startup packets." Nathan Bossart 2024-12-12 15:52:04 -06:00
  • a0ff56e2d3 Revert "Don't truncate database and user names in startup packets." Nathan Bossart 2024-12-12 15:52:04 -06:00
  • 8c9ec15d0c PG-1235: Fix product name and version Zsolt Parragi 2024-12-12 19:13:33 +00:00
  • 28e88b4c7e
    Fix perf report once again (#381) Artem Gavrilov 2024-12-12 18:04:42 +02:00
  • 4abf615cc8
    Backpatch critical performance fixes to pgarch.c Álvaro Herrera 2024-12-12 16:21:18 +01:00
  • dfbf158de4
    Fix perf test results workflow (#380) Artem Gavrilov 2024-12-12 17:15:55 +02:00
  • 4766438aa3 Adjust some comments about structure properties in pg_stat.h Michael Paquier 2024-12-12 16:59:22 +09:00
  • 69f83375eb
    Fix perf results CI (#379) Artem Gavrilov 2024-12-12 09:24:12 +02:00
  • bd10ec5297 Detect redundant GROUP BY columns using UNIQUE indexes David Rowley 2024-12-12 15:28:38 +13:00
  • d8f335156c Improve the test case from 5668a857d Richard Guo 2024-12-12 11:21:51 +09:00
  • 0172b4c944 Add some regression tests for missing DDL patterns Michael Paquier 2024-12-12 11:16:45 +09:00
  • 430a5952de Defer remove_useless_groupby_columns() work until query_planner() David Rowley 2024-12-12 14:22:15 +13:00
  • 78c5e141e9 Add UUID version 7 generation function. Masahiko Sawada 2024-12-11 15:54:41 -08:00
  • 89988ac589 Fix further fallout from EXPLAIN ANALYZE BUFFERS change David Rowley 2024-12-12 09:50:00 +13:00
  • e8d5929428 Use pg_memory_is_all_zeros() in pgstatfuncs.c. Nathan Bossart 2024-12-11 14:19:14 -06:00
  • 398d3e3b5b Unmark gen_random_uuid() function leakproof. Masahiko Sawada 2024-12-11 10:35:57 -08:00
  • c62e23c06a
    PG-1238 Remove redundant code checkout and add required permission (#377) Artem Gavrilov 2024-12-11 17:43:43 +02:00
  • 8a199ca97f
    PG-1206 Reworked intro to pg_tde (#353) Anastasia Alexandrova 2024-12-11 14:55:52 +01:00
  • ec1a9c1978
    PG-1238 Harden CI permissions (#376) Artem Gavrilov 2024-12-11 15:03:32 +02:00
  • 0e033f5b6d Fix a memory leak in dumping functions with TRANSFORMs Daniel Gustafsson 2024-12-11 12:48:22 +01:00
  • 9df2a4b931 Add missing BUFFERS OFF in regression tests, take 2 David Rowley 2024-12-11 23:16:44 +13:00
  • 9fa1aaa652 Add missing BUFFERS OFF in select_into regression tests David Rowley 2024-12-11 22:56:36 +13:00
  • c2a4078eba Enable BUFFERS with EXPLAIN ANALYZE by default David Rowley 2024-12-11 22:35:11 +13:00
  • 0f5738202b Use ExprStates for hashing in GROUP BY and SubPlans David Rowley 2024-12-11 13:47:16 +13:00
  • a43567483c Use in-place updates for pg_restore_relation_stats(). Jeff Davis 2024-12-10 16:30:37 -08:00
  • 8a8f26dda2 Improve reporting of pg_upgrade log files on test failure Michael Paquier 2024-12-11 08:48:55 +09:00
  • 058b208a5d Improve reporting of pg_upgrade log files on test failure Michael Paquier 2024-12-11 08:48:53 +09:00
  • 8afff7d6db Improve reporting of pg_upgrade log files on test failure Michael Paquier 2024-12-11 08:48:52 +09:00
  • 8ede501685 Improve reporting of pg_upgrade log files on test failure Michael Paquier 2024-12-11 08:48:47 +09:00
  • 50416cc484 Speedup Hash Joins with dedicated functions for ExprState hashing David Rowley 2024-12-11 11:32:15 +13:00
  • 9828905303 Doc: add some commentary about ExecutorRun's NoMovement special case. Tom Lane 2024-12-10 17:17:28 -05:00
  • 6151769f6e Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch 2024-12-10 13:51:59 -08:00
  • 315264d701 Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch 2024-12-10 13:51:59 -08:00
  • 839da50bd4 Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch 2024-12-10 13:51:59 -08:00
  • ac4a2b4039 Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch 2024-12-10 13:51:59 -08:00
  • 4bd9de3f41 Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch 2024-12-10 13:51:59 -08:00
  • 8b9cbf4922 Fix elog(FATAL) before PostmasterMain() or just after fork(). Noah Misch 2024-12-10 13:51:59 -08:00
  • c6d30d71d9
    Merge branch 'postgres:master' into ag2014-patch-1 #192 @lex 2024-12-10 13:13:22 -05:00
  • 939b0908c8 Tests for logical replication with temporal keys Peter Eisentraut 2024-12-10 15:05:58 +01:00
  • 74edabce7a Support for GiST in get_equal_strategy_number() Peter Eisentraut 2024-12-10 13:26:09 +01:00
  • 13544e790e Make the conditions in IsIndexUsableForReplicaIdentityFull() more explicit Peter Eisentraut 2024-12-10 13:11:34 +01:00
  • a2a475b011 Replace get_equal_strategy_number_for_am() by get_equal_strategy_number() Peter Eisentraut 2024-12-10 12:53:27 +01:00
  • 321c287351 Improve internal logical replication error for missing equality strategy Peter Eisentraut 2024-12-10 12:30:42 +01:00
  • f0f3e118b5
    Merge pull request #374 from dutow/rhelfixagain Zsolt Parragi 2024-12-10 09:03:14 +00:00
  • f0672b6787 Fix comments of GUC hooks for timezone_abbreviations Michael Paquier 2024-12-10 13:02:27 +09:00
  • 67ef403d0e Fix comments of GUC hooks for timezone_abbreviations Michael Paquier 2024-12-10 13:02:24 +09:00
  • d37e856410 Fix comments of GUC hooks for timezone_abbreviations Michael Paquier 2024-12-10 13:02:21 +09:00
  • 8ac97ce42c Fix outdated comment of scram_build_secret() Michael Paquier 2024-12-10 12:54:16 +09:00
  • 416d1bd66c Fix outdated comment of scram_build_secret() Michael Paquier 2024-12-10 12:54:14 +09:00
  • 7b2690a571 Fix outdated comment of scram_build_secret() Michael Paquier 2024-12-10 12:54:09 +09:00
  • 0fbcb9da18 Fix unused-but-set-variable compiler warning in reorderbuffer.c. Nathan Bossart 2024-12-09 16:26:23 -06:00
  • 04b8dfb756 PG-1246: Do not duplicate makefile object targets Zsolt Parragi 2024-12-09 21:51:09 +00:00
  • 724890ffb7 Include necessary header files in radixtree.h. Masahiko Sawada 2024-12-09 13:07:06 -08:00
  • a12b0f3a9d Include necessary header files in radixtree.h. Masahiko Sawada 2024-12-09 13:07:03 -08:00
  • a51ec088db Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes David Rowley 2024-12-10 09:26:55 +13:00
  • 4922ede979 Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes David Rowley 2024-12-10 09:26:34 +13:00
  • 5e9e2a4ac7 Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes David Rowley 2024-12-10 09:26:13 +13:00
  • b0a04ce091 Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes David Rowley 2024-12-10 09:25:50 +13:00
  • f36fe5d07b Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes David Rowley 2024-12-10 09:25:27 +13:00
  • 36d0229b8f Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes David Rowley 2024-12-10 09:24:43 +13:00
  • be9dac9afc Fix small memory leaks in GUC checks Daniel Gustafsson 2024-12-09 20:58:23 +01:00
  • 9add1bbfa6 Fix small memory leaks in GUC checks Daniel Gustafsson 2024-12-09 20:58:23 +01:00
  • 73a392d236 Fix small memory leaks in GUC checks Daniel Gustafsson 2024-12-09 20:58:23 +01:00
  • 0a27c3d0f7 Fix various overflow hazards in date and timestamp functions. Nathan Bossart 2024-12-09 13:47:23 -06:00
  • 4d20bad5e9 Simplify executor's determination of whether to use parallelism. Tom Lane 2024-12-09 14:38:19 -05:00
  • 8a95ad3b20 Simplify executor's determination of whether to use parallelism. Tom Lane 2024-12-09 14:38:19 -05:00
  • 4089b9bd6f Simplify executor's determination of whether to use parallelism. Tom Lane 2024-12-09 14:38:19 -05:00
  • bb649b553c Simplify executor's determination of whether to use parallelism. Tom Lane 2024-12-09 14:38:19 -05:00
  • 556f7b7bc1 Simplify executor's determination of whether to use parallelism. Tom Lane 2024-12-09 14:38:19 -05:00
  • 3eea7a0c97 Simplify executor's determination of whether to use parallelism. Tom Lane 2024-12-09 14:38:19 -05:00
  • 4d8275046c Remove remants of "snapshot too old" Heikki Linnakangas 2024-12-09 18:13:03 +02:00
  • ee41678b80
    Merge pull request #372 from dutow/picfix Zsolt Parragi 2024-12-09 12:59:01 +00:00
  • e34a2117dd
    Bump github/codeql-action from 3.27.5 to 3.27.6 (#371) dependabot[bot] 2024-12-09 14:34:29 +02:00