Commit Graph

  • 9e2d813d59 Adjust documentation for configuring Linux huge pages. Nathan Bossart 2024-10-18 10:20:15 -0500
  • 4b652692e9 Fix memory leaks from incorrect strsep() uses Peter Eisentraut 2024-10-18 11:28:54 +0200
  • 24a36f91e3 Fix strsep() use for SCRAM secrets parsing Peter Eisentraut 2024-10-18 11:06:41 +0200
  • 9272bdeac8 Remove unused code for unlogged materialized views. Fujii Masao 2024-10-18 17:18:57 +0900
  • b8d08aafc0 Fix description of PostgreSQL::Test::Cluster::wait_for_event() Michael Paquier 2024-10-18 13:50:07 +0900
  • 19567b3eb4 Fix description of PostgreSQL::Test::Cluster::wait_for_event() Michael Paquier 2024-10-18 13:49:58 +0900
  • eecd9138a0 Improve ThrowErrorData() comments for use with soft errors. Jeff Davis 2024-10-17 14:56:44 -0700
  • 1fed234f9f ecpg: fix more minor mishandling of bad input in preprocessor. Tom Lane 2024-10-17 15:28:32 -0400
  • 98c7c7152d Fix extreme skew detection in Parallel Hash Join. Thomas Munro 2024-10-17 15:52:24 +1300
  • 4ac5d33a8b Fix extreme skew detection in Parallel Hash Join. Thomas Munro 2024-10-17 15:52:24 +1300
  • 53edc94858 Fix extreme skew detection in Parallel Hash Join. Thomas Munro 2024-10-17 15:52:24 +1300
  • 1831545ca1 Fix extreme skew detection in Parallel Hash Join. Thomas Munro 2024-10-17 15:52:24 +1300
  • 20d9489941 Fix extreme skew detection in Parallel Hash Join. Thomas Munro 2024-10-17 15:52:24 +1300
  • 45329466fd Fix extreme skew detection in Parallel Hash Join. Thomas Munro 2024-10-17 15:52:24 +1300
  • 4fa80a6d7d Fix extreme skew detection in Parallel Hash Join. Thomas Munro 2024-10-17 15:52:24 +1300
  • d893a299ce Remove superfluous forward declaration Peter Eisentraut 2024-10-17 08:57:56 +0200
  • 6234a9ce0e Fix whitespace Peter Eisentraut 2024-10-17 08:42:58 +0200
  • e90d108823 Fix whitespace Peter Eisentraut 2024-10-17 08:42:58 +0200
  • 665785d85f Fix unnecessary casts of copyObject() result Peter Eisentraut 2024-10-17 08:36:14 +0200
  • eafda78fc4 Improve node type forward reference Peter Eisentraut 2024-10-17 08:36:14 +0200
  • 41b023946d jsonapi: fully initialize dummy lexer Peter Eisentraut 2024-10-17 08:23:46 +0200
  • 342fb8a332 Fix unusual include style Peter Eisentraut 2024-10-17 08:14:45 +0200
  • 9ca67658d1 Don't store intermediate hash values in ExprState->resvalue David Rowley 2024-10-17 14:25:08 +1300
  • c06a4746b1 Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases Michael Paquier 2024-10-17 08:45:56 +0900
  • 089aac631b Fix validation of COPY FORCE_NOT_NULL/FORCE_NULL for the all-column cases Michael Paquier 2024-10-17 08:44:50 +0900
  • a34297926c Rewrite some regression queries for option checks with COPY Michael Paquier 2024-10-17 07:21:43 +0900
  • a30c1ca21c Rewrite some regression queries for option checks with COPY Michael Paquier 2024-10-17 07:21:40 +0900
  • 03bf0d9a4b Rewrite some regression queries for option checks with COPY Michael Paquier 2024-10-17 07:21:35 +0900
  • c0490b0ef7 nbtree: fix read page recheck typo. Peter Geoghegan 2024-10-16 17:38:38 -0400
  • c96de42c4b Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 2024-10-16 17:36:29 -0400
  • ab13c46ff4 Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 2024-10-16 17:36:30 -0400
  • 0d83ced3c9 Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 2024-10-16 17:36:30 -0400
  • cf1443d675 Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 2024-10-16 17:36:30 -0400
  • b352319895 Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 2024-10-16 17:36:29 -0400
  • 25d639eea0 Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 2024-10-16 17:36:29 -0400
  • b5eef75391 Further refine _SPI_execute_plan's rule for atomic execution. Tom Lane 2024-10-16 17:36:29 -0400
  • a7f2f6adc2 Whitespace fixup from generated unicode tables. Jeff Davis 2024-10-16 12:21:13 -0700
  • b360d1762b Fix #include order from e839c8ecc9. Jeff Davis 2024-10-16 12:09:16 -0700
  • 1b9b6cc345 Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 2024-10-16 12:08:05 -0700
  • eef9cc4dc2 Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 2024-10-16 12:08:02 -0700
  • 05e982cdc4 Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 2024-10-16 12:08:00 -0700
  • 4a675f3186 Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 2024-10-16 12:07:58 -0700
  • 5c1ed0a516 Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 2024-10-16 12:07:55 -0700
  • cb988b04d0 Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 2024-10-16 12:07:52 -0700
  • 53fa68b3bc Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 2024-10-16 12:07:50 -0700
  • 9b4bf51690 ecpg: fix some minor mishandling of bad input in preprocessor. Tom Lane 2024-10-16 12:24:57 -0400
  • 79fa7b3b1a Normalize nbtree truncated high key array behavior. Peter Geoghegan 2024-10-16 12:17:49 -0400
  • c259b1578e Fix typo in comment of transformJsonAggConstructor() Amit Langote 2024-10-16 18:11:53 +0900
  • 064e040085 Fix typo in comment of transformJsonAggConstructor() Amit Langote 2024-10-16 18:11:53 +0900
  • 4a933eefe1 Fix typo in comment of transformJsonAggConstructor() Amit Langote 2024-10-16 18:11:53 +0900
  • 04bec894a0 initdb: Change default to using data checksums. Peter Eisentraut 2024-10-16 08:45:09 +0200
  • 67846550dc doc: Fix initdb option xreflabels Peter Eisentraut 2024-10-16 08:28:12 +0200
  • 8aaca07851 Add type cast to foreach_internal's loop variable. Nathan Bossart 2024-10-15 16:20:49 -0500
  • d5ca15ee54 Add type cast to foreach_internal's loop variable. Nathan Bossart 2024-10-15 16:20:49 -0500
  • 2453196107 Move clause_sides_match_join() into restrictinfo.h David Rowley 2024-10-15 21:14:21 +1300
  • 7cdfeee320 Add contrib/pg_logicalinspect. Masahiko Sawada 2024-10-14 17:22:02 -0700
  • e2fd615ecc Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h. Masahiko Sawada 2024-10-14 17:19:33 -0700
  • dbedc461b4 ecpg: invent a saner syntax for ecpg.addons entries. Tom Lane 2024-10-14 16:13:48 -0400
  • 143e3a1ab8 Add commit 7f7474a8e4 to .git-blame-ignore-revs. Nathan Bossart 2024-10-14 15:09:39 -0500
  • d2f41b4621 ecpg: add cross-checks to parse.pl for usage of internal tables. Tom Lane 2024-10-14 15:59:13 -0400
  • 66ac94cdc7 Move libc-specific code from pg_locale.c into pg_locale_libc.c. Jeff Davis 2024-10-14 12:22:13 -0700
  • 9812138593 ecpg: avoid breaking the IDENT precedence level in two. Tom Lane 2024-10-14 15:41:42 -0400
  • f244a2bb4c Move ICU-specific code from pg_locale.c into pg_locale_icu.c. Jeff Davis 2024-10-14 12:13:20 -0700
  • 1acd0f5527 ecpg: improve preprocessor's memory management. Tom Lane 2024-10-14 13:55:08 -0400
  • f18231e817 ecpg: move some functions into a new file ecpg/preproc/util.c. Tom Lane 2024-10-14 13:47:59 -0400
  • a542d5614b ecpg: re-implement preprocessor's string management. Tom Lane 2024-10-14 13:44:42 -0400
  • 6b00549944 ecpg: major cleanup, simplification, and documentation of parse.pl. Tom Lane 2024-10-14 13:37:33 -0400
  • 293fd24425 ecpg: remove check_rules.pl. Tom Lane 2024-10-14 13:33:41 -0400
  • 00b0e7204d ecpg: clean up documentation of parse.pl, and add more input checking. Tom Lane 2024-10-14 13:29:36 -0400
  • 7be4ba4a9d Remove obsolete comment in reorderbuffer.h. Masahiko Sawada 2024-10-14 09:53:05 -0700
  • 4681ad4b2f Use construct_array_builtin for FLOAT8OID instead of construct_array. Masahiko Sawada 2024-10-14 09:49:29 -0700
  • c594f1ad2b Track scan reversals in MergeJoin Peter Eisentraut 2024-10-14 15:36:18 +0200
  • 0d2aa4d493 Track sort direction in SortGroupClause Peter Eisentraut 2024-10-14 15:36:02 +0200
  • e7d0cf42b1 Allow TAP tests to force checksums off when calling init() Peter Eisentraut 2024-10-14 10:57:54 +0200
  • 199ad00e4b Run pgperltidy on newly-added test code Peter Eisentraut 2024-10-14 11:07:04 +0200
  • 40f4f2fa65 doc: Add anchors for COPY format descriptions Daniel Gustafsson 2024-10-14 10:15:33 +0200
  • a2d9a9b95a Remove traces of BeOS. Peter Eisentraut 2024-10-14 08:02:38 +0200
  • 6331972c7b psql: Fix \watch when using interval values less than 1ms Michael Paquier 2024-10-14 12:28:01 +0900
  • 8a6170860c psql: Fix \watch when using interval values less than 1ms Michael Paquier 2024-10-14 12:27:57 +0900
  • 9f34cae142 psql: Fix \watch when using interval values less than 1ms Michael Paquier 2024-10-14 12:27:51 +0900
  • 35a015a600 Fixup for pg_set_relation_stats(). Jeff Davis 2024-10-13 13:44:23 -0700
  • c0b74323dc Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintenance_workers Michael Paquier 2024-10-13 11:20:30 +0900
  • 7935ac4c96 Remove tests from CI NContinanza 2024-10-12 16:53:16 -0300
  • 4f3bccbaae Correctly identify which EC members are computable at a plan node. Tom Lane 2024-10-12 14:56:08 -0400
  • 4ca708eb35 Correctly identify which EC members are computable at a plan node. Tom Lane 2024-10-12 14:56:08 -0400
  • 76de4b182c Correctly identify which EC members are computable at a plan node. Tom Lane 2024-10-12 14:56:08 -0400
  • 64635c8af9 Correctly identify which EC members are computable at a plan node. Tom Lane 2024-10-12 14:56:08 -0400
  • 54889ea64b Correctly identify which EC members are computable at a plan node. Tom Lane 2024-10-12 14:56:08 -0400
  • 9f954177b1 Correctly identify which EC members are computable at a plan node. Tom Lane 2024-10-12 14:56:08 -0400
  • 98c5b191e7 Fix missed case for builtin collation provider. Jeff Davis 2024-10-11 16:57:48 -0700
  • ff33df26c2 Fix missed case for builtin collation provider. Jeff Davis 2024-10-11 16:58:22 -0700
  • e839c8ecc9 Create functions pg_set_relation_stats, pg_clear_relation_stats. Jeff Davis 2024-10-11 16:55:11 -0700
  • 6f782a2a17 Avoid mixing custom and OpenSSL BIO functions Daniel Gustafsson 2024-10-11 21:58:58 +0200
  • 2f97fb75e9
    Merge 4241b91ddb into 4e1fad3787 #116 Hari krishna 2024-10-11 16:34:34 -0300
  • 4e1fad3787 Add pg_ls_summariesdir(). Nathan Bossart 2024-10-11 11:02:09 -0500
  • add77755ce Mark consume_xids test functions VOLATILE and PARALLEL UNSAFE Heikki Linnakangas 2024-10-11 11:09:09 +0300
  • 682512dca8 Fix typo in connection limits test Daniel Gustafsson 2024-10-11 10:04:23 +0200
  • 099c572d33
    Use deconstruct_array_builtin instead of deconstruct_array Álvaro Herrera 2024-10-11 09:54:18 +0200
  • cae0f3c405 pgbench: Improve result outputs related to failed transactions. Tatsuo Ishii 2024-10-11 13:40:23 +0900
  • 161320b4b9 Adjust EXPLAIN's output for disabled nodes David Rowley 2024-10-11 17:19:59 +1300