2
0
mirror of https://git.postgresql.org/git/postgresql.git synced 2025-04-18 20:50:44 +08:00

Commit Graph

  • 3aad76a0a9 Make pg_upgrade log message with control file path translatable. master github/master 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. github/REL_17_STABLE REL_17_STABLE 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. github/REL_13_STABLE REL_13_STABLE Tom Lane 2025-04-16 13:31:44 -04:00
  • 148cc0105d Fix pg_dump --clean with partitioned indexes. github/REL_14_STABLE REL_14_STABLE Tom Lane 2025-04-16 13:31:44 -04:00
  • 7144cd5382 Fix pg_dump --clean with partitioned indexes. github/REL_15_STABLE REL_15_STABLE Tom Lane 2025-04-16 13:31:44 -04:00
  • a25f21d99a Fix pg_dump --clean with partitioned indexes. github/REL_16_STABLE REL_16_STABLE Tom Lane 2025-04-16 13:31:44 -04:00
  • 3424c1075e Fix pg_dump --clean with partitioned indexes. Tom Lane 2025-04-16 13:31:44 -04:00
  • 40b9c27014 pg_restore cleanups Andrew Dunstan 2025-04-16 11:58:44 -04:00
  • 3b35f9a4c5 Fix an incorrect check in get_memoize_path Richard Guo 2025-04-16 10:55:44 +09:00
  • 5ee476294c doc: Fix typos in documentation Daniel Gustafsson 2025-04-15 21:32:18 +02:00
  • 4604928edd Fix failure for generated column with a not-null domain constraint. Tom Lane 2025-04-15 12:08:34 -04:00
  • 97d6716723 Fix failure for generated column with a not-null domain constraint. Tom Lane 2025-04-15 12:08:34 -04:00
  • f04e0faa37 Fix failure for generated column with a not-null domain constraint. Tom Lane 2025-04-15 12:08:34 -04:00
  • 3c39c000c8 Fix failure for generated column with a not-null domain constraint. Tom Lane 2025-04-15 12:08:34 -04:00
  • 7c87284940 Fix failure for generated column with a not-null domain constraint. Tom Lane 2025-04-15 12:08:34 -04:00
  • 1b1dc81649 doc: Fix missing whitespace in pg_restore documentation. Fujii Masao 2025-04-15 23:15:06 +09:00
  • f840f8ee30 doc: Fix missing whitespace in pg_restore documentation. Fujii Masao 2025-04-15 23:15:06 +09:00
  • fb9ec9cf79 pg_combinebackup: Fix incorrect code documentation Daniel Gustafsson 2025-04-15 15:27:08 +02:00
  • 7ae13170ba pg_combinebackup: Fix incorrect code documentation Daniel Gustafsson 2025-04-15 15:27:08 +02:00
  • c55df7c6ea Fix incorrect format placeholders Peter Eisentraut 2025-04-14 08:56:33 +02:00
  • 7cd171a5d2 Add more source files to pg_verifybackup/nls.mk Peter Eisentraut 2025-04-14 08:32:46 +02:00
  • b51f86e49a Doc: use "an SQL" consistently rather than "a SQL" David Rowley 2025-04-14 11:55:18 +12:00
  • 2970c75dd9 Mark sslkeylogfile as Debug option Daniel Gustafsson 2025-04-13 21:52:29 +02:00
  • 64e193f5dd Make AIO error test more portable Andrew Dunstan 2025-04-13 14:39:45 -04:00
  • f09088a01d Free memory properly in pg_restore.c Andrew Dunstan 2025-04-12 14:54:48 -04:00
  • 78637a8be2 Doc: do a little copy-editing on Index Storage Parameters list. Tom Lane 2025-04-12 13:42:31 -04:00
  • e708ffe79d Fix GIN's shimTriConsistentFn to not corrupt its input. Tom Lane 2025-04-12 12:27:46 -04:00
  • c7597a1d36 Fix GIN's shimTriConsistentFn to not corrupt its input. Tom Lane 2025-04-12 12:27:46 -04:00
  • 1b47a112ac Fix GIN's shimTriConsistentFn to not corrupt its input. Tom Lane 2025-04-12 12:27:46 -04:00
  • 9a8c16aecc Fix GIN's shimTriConsistentFn to not corrupt its input. Tom Lane 2025-04-12 12:27:46 -04:00
  • 4b65b085af Fix GIN's shimTriConsistentFn to not corrupt its input. Tom Lane 2025-04-12 12:27:46 -04:00
  • 8c153fcfa0 Fix GIN's shimTriConsistentFn to not corrupt its input. Tom Lane 2025-04-12 12:27:46 -04:00
  • a6cab6a78e Harmonize function parameter names for Postgres 18. Peter Geoghegan 2025-04-12 12:07:36 -04:00
  • fdb69dd582 Fix instability with WAL fsync test in stats.sql Michael Paquier 2025-04-12 13:09:48 +09:00
  • 847bbb21f8 Fix recently introduced typos Daniel Gustafsson 2025-04-11 22:17:12 +02:00
  • 5822bf21d5 Add missing space in pg_restore documentation. Nathan Bossart 2025-04-11 10:05:32 -05:00
  • 914ea1c93c Add missing source file to pg_verifybackup/nls.mk Peter Eisentraut 2025-04-11 10:53:36 +02:00
  • b63cbacb86 Add missing source file to pg_dump/nls.mk Peter Eisentraut 2025-04-11 10:28:59 +02:00
  • 9e0e1cfc3e Add missing source file to pg_upgrade/nls.mk Peter Eisentraut 2025-04-11 10:26:51 +02:00
  • 7d430a5728 Add missing PGDLLIMPORT markings Peter Eisentraut 2025-04-11 08:56:39 +02:00
  • e2f42f812a Fix race with synchronous_standby_names at startup Michael Paquier 2025-04-11 10:02:21 +09:00
  • 873aff945a Fix race with synchronous_standby_names at startup Michael Paquier 2025-04-11 10:02:20 +09:00
  • ec59500a17 Fix race with synchronous_standby_names at startup Michael Paquier 2025-04-11 10:02:18 +09:00
  • c922ae2c42 Fix race with synchronous_standby_names at startup Michael Paquier 2025-04-11 10:02:17 +09:00
  • 3339847ccd Fix race with synchronous_standby_names at startup Michael Paquier 2025-04-11 10:02:15 +09:00
  • 2e57790836 Fix race with synchronous_standby_names at startup Michael Paquier 2025-04-11 10:00:21 +09:00
  • 530050d8d2 Add code comment explaining ins_since_vacuum and aborted inserts David Rowley 2025-04-11 11:36:21 +12:00
  • 39729ec01d Fix fat fingering in 22cb6d28950 Andrew Dunstan 2025-04-10 19:05:54 -04:00
  • 928394b664 Improve various new-to-v18 appendStringInfo calls David Rowley 2025-04-11 10:07:22 +12:00
  • 55ef7abf88 Rename global variable backing DSA area Daniel Gustafsson 2025-04-10 22:40:27 +02:00
  • 22cb6d2895 Fix memory leak in pg_restore.c Andrew Dunstan 2025-04-10 14:54:39 -04:00
  • deb99dcba7 Doc: remove long-obsolete advice about generated constraint names. Tom Lane 2025-04-10 14:49:10 -04:00
  • 95e83859b9 Doc: remove long-obsolete advice about generated constraint names. Tom Lane 2025-04-10 14:49:10 -04:00
  • fc44ae215f Doc: remove long-obsolete advice about generated constraint names. Tom Lane 2025-04-10 14:49:10 -04:00
  • 047495f1a8 Doc: remove long-obsolete advice about generated constraint names. Tom Lane 2025-04-10 14:49:10 -04:00
  • 03faf38a13 Doc: remove long-obsolete advice about generated constraint names. Tom Lane 2025-04-10 14:49:10 -04:00
  • d89335eea6 Doc: remove long-obsolete advice about generated constraint names. Tom Lane 2025-04-10 14:49:10 -04:00
  • f27eb0325b Remove useless check for negative result of ip_addrsize(). Tom Lane 2025-04-10 14:18:07 -04:00
  • 4170298b6e Further cleanup for directory creation on pg_dump/pg_dumpall Andrew Dunstan 2025-04-10 12:11:36 -04:00
  • 4909b38af0 Fix data loss in logical replication. Amit Kapila 2025-04-10 13:14:40 +05:30
  • cadaf0ac46 Fix data loss in logical replication. Amit Kapila 2025-04-10 12:57:10 +05:30
  • 9a2f8b4f01 Fix data loss in logical replication. Amit Kapila 2025-04-10 12:44:11 +05:30
  • 9f21be08e8 Fix data loss in logical replication. Amit Kapila 2025-04-10 12:31:14 +05:30
  • 0434033e8b Fix data loss in logical replication. Amit Kapila 2025-04-10 12:22:30 +05:30
  • 9ad19295e9 Fix incorrect format placeholders Peter Eisentraut 2025-04-10 08:04:35 +02:00
  • d7c04db27a Update wording in optimizer/README for EquivalenceClasses David Rowley 2025-04-10 17:33:58 +12:00
  • d438515c29 Cosmetic fixes for pg_createsubscriber's -all option. Amit Kapila 2025-04-10 10:23:01 +05:30
  • d15acc915d ci: Check for missing dependencies in meson builds Tomas Vondra 2025-04-09 19:34:27 +02:00
  • 3887d0cfeb Cleanup of pg_numa.c Tomas Vondra 2025-04-09 19:32:17 +02:00
  • e2665efd0f pg_upgrade: Mention that we preserve database OIDs in a comment. Nathan Bossart 2025-04-09 14:27:08 -05:00
  • 837cc73af2 Fix performance issue in deadlock-parallel isolation test. Tom Lane 2025-04-09 12:28:34 -04:00
  • 42bb4fb728 Fix test races between syscache-update-pruned.spec and autovacuum. Noah Misch 2025-04-09 07:23:39 -07:00
  • 5bbc596391 Fix test races between syscache-update-pruned.spec and autovacuum. Noah Misch 2025-04-09 07:23:39 -07:00
  • 306dd6e727 Update config.guess and config.sub Peter Eisentraut 2025-04-09 12:12:57 +02:00
  • 0f1433f053 Fix a few oversights in the longer cancel keys patch Heikki Linnakangas 2025-04-09 13:11:42 +03:00
  • ef366b7d7e Perform missed catversion bump Daniel Gustafsson 2025-04-09 09:29:12 +02:00
  • dd496eedea Doc: note that two examples in optimizer/README are oversimplified. Tom Lane 2025-04-08 23:03:33 -04:00
  • b65b9da568 Adjust AdjustUpgrade.pm for commit b1720fe63. Tom Lane 2025-04-08 20:21:03 -04:00
  • b1720fe63f Move contrib/spi testing from core regression tests to contrib/spi. Tom Lane 2025-04-08 19:12:03 -04:00