Commit Graph

  • 347b6a1fff Fix typo in create_index.sql. Dean Rasheed 2025-08-04 16:20:31 +01:00
  • 88f0fdabea Fix typo in create_index.sql. Dean Rasheed 2025-08-04 16:18:59 +01:00
  • 4e23c9ef65 Split func.sgml into more manageable pieces Andrew Dunstan 2025-08-04 08:56:48 -04:00
  • 6ae268cf28 Improve prep_buildtree Peter Eisentraut 2025-08-04 09:08:10 +02:00
  • 07684443b1 Rename XLogData protocol message to WALData Álvaro Herrera 2025-08-04 14:03:01 +02:00
  • f71fa981c9 Avoid unexpected shutdown when sync_replication_slots is enabled. Fujii Masao 2025-08-04 20:51:42 +09:00
  • 2d81a246f4 Avoid unexpected shutdown when sync_replication_slots is enabled. Fujii Masao 2025-08-04 20:51:42 +09:00
  • 4614d53d4e Avoid unexpected shutdown when sync_replication_slots is enabled. Fujii Masao 2025-08-04 20:51:42 +09:00
  • a9b4b0665d doc: mention unusability of dropped CHECK to verify NOT NULL Álvaro Herrera 2025-08-04 13:26:45 +02:00
  • 7b1053a577 doc: mention unusability of dropped CHECK to verify NOT NULL Álvaro Herrera 2025-08-04 13:26:45 +02:00
  • 126665289f doc: mention unusability of dropped CHECK to verify NOT NULL Álvaro Herrera 2025-08-04 13:26:45 +02:00
  • d0654e53f1 doc: mention unusability of dropped CHECK to verify NOT NULL Álvaro Herrera 2025-08-04 13:26:44 +02:00
  • 2ea8a37f27 doc: mention unusability of dropped CHECK to verify NOT NULL Álvaro Herrera 2025-08-04 13:26:44 +02:00
  • 2f600115a5 doc: mention unusability of dropped CHECK to verify NOT NULL Álvaro Herrera 2025-08-04 13:26:44 +02:00
  • 479ebce12d doc: mention unusability of dropped CHECK to verify NOT NULL Álvaro Herrera 2025-08-04 13:26:44 +02:00
  • bca9a1900c Fix incorrect comment regarding mod_since_analyze David Rowley 2025-08-04 17:43:22 +12:00
  • fd5a1a0c3e Detect and report update_deleted conflicts. Amit Kapila 2025-08-04 04:02:47 +00:00
  • 5c8eda1f72 Take a little more care in set_backtrace(). Tom Lane 2025-08-03 13:01:17 -04:00
  • 4fbfdde58e Avoid leakage of zero-length arrays in partition_bounds_copy(). Tom Lane 2025-08-02 21:26:21 -04:00
  • b102c8c473 Silence complaints about leaks in PlanCacheComputeResultDesc. Tom Lane 2025-08-02 19:44:10 -04:00
  • 7f6ededa76 Suppress complaints about leaks in TS dictionary loading. Tom Lane 2025-08-02 19:43:53 -04:00
  • 2c7b4ad24d Suppress complaints about leaks in function cache loading. Tom Lane 2025-08-02 19:43:04 -04:00
  • 9f18fa9995 Reduce leakage during PL/pgSQL function compilation. Tom Lane 2025-08-02 19:39:03 -04:00
  • db01c90b2f Silence Valgrind leakage complaints in more-or-less-hackish ways. Tom Lane 2025-08-02 19:32:12 -04:00
  • e78d1d6d47 Fix assorted pretty-trivial memory leaks in the backend. Tom Lane 2025-08-02 19:07:53 -04:00
  • 9e9190154e Fix MemoryContextAllocAligned's interaction with Valgrind. Tom Lane 2025-08-02 18:31:39 -04:00
  • bb049a79d3 Improve our support for Valgrind's leak tracking. Tom Lane 2025-08-02 18:26:19 -04:00
  • 6914a330f0 Fix assertion failure in pgbench when handling multiple pipeline sync messages. Fujii Masao 2025-08-03 10:50:22 +09:00
  • 1d3ded521a Fix assertion failure in pgbench when handling multiple pipeline sync messages. Fujii Masao 2025-08-03 10:50:22 +09:00
  • 398e07162e Fix assertion failure in pgbench when handling multiple pipeline sync messages. Fujii Masao 2025-08-03 10:49:03 +09:00
  • fee46ab4f2 Fix assertion failure in pgbench when handling multiple pipeline sync messages. Fujii Masao 2025-08-03 10:49:03 +09:00
  • 12efa48978 Fix assertion failure in pgbench when handling multiple pipeline sync messages. Fujii Masao 2025-08-03 10:49:03 +09:00
  • 6a46089e45 Simplify options in pg_dump and pg_restore. Jeff Davis 2025-08-02 07:51:42 -07:00
  • a3e8dc1438 Simplify options in pg_dump and pg_restore. Jeff Davis 2025-08-02 07:51:35 -07:00
  • d0c12b98f2 Fix typo in foreign_key.sql Michael Paquier 2025-08-02 19:54:27 +09:00
  • 2106fe25a1 Fix typo in foreign_key.sql Michael Paquier 2025-08-02 19:54:23 +09:00
  • f5a49328f8 Doc: clarify the restrictions of AFTER triggers with transition tables. Etsuro Fujita 2025-08-02 18:30:05 +09:00
  • b49cb0b8df Doc: clarify the restrictions of AFTER triggers with transition tables. Etsuro Fujita 2025-08-02 18:30:04 +09:00
  • 23dc277590 Doc: clarify the restrictions of AFTER triggers with transition tables. Etsuro Fujita 2025-08-02 18:30:03 +09:00
  • cd45fef058 Doc: clarify the restrictions of AFTER triggers with transition tables. Etsuro Fujita 2025-08-02 18:30:02 +09:00
  • 59a984e637 Doc: clarify the restrictions of AFTER triggers with transition tables. Etsuro Fujita 2025-08-02 18:30:01 +09:00
  • 5a900d6482 Doc: clarify the restrictions of AFTER triggers with transition tables. Etsuro Fujita 2025-08-02 18:30:00 +09:00
  • 37e7744585 Doc: clarify the restrictions of AFTER triggers with transition tables. Etsuro Fujita 2025-08-02 18:30:00 +09:00
  • ec96e88122 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c Michael Paquier 2025-08-02 17:08:52 +09:00
  • 9e0b4b1ab5 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c Michael Paquier 2025-08-02 17:08:50 +09:00
  • 11de339aad Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c Michael Paquier 2025-08-02 17:08:48 +09:00
  • 3b3fa94900 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c Michael Paquier 2025-08-02 17:08:45 +09:00
  • f79ca73d75 Allow resetting unknown custom GUCs with reserved prefixes. Nathan Bossart 2025-08-01 16:52:11 -05:00
  • b998ce3272 Allow resetting unknown custom GUCs with reserved prefixes. Nathan Bossart 2025-08-01 16:52:11 -05:00
  • 39ff056365 Allow resetting unknown custom GUCs with reserved prefixes. Nathan Bossart 2025-08-01 16:52:11 -05:00
  • 7b9674a8b1 Allow resetting unknown custom GUCs with reserved prefixes. Nathan Bossart 2025-08-01 16:52:11 -05:00
  • 9eb6068fb6 Allow resetting unknown custom GUCs with reserved prefixes. Nathan Bossart 2025-08-01 16:52:11 -05:00
  • a2c6c4ed31 Fix typo in AutoVacLauncherMain(). Masahiko Sawada 2025-08-01 18:02:41 +00:00
  • 0ed92cf50c pg_dump: reject combination of "only" and "with" Jeff Davis 2025-08-01 10:06:57 -07:00
  • 60121890f7 pg_dump: reject combination of "only" and "with" Jeff Davis 2025-08-01 10:06:50 -07:00
  • 42b1480eb2 libpq: Complain about missing BackendKeyData later with PGgetCancel() Heikki Linnakangas 2025-08-01 18:24:19 +03:00
  • a4801eb691 libpq: Complain about missing BackendKeyData later with PGgetCancel() Heikki Linnakangas 2025-08-01 18:24:19 +03:00
  • 2ab2d6f970 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. Amit Kapila 2025-08-01 07:58:48 +00:00
  • d9f01a287a Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. Amit Kapila 2025-08-01 07:46:22 +00:00
  • 434d2d147b Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. Amit Kapila 2025-08-01 07:23:37 +00:00
  • 41fb3f51cb Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. Amit Kapila 2025-08-01 07:16:30 +00:00
  • 8c298324a4 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. Amit Kapila 2025-08-01 06:53:16 +00:00
  • adfd802191 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. Amit Kapila 2025-08-01 06:40:06 +00:00
  • 88914332ea Fix tab completion for ALTER ROLE|USER ... RESET Tomas Vondra 2025-07-31 15:17:26 +02:00
  • 72c437f6e4 Schema-qualify unnest() in ALTER DATABASE ... RESET Tomas Vondra 2025-07-31 15:15:44 +02:00
  • ca09ef3a6a Fix tab completion for ALTER ROLE|USER ... RESET Tomas Vondra 2025-07-31 15:17:26 +02:00
  • dbf5a83d46 Schema-qualify unnest() in ALTER DATABASE ... RESET Tomas Vondra 2025-07-31 15:15:44 +02:00
  • 04bc2c42f7 Sort dump objects independent of OIDs, for the 7 holdout object types. Noah Misch 2025-07-31 06:37:56 -07:00
  • cc9a62c51a pg_dump: provide a stable sort order for rules. Tom Lane 2024-11-04 13:30:30 -05:00
  • 7ee7c1cd38 Sort dump objects independent of OIDs, for the 7 holdout object types. Noah Misch 2025-07-31 06:37:56 -07:00
  • 25388fb2cb pg_dump: provide a stable sort order for rules. Tom Lane 2024-11-04 13:30:30 -05:00
  • 22f126da6c Sort dump objects independent of OIDs, for the 7 holdout object types. Noah Misch 2025-07-31 06:37:56 -07:00
  • e99010cbd8 pg_dump: provide a stable sort order for rules. Tom Lane 2024-11-04 13:30:30 -05:00
  • 1ca1889ea6 Sort dump objects independent of OIDs, for the 7 holdout object types. Noah Misch 2025-07-31 06:37:56 -07:00
  • 0ac1581c3f Sort dump objects independent of OIDs, for the 7 holdout object types. Noah Misch 2025-07-31 06:37:56 -07:00
  • 5dd4957b28 pg_dump: provide a stable sort order for rules. Tom Lane 2024-11-04 13:30:30 -05:00
  • 9affed2634 pg_dump: provide a stable sort order for rules. Tom Lane 2024-11-04 13:30:30 -05:00
  • c0ae03384f Sort dump objects independent of OIDs, for the 7 holdout object types. Noah Misch 2025-07-31 06:37:56 -07:00
  • 0decd5e89d Sort dump objects independent of OIDs, for the 7 holdout object types. Noah Misch 2025-07-31 06:37:56 -07:00
  • 3357471cf9 pg_stat_statements: Add counters for generic and custom plans Michael Paquier 2025-07-31 11:20:29 +09:00
  • e125e36002 Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt Michael Paquier 2025-07-31 10:06:34 +09:00
  • da103c7bc8 doc: Adjust documentation for vacuumdb --missing-stats-only. Nathan Bossart 2025-07-30 13:04:47 -05:00
  • ee924698d5 doc: Adjust documentation for vacuumdb --missing-stats-only. Nathan Bossart 2025-07-30 13:04:47 -05:00
  • 412036c22d Teach pg_upgrade to handle in-place tablespaces. Nathan Bossart 2025-07-30 10:48:41 -05:00
  • 3a954813a0 Remove release note item for Non text modes for pg_dumpall Andrew Dunstan 2025-07-30 11:34:57 -04:00
  • 4a9ee867bf Revert Non text modes for pg_dumpall, and pg_restore support Andrew Dunstan 2025-07-30 11:04:05 -04:00
  • ce9a6244b5 Revert Non text modes for pg_dumpall, and pg_restore support Andrew Dunstan 2025-07-30 11:04:05 -04:00
  • 00c9771779 Fix whitespace Peter Eisentraut 2025-07-30 09:51:45 +02:00
  • 612f5b8062 Fix ./configure checks with __cpuidex() and __cpuid() Michael Paquier 2025-07-30 11:55:54 +09:00
  • 60953d4cba Fix ./configure checks with __cpuidex() and __cpuid() Michael Paquier 2025-07-30 11:55:53 +09:00
  • d6ffc43f95 Fix ./configure checks with __cpuidex() and __cpuid() Michael Paquier 2025-07-30 11:55:51 +09:00
  • c1984be23c Fix ./configure checks with __cpuidex() and __cpuid() Michael Paquier 2025-07-30 11:55:49 +09:00
  • 8de56323c1 Fix ./configure checks with __cpuidex() and __cpuid() Michael Paquier 2025-07-30 11:55:47 +09:00
  • cd2d52cc6b Fix ./configure checks with __cpuidex() and __cpuid() Michael Paquier 2025-07-30 11:55:46 +09:00
  • 1a5212775e Fix ./configure checks with __cpuidex() and __cpuid() Michael Paquier 2025-07-30 11:55:42 +09:00
  • a60691eb20 doc PG 18 relnotes: update to current Bruce Momjian 2025-07-29 22:27:01 -04:00
  • fce7da1e73 Handle cancel requests with PID 0 gracefully Heikki Linnakangas 2025-07-30 00:39:49 +03:00
  • 613f647122 Handle cancel requests with PID 0 gracefully Heikki Linnakangas 2025-07-30 00:39:49 +03:00
  • c5bd803e58 Don't put library-supplied -L/-I switches before user-supplied ones. Tom Lane 2025-07-29 15:17:41 -04:00
  • 2dee95bd0c Don't put library-supplied -L/-I switches before user-supplied ones. Tom Lane 2025-07-29 15:17:41 -04:00