Commit Graph

  • e82e9aaa6a doc: warn about the use of "ctid" queries beyond the examples Bruce Momjian 2025-12-26 17:34:17 -05:00
  • 7c9f4a6560 doc: Remove duplicate word in ECPG description Michael Paquier 2025-12-26 15:26:11 +09:00
  • 7e16074e81 doc: Remove duplicate word in ECPG description Michael Paquier 2025-12-26 15:26:09 +09:00
  • 82a923bc61 doc: Remove duplicate word in ECPG description Michael Paquier 2025-12-26 15:26:06 +09:00
  • 862ed6e498 doc: Remove duplicate word in ECPG description Michael Paquier 2025-12-26 15:26:04 +09:00
  • 2359c5945c doc: Remove duplicate word in ECPG description Michael Paquier 2025-12-26 15:26:02 +09:00
  • f8a4cad8f4 doc: Remove duplicate word in ECPG description Michael Paquier 2025-12-26 15:25:46 +09:00
  • bde3a46160 Upgrade BufFile to use int64 for byte positions Michael Paquier 2025-12-26 08:41:56 +09:00
  • eee19a30d6 Fix typo in stat_utils.c Michael Paquier 2025-12-26 07:53:46 +09:00
  • 213a1b8952 Move attribute statistics functions to stat_utils.c Michael Paquier 2025-12-25 15:13:39 +09:00
  • 382ce9cb71 Fix planner error with SRFs and grouping sets Richard Guo 2025-12-25 12:12:52 +09:00
  • 325808cac9 Fix planner error with SRFs and grouping sets Richard Guo 2025-12-25 12:12:52 +09:00
  • 4e13769004 psql: Fix tab completion for VACUUM option values. Masahiko Sawada 2025-12-24 13:55:32 -08:00
  • c5c808f9b3 psql: Fix tab completion for VACUUM option values. Masahiko Sawada 2025-12-24 13:55:29 -08:00
  • 41808377fe doc: change "can not" to "cannot" Bruce Momjian 2025-12-24 15:12:01 -05:00
  • 0de5f0d869 Fix regression test failure when wal_level is set to minimal. Masahiko Sawada 2025-12-24 10:48:27 -08:00
  • 02a0f385fa doc: Use proper tags in pg_overexplain documentation. Fujii Masao 2025-12-25 00:27:19 +09:00
  • 008beba005 doc: Use proper tags in pg_overexplain documentation. Fujii Masao 2025-12-25 00:27:19 +09:00
  • d1b35952da Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19. Fujii Masao 2025-12-24 23:43:30 +09:00
  • 5e813edb55 Fix version check for retain_dead_tuples subscription option. Fujii Masao 2025-12-24 23:25:00 +09:00
  • 98e8fe57c2 Update comments to reflect changes in 8e0d32a4a1. Amit Kapila 2025-12-24 10:29:53 +00:00
  • 214c17bd62 Update comments to reflect changes in 8e0d32a4a1. Amit Kapila 2025-12-24 10:06:20 +00:00
  • a1cdb81201 Update comments to reflect changes in 8e0d32a4a1. Amit Kapila 2025-12-24 09:55:03 +00:00
  • dc6c879455 Doc: Clarify publication privilege requirements. Amit Kapila 2025-12-24 09:22:00 +00:00
  • c8d2f68cc8 Teach expr_is_nonnullable() to handle more expression types Richard Guo 2025-12-24 18:00:44 +09:00
  • cb7b7ec7a1 Optimize ROW(...) IS [NOT] NULL using non-nullable fields Richard Guo 2025-12-24 18:00:02 +09:00
  • 10c4fe074a Simplify COALESCE expressions using non-nullable arguments Richard Guo 2025-12-24 17:58:49 +09:00
  • b947dd5c75 Improve comment in pgstatfuncs.c Michael Paquier 2025-12-24 17:09:13 +09:00
  • 1528b0d899 Don't advance origin during apply failure. Amit Kapila 2025-12-24 04:36:39 +00:00
  • 2f7ffe124a Don't advance origin during apply failure. Amit Kapila 2025-12-24 04:21:43 +00:00
  • 63a65adf4d Don't advance origin during apply failure. Amit Kapila 2025-12-24 03:53:42 +00:00
  • 0ed8f1afb1 Don't advance origin during apply failure. Amit Kapila 2025-12-24 04:04:06 +00:00
  • 9f7565c6c2 Fix another case of indirectly casting away const. Tom Lane 2025-12-23 21:38:43 -05:00
  • 2214a207ee C comment: fix psql "pstdout" duplicate to "pstdin" Bruce Momjian 2025-12-23 20:35:51 -05:00
  • 55c46bbf3a pg_visibility: Use visibilitymap_count instead of loop. Masahiko Sawada 2025-12-23 10:33:06 -08:00
  • 67c20979ce Toggle logical decoding dynamically based on logical slot presence. Masahiko Sawada 2025-12-23 10:13:16 -08:00
  • b6201c76eb Fix bug in following update chain when locking a heap tuple Heikki Linnakangas 2025-12-23 13:37:16 +02:00
  • 5d5487cd25 Fix bug in following update chain when locking a heap tuple Heikki Linnakangas 2025-12-23 13:37:16 +02:00
  • 7efef18ffc Fix bug in following update chain when locking a heap tuple Heikki Linnakangas 2025-12-23 13:37:16 +02:00
  • bb87d7fef1 Fix bug in following update chain when locking a heap tuple Heikki Linnakangas 2025-12-23 13:37:16 +02:00
  • 3e3a80f62c Fix bug in following update chain when locking a heap tuple Heikki Linnakangas 2025-12-23 13:37:16 +02:00
  • 955f550686 Fix bug in following update chain when locking a heap tuple Heikki Linnakangas 2025-12-23 13:37:16 +02:00
  • ebd5696166 Add missing .gitignore for src/test/modules/test_cloexec. Tom Lane 2025-12-22 14:06:54 -05:00
  • 4c9f262ba8 Add missing .gitignore for src/test/modules/test_cloexec. Tom Lane 2025-12-22 14:06:54 -05:00
  • 00a851f0c4 Add missing .gitignore for src/test/modules/test_cloexec. Tom Lane 2025-12-22 14:06:54 -05:00
  • 25a04aa52b Fix orphaned origin in shared memory after DROP SUBSCRIPTION Michael Paquier 2025-12-23 14:32:25 +09:00
  • 90d1beef62 Fix orphaned origin in shared memory after DROP SUBSCRIPTION Michael Paquier 2025-12-23 14:32:24 +09:00
  • e22e9ab0cd Fix orphaned origin in shared memory after DROP SUBSCRIPTION Michael Paquier 2025-12-23 14:32:22 +09:00
  • e063ccc722 Fix orphaned origin in shared memory after DROP SUBSCRIPTION Michael Paquier 2025-12-23 14:32:21 +09:00
  • b07c326192 Fix orphaned origin in shared memory after DROP SUBSCRIPTION Michael Paquier 2025-12-23 14:32:19 +09:00
  • 8e0d32a4a1 Fix orphaned origin in shared memory after DROP SUBSCRIPTION Michael Paquier 2025-12-23 14:32:14 +09:00
  • ea97154fc2 doc: add "DO" to "ON CONFLICT" in CREATE VIEW text Bruce Momjian 2025-12-22 19:41:52 -05:00
  • e5f3839af6 Switch buffile.c/h to use pgoff_t instead of off_t Michael Paquier 2025-12-23 07:41:34 +09:00
  • c6a7d3bab4 psql: Improve tab completion for COPY option lists. Masahiko Sawada 2025-12-22 14:28:12 -08:00
  • 37a1688a1b Add missing .gitignore for src/test/modules/test_cloexec. Tom Lane 2025-12-22 14:06:54 -05:00
  • 283e25a371 doc: Fix incorrect reference in pg_overexplain documentation. Fujii Masao 2025-12-22 17:56:28 +09:00
  • c5d162435a doc: Fix incorrect reference in pg_overexplain documentation. Fujii Masao 2025-12-22 17:56:28 +09:00
  • d31276f0e2 Fix another typo in gininsert.c Michael Paquier 2025-12-22 12:38:40 +09:00
  • fab5cd3dd1 Remove obsolete name_ops index-only scan comments. Peter Geoghegan 2025-12-21 12:27:38 -05:00
  • d4549176ea Fix printf format string warning on MinGW. Thomas Munro 2024-12-06 12:34:33 +13:00
  • b1316b78f8 Fix printf format string warning on MinGW. Thomas Munro 2024-12-06 12:34:33 +13:00
  • 1cf4f781a5 Fix printf format string warning on MinGW. Thomas Munro 2024-12-06 12:34:33 +13:00
  • 3c5c2b018d Fix printf format string warning on MinGW. Thomas Munro 2024-12-06 12:34:33 +13:00
  • 0666ccc16c Clean up test_cloexec.c and Makefile. Thomas Munro 2025-12-21 15:40:07 +13:00
  • 0451859131 Clean up test_cloexec.c and Makefile. Thomas Munro 2025-12-21 15:40:07 +13:00
  • a7d06e74d5 Clean up test_cloexec.c and Makefile. Thomas Munro 2025-12-21 15:40:07 +13:00
  • bec2a0aa30 Clean up test_cloexec.c and Makefile. Thomas Munro 2025-12-21 15:40:07 +13:00
  • 548de59d93 heapam: Move logic to handle HEAP_MOVED into a helper function Andres Freund 2025-12-19 13:28:34 -05:00
  • 09ae2c8bac bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock() Andres Freund 2025-12-19 13:23:13 -05:00
  • 80f08a6e6a doc: clarify when physical/logical replication is used Bruce Momjian 2025-12-19 12:01:23 -05:00
  • 47a9f61fca Use proper type for RestoreTransactionSnapshot's PGPROC arg Heikki Linnakangas 2025-12-19 13:40:02 +02:00
  • cf8c8adfe3 Update pg_hba.conf example to reflect MD5 deprecation John Naylor 2025-12-19 15:48:18 +07:00
  • 44f49511b7 Update pg_hba.conf example to reflect MD5 deprecation John Naylor 2025-12-19 15:48:18 +07:00
  • 5cdbec5aa9 Fix typos in gininsert.c Michael Paquier 2025-12-19 14:33:38 +09:00
  • 1a9a49699c Add guard to prevent recursive memory context logging. Fujii Masao 2025-12-19 12:08:20 +09:00
  • 0fc2f533a9 Add guard to prevent recursive memory context logging. Fujii Masao 2025-12-19 12:08:20 +09:00
  • 3853f61681 Add guard to prevent recursive memory context logging. Fujii Masao 2025-12-19 12:08:20 +09:00
  • 699293d274 Add guard to prevent recursive memory context logging. Fujii Masao 2025-12-19 12:05:37 +09:00
  • b863d8d87f Add guard to prevent recursive memory context logging. Fujii Masao 2025-12-19 12:05:37 +09:00
  • b3ccb0a2cb Add guard to prevent recursive memory context logging. Fujii Masao 2025-12-19 12:05:37 +09:00
  • 9d0f7996e5 Use table/index_close() more consistently Michael Paquier 2025-12-19 07:55:58 +09:00
  • 1cdc07ad5a Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs. Noah Misch 2025-12-18 10:23:47 -08:00
  • 573e679a26 Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs. Noah Misch 2025-12-18 10:23:47 -08:00
  • d49936f302 Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs. Noah Misch 2025-12-18 10:23:47 -08:00
  • d77a5f9817 Do not emit WAL for unlogged BRIN indexes Heikki Linnakangas 2025-12-18 15:08:48 +02:00
  • 4b6d096a0f Do not emit WAL for unlogged BRIN indexes Heikki Linnakangas 2025-12-18 15:08:48 +02:00
  • a5277700e4 Do not emit WAL for unlogged BRIN indexes Heikki Linnakangas 2025-12-18 15:08:48 +02:00
  • 460d97020a Do not emit WAL for unlogged BRIN indexes Heikki Linnakangas 2025-12-18 15:08:48 +02:00
  • ab42568695 Do not emit WAL for unlogged BRIN indexes Heikki Linnakangas 2025-12-18 15:08:48 +02:00
  • 951b60f7ab Do not emit WAL for unlogged BRIN indexes Heikki Linnakangas 2025-12-18 15:08:48 +02:00
  • b47c50e566 Fix intermittent BF failure in 040_standby_failover_slots_sync. Amit Kapila 2025-12-18 05:06:55 +00:00
  • 5cf03552fb btree_gist: Fix memory allocation formula Michael Paquier 2025-12-18 11:01:43 +09:00
  • 167cb26718 Fix const correctness in pgstat data serialization callbacks Michael Paquier 2025-12-18 07:33:40 +09:00
  • c3df85756c oauth_validator: Avoid races in log_check() Jacob Champion 2025-12-17 11:55:04 -08:00
  • 023a3c786b libpq-oauth: use correct c_args in meson.build Jacob Champion 2025-12-17 11:54:56 -08:00
  • cc824482a3 libpq-fe.h: Don't claim SOCKTYPE in the global namespace Jacob Champion 2025-12-17 11:54:47 -08:00
  • ab8af1db43 oauth_validator: Avoid races in log_check() Jacob Champion 2025-12-17 11:46:05 -08:00
  • 781ca72139 libpq-oauth: use correct c_args in meson.build Jacob Champion 2025-12-17 11:46:01 -08:00
  • 8b217c96ea libpq-fe.h: Don't claim SOCKTYPE in the global namespace Jacob Champion 2025-12-17 11:45:52 -08:00
  • 5b4fb2b97d Rename regress.so's .mo file to postgresql-regress-VERSION.mo. Tom Lane 2025-12-17 14:10:42 -05:00