1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Commit Graph

  • 9987c94662 Fix typo in test file name added in commit 4909b38af0. Amit Kapila 2025-04-25 12:17:40 +05:30
  • 90bc4523fd Fix typo in test file name added in commit 4909b38af0. Amit Kapila 2025-04-25 12:05:52 +05:30
  • bb1bc9fa96 Fix typo in test file name added in commit 4909b38af0. Amit Kapila 2025-04-25 11:53:27 +05:30
  • 4164d69763 Fix typo in test file name added in commit 4909b38af0. Amit Kapila 2025-04-25 11:45:40 +05:30
  • 632f62dcec doc: remove unnecessary secondary index terms for replication settings. Fujii Masao 2025-04-25 14:58:14 +09:00
  • 6389db2320 doc: simplify new EXPLAIN ANALYZE BUFFERS description Bruce Momjian 2025-04-24 22:02:35 -04:00
  • 247ee94150 Fix data loss in logical replication. Amit Kapila 2025-04-24 10:31:40 +05:30
  • 3631612eae psql: Fix assertion failures with pipeline mode Michael Paquier 2025-04-24 12:22:53 +09:00
  • 923ae50cf5 Add sanity check for dshash entries when reading pgstats file Michael Paquier 2025-04-24 09:20:01 +09:00
  • bc19f63f80 Avoid possibly-theoretical OOM crash hazard in hash_create(). Tom Lane 2025-04-23 16:04:42 -04:00
  • e384118559 Avoid possibly-theoretical OOM crash hazard in hash_create(). Tom Lane 2025-04-23 16:04:42 -04:00
  • f45bdb1339 Avoid possibly-theoretical OOM crash hazard in hash_create(). Tom Lane 2025-04-23 16:04:42 -04:00
  • 005ccae0f2 oauth: Support Python 3.6 in tests Jacob Champion 2025-04-23 11:16:45 -07:00
  • bb78e42678 Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback() Alexander Korotkov 2025-04-23 20:14:32 +03:00
  • 9f404d7922 Properly prepare varinfos in estimate_multivariate_bucketsize() Alexander Korotkov 2025-04-23 20:13:51 +03:00
  • 3db61db48e Change the names generated for child foreign key constraints. Tom Lane 2025-04-23 12:03:02 -04:00
  • 994a100b37 Allocate JsonLexContexts on the heap to avoid warnings Daniel Gustafsson 2025-04-23 11:02:05 +02:00
  • 0ff95e0a5b psql: Rework TAP routine psql_fails_like() to define WAL sender context Michael Paquier 2025-04-23 15:33:07 +09:00
  • 0e091ce409 Fix an oversight in 3f28b2fcac. Amit Kapila 2025-04-23 11:08:24 +05:30
  • 05676d87e2 Fix an oversight in 3f28b2fcac. Amit Kapila 2025-04-23 10:52:36 +05:30
  • 0de091a4b5 Fix an oversight in 3f28b2fcac. Amit Kapila 2025-04-23 10:35:54 +05:30
  • c1201ffcfb Remove assertion based on pending_since in pgstat_report_stat() Michael Paquier 2025-04-23 13:54:57 +09:00
  • e9ab8677bf Remove assertion based on pending_since in pgstat_report_stat() Michael Paquier 2025-04-23 13:54:56 +09:00
  • 4b6331e0fd Remove assertion based on pending_since in pgstat_report_stat() Michael Paquier 2025-04-23 13:54:53 +09:00
  • 1f7878c33c Remove assertion based on pending_since in pgstat_report_stat() Michael Paquier 2025-04-23 13:53:29 +09:00
  • e0f373ee42 Re-enable SSL connect_fails tests, and fix related race conditions. Tom Lane 2025-04-22 15:10:50 -04:00
  • da83b1ea10 Avoid depending on post-UPDATE row order in float4/float8 tests. Tom Lane 2025-04-22 14:24:21 -04:00
  • eaf582806c gen_node_support.pl: improve error message for unclosed struct. Tom Lane 2025-04-22 13:56:31 -04:00
  • 185d345d79 doc: Mention naming convention used by injection points Michael Paquier 2025-04-22 12:41:58 +09:00
  • e29df428a1 doc: Mention naming convention used by injection points Michael Paquier 2025-04-22 12:41:29 +09:00
  • c5ba351864 Doc: reword text explaining the --maintenance-db option David Rowley 2025-04-22 14:58:09 +12:00
  • 442c992e95 Doc: reword text explaining the --maintenance-db option David Rowley 2025-04-22 14:57:45 +12:00
  • 9a5da12aba Doc: reword text explaining the --maintenance-db option David Rowley 2025-04-22 14:57:25 +12:00
  • d2b065084a Doc: reword text explaining the --maintenance-db option David Rowley 2025-04-22 14:57:03 +12:00
  • f04b11454d Doc: reword text explaining the --maintenance-db option David Rowley 2025-04-22 14:56:39 +12:00
  • 0b06459f3c Doc: reword text explaining the --maintenance-db option David Rowley 2025-04-22 14:54:22 +12:00
  • 21a9b2b086 Rename injection point for invalidation messages at end of transaction Michael Paquier 2025-04-22 10:01:42 +09:00
  • 02c63f9438 Rename injection point for invalidation messages at end of transaction Michael Paquier 2025-04-22 10:01:38 +09:00
  • 5e6f9a9c4e Doc: various fixups David Rowley 2025-04-22 11:10:08 +12:00
  • 12bf43410a Doc: fix incorrect punctuation David Rowley 2025-04-22 11:04:44 +12:00
  • d010cc6cca Doc: fix incorrect punctuation David Rowley 2025-04-22 11:04:04 +12:00
  • 90260e2ec6 Fix INITCAP() word boundaries for PG_UNICODE_FAST. Jeff Davis 2025-04-21 12:34:58 -07:00
  • 80b727eb9d Use the same cmd_context throughout a walsender's lifetime. Tom Lane 2025-04-21 12:09:36 -04:00
  • 5ec8b01c30 MemoryContextCreate: assert parent is valid and different from node. Tom Lane 2025-04-21 11:34:36 -04:00
  • 706cbed351 doc: Fix memory context level in pg_log_backend_memory_contexts() example. Fujii Masao 2025-04-21 14:53:25 +09:00
  • 78eda9e264 Fix a few more duplicate words in comments David Rowley 2025-04-21 13:50:50 +12:00
  • 84fd3bc141 Fix a few duplicate words in comments David Rowley 2025-04-21 10:41:18 +12:00
  • 8180136652 Comment on need to MarkBufferDirty() if omitting DELAY_CHKPT_START. Noah Misch 2025-04-20 12:00:17 -07:00
  • 4399d10556 Test restartpoints in archive recovery. Noah Misch 2025-04-20 08:28:48 -07:00
  • 41ffd9d6a7 Test restartpoints in archive recovery. Noah Misch 2025-04-20 08:28:48 -07:00
  • d34b671a63 Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 2025-04-20 08:28:48 -07:00
  • a61b67cd06 Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 2025-04-20 08:28:48 -07:00
  • 91168a9ae3 Test restartpoints in archive recovery. Noah Misch 2025-04-20 08:28:48 -07:00
  • 4664de1826 Test restartpoints in archive recovery. Noah Misch 2025-04-20 08:28:48 -07:00
  • e297ddcfb7 Test restartpoints in archive recovery. Noah Misch 2025-04-20 08:28:48 -07:00
  • e0f53e6699 Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 2025-04-20 08:28:48 -07:00
  • 5905e99359 Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 2025-04-20 08:28:48 -07:00
  • d0a049987e Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 2025-04-20 08:28:48 -07:00
  • 714bd9e3a7 Test restartpoints in archive recovery. Noah Misch 2025-04-20 08:28:48 -07:00
  • 2d5350cfbd Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f. Noah Misch 2025-04-20 08:28:48 -07:00
  • 887a232371 Fix issue with ORDER BY / DISTINCT aggregates and FILTER David Rowley 2025-04-20 22:12:59 +12:00
  • 065ce49a10 Fix issue with ORDER BY / DISTINCT aggregates and FILTER David Rowley 2025-04-20 22:12:37 +12:00
  • d47f922246 Fix issue with ORDER BY / DISTINCT aggregates and FILTER David Rowley 2025-04-20 22:12:07 +12:00
  • 78231baaf9 psql: Split extended query protocol meta-commands in --help=commands Michael Paquier 2025-04-20 08:34:38 +09:00
  • 5743d122fc psql: Improve descriptions of \\flush[request] in --help Michael Paquier 2025-04-20 08:16:57 +09:00
  • 5ee7bd944e psql: Fix incorrect status code returned by \getresults Michael Paquier 2025-04-20 08:15:39 +09:00
  • 3f9132ed28 Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 2025-04-19 16:37:43 -04:00
  • 3c2ea65bd8 Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 2025-04-19 16:37:43 -04:00
  • 90a3fd811e Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 2025-04-19 16:37:42 -04:00
  • 2d33cf7b8b Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 2025-04-19 16:37:42 -04:00
  • ecb8e56412 Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 2025-04-19 16:37:42 -04:00
  • d05996340d Be more wary of corrupt data in pageinspect's heap_page_items(). Tom Lane 2025-04-19 16:37:42 -04:00
  • 88e947136b Fix typos and grammar in the code Michael Paquier 2025-04-19 19:17:42 +09:00
  • 114f7fa81c Rename injection points used in AIO tests Michael Paquier 2025-04-19 18:53:35 +09:00
  • 3aad76a0a9 Make pg_upgrade log message with control file path translatable. Fujii Masao 2025-04-18 18:35:40 +09:00
  • 05883bd6e5 Doc: fix missing comma at the end of a line. Tatsuo Ishii 2025-04-18 09:38:46 +09:00
  • 4a0650d359 Doc: fix missing comma at the end of a line. Tatsuo Ishii 2025-04-18 09:35:35 +09:00
  • 1bd08f6ba5 Fixup various older misuses of appendPQExpBuffer David Rowley 2025-04-18 12:15:08 +12:00
  • d9e03864b6 Make levels 1-based in pg_log_backend_memory_contexts() David Rowley 2025-04-18 09:04:28 +12:00
  • fc5e966f73 Suppress "may be used uninitialized" warnings from older compilers. Tom Lane 2025-04-17 16:47:04 -04:00
  • 4aad2cb770 Portability fix: isdigit() must be passed an unsigned char. Tom Lane 2025-04-17 16:33:21 -04:00
  • 0400ae4a68 Cache typlens of a SQL function's input arguments. Tom Lane 2025-04-17 12:56:40 -04:00
  • 0313c5dc62 Make SQLFunctionCache long-lived again. Tom Lane 2025-04-17 12:56:31 -04:00
  • f45a5444ee Split some storage out to separate subcontexts of fcontext. Tom Lane 2025-04-17 12:56:21 -04:00
  • 595d1efeda Make functions.c mostly run in a short-lived memory context. Tom Lane 2025-04-17 12:56:08 -04:00
  • 09b07c2953 Minor performance improvement for SQL-language functions. Tom Lane 2025-04-17 12:55:58 -04:00
  • f4ece891fc Assert lack of hazardous buffer locks before possible catalog read. Noah Misch 2025-04-17 05:00:30 -07:00
  • b669293e34 pg_dump: Set private_date pointer to NULL in callback Daniel Gustafsson 2025-04-17 12:58:00 +02:00
  • e4b0f86e1f pg_dump: Fix incorrect archive format shown in error message. Fujii Masao 2025-04-17 09:52:47 +09:00
  • 2e5353be25 Another unintentional behavior change in commit e9931bfb75. Jeff Davis 2025-04-16 16:46:22 -07:00
  • b107744ce7 Improve comment in regc_pg_locale.c. Jeff Davis 2025-04-16 16:46:16 -07:00
  • 3fae25cbb3 Fixup various new-to-v18 usages of appendPQExpBuffer David Rowley 2025-04-17 11:37:55 +12:00
  • f3281f9f93 Improve comments for estimate_multivariate_ndistinct() David Rowley 2025-04-17 11:03:24 +12:00
  • ab3d8afc7f Sync declarations and definitions of two new tablecmds.c functions. Tom Lane 2025-04-16 17:59:08 -04:00
  • 11ff192b5b Elide not-null constraint checks on child tables during PK creation Álvaro Herrera 2025-04-16 21:50:22 +02:00
  • 1fd3566ebc Update pg_config.h.in with libnuma changes Daniel Gustafsson 2025-04-16 20:16:57 +02:00
  • 1fc3403626 Fix pg_dump --clean with partitioned indexes. Tom Lane 2025-04-16 13:31:44 -04:00
  • 6a3e57865f Fix pg_dump --clean with partitioned indexes. Tom Lane 2025-04-16 13:31:44 -04:00
  • 148cc0105d Fix pg_dump --clean with partitioned indexes. Tom Lane 2025-04-16 13:31:44 -04:00
  • 7144cd5382 Fix pg_dump --clean with partitioned indexes. Tom Lane 2025-04-16 13:31:44 -04:00