Commit Graph

  • 43649b6a53 Improve REPACK (CONCURRENTLY) error when wal_level < replica Álvaro Herrera 2026-05-28 15:04:36 +02:00
  • af23353a73 postgres_fdw: Fix whitespace violation in connection.c Fujii Masao 2026-05-28 21:53:26 +09:00
  • e5d019fbdc postgres_fdw, dblink: Validate use_scram_passthrough values Fujii Masao 2026-05-28 20:58:45 +09:00
  • 8a86aa313a postgres_fdw, dblink: Validate use_scram_passthrough values Fujii Masao 2026-05-28 20:58:08 +09:00
  • 159324a73a Fix race between ProcSignalInit() and EmitProcSignalBarrier(). Masahiko Sawada 2026-05-27 16:26:08 -07:00
  • cdb9b2830d Fix race between ProcSignalInit() and EmitProcSignalBarrier(). Masahiko Sawada 2026-05-27 16:26:05 -07:00
  • a651b8a89e Fix race between ProcSignalInit() and EmitProcSignalBarrier(). Masahiko Sawada 2026-05-27 16:26:02 -07:00
  • 1a9b1cc18e Fix race between ProcSignalInit() and EmitProcSignalBarrier(). Masahiko Sawada 2026-05-27 16:25:59 -07:00
  • d79bf7612a Fix race between ProcSignalInit() and EmitProcSignalBarrier(). Masahiko Sawada 2026-05-27 16:25:56 -07:00
  • 47ad2233fa Fix 051_effective_wal_level.pl on builds without injection points. Masahiko Sawada 2026-05-27 15:52:30 -07:00
  • 2af1dc8928 Disable logical decoding after REPACK (CONCURRENTLY) Álvaro Herrera 2026-05-27 20:11:21 +02:00
  • 0f24332aeb Fix NOTIFY wakeups for pre-commit LISTEN entries. Tom Lane 2026-05-27 12:23:35 -04:00
  • 2fbb21170e Avoid orphaned objects dependencies Heikki Linnakangas 2026-05-27 18:35:58 +03:00
  • fd93ee1008 Don't try to record dependency on a dropped column's datatype Heikki Linnakangas 2026-05-27 18:35:55 +03:00
  • 5100bdbd3b Avoid orphaned objects dependencies Heikki Linnakangas 2026-05-27 18:35:58 +03:00
  • 36b6ed2606 Don't try to record dependency on a dropped column's datatype Heikki Linnakangas 2026-05-27 18:35:55 +03:00
  • 5fa137727d Avoid orphaned objects dependencies Heikki Linnakangas 2026-05-27 18:35:58 +03:00
  • ef3d7b15e4 Don't try to record dependency on a dropped column's datatype Heikki Linnakangas 2026-05-27 18:35:55 +03:00
  • d9bc0d96c2 Avoid orphaned objects dependencies Heikki Linnakangas 2026-05-27 18:35:58 +03:00
  • d44cd46747 Don't try to record dependency on a dropped column's datatype Heikki Linnakangas 2026-05-27 18:35:55 +03:00
  • 3a9909eda2 Avoid orphaned objects dependencies Heikki Linnakangas 2026-05-27 18:35:58 +03:00
  • c1588f92a9 Don't try to record dependency on a dropped column's datatype Heikki Linnakangas 2026-05-27 18:35:55 +03:00
  • c8cd3d6976 Avoid orphaned objects dependencies Heikki Linnakangas 2026-05-27 18:35:58 +03:00
  • f9d5a52da4 Don't try to record dependency on a dropped column's datatype Heikki Linnakangas 2026-05-27 18:35:55 +03:00
  • ee31868a53 Use strtoi64 instead of strtoll Peter Eisentraut 2026-05-27 17:12:27 +02:00
  • c71b94f033 Remove incorrect OpenSSL feature guards Daniel Gustafsson 2026-05-27 12:58:56 +02:00
  • 2bb60eb4fe Fix self-deadlock when replaying WAL generated by older minor version Heikki Linnakangas 2026-05-27 11:49:50 +03:00
  • 2dfe75f984 Fix self-deadlock when replaying WAL generated by older minor version Heikki Linnakangas 2026-05-27 11:49:50 +03:00
  • 42a3194e54 Fix self-deadlock when replaying WAL generated by older minor version Heikki Linnakangas 2026-05-27 11:49:50 +03:00
  • db4d12fc97 Fix procLatch ownership race in ProcKill() Michael Paquier 2026-05-27 17:20:00 +09:00
  • e786fb5aa7 Fix procLatch ownership race in ProcKill() Michael Paquier 2026-05-27 17:19:58 +09:00
  • 4e8edf53f9 Fix procLatch ownership race in ProcKill() Michael Paquier 2026-05-27 17:19:56 +09:00
  • e14b4ea4a6 Fix procLatch ownership race in ProcKill() Michael Paquier 2026-05-27 17:19:55 +09:00
  • 12c9b8b422 Fix procLatch ownership race in ProcKill() Michael Paquier 2026-05-27 17:19:53 +09:00
  • 84b9d6bcea Fix procLatch ownership race in ProcKill() Michael Paquier 2026-05-27 17:19:20 +09:00
  • 8007d11852 Fix race conditions in ProcKill()'s lock-group freelist handling Michael Paquier 2026-05-27 14:52:31 +09:00
  • d5cc6df608 Fix race conditions in ProcKill()'s lock-group freelist handling Michael Paquier 2026-05-27 14:49:04 +09:00
  • 65d04df601 Fix race conditions in ProcKill()'s lock-group freelist handling Michael Paquier 2026-05-27 14:49:02 +09:00
  • d489c4439e Fix race conditions in ProcKill()'s lock-group freelist handling Michael Paquier 2026-05-27 14:49:01 +09:00
  • ae08eb1687 Fix race conditions in ProcKill()'s lock-group freelist handling Michael Paquier 2026-05-27 14:48:59 +09:00
  • 5631045231 Fix race conditions in ProcKill()'s lock-group freelist handling Michael Paquier 2026-05-27 14:48:56 +09:00
  • c03784a218 pg_createsubscriber: Fix cleanup of publisher-side objects after errors Fujii Masao 2026-05-27 10:35:49 +09:00
  • 196b4b5ae6 pg_createsubscriber: Fix cleanup of publisher-side objects after errors Fujii Masao 2026-05-27 10:35:18 +09:00
  • 12d0004889 pg_createsubscriber: Fix cleanup of publisher-side objects after errors Fujii Masao 2026-05-27 10:34:17 +09:00
  • 9a41b34a28 doc: add comma to UPDATE docs, for consistency Bruce Momjian 2026-05-26 20:17:40 -04:00
  • 0b866bb903 Clean up 019_replslot_limit.pl comments Alexander Korotkov 2026-05-27 03:07:45 +03:00
  • cdb1d1cf1d Stabilize 019_replslot_limit.pl: wait on slot restart_lsn Alexander Korotkov 2026-05-27 02:54:04 +03:00
  • 4a375527a1 Skip pg_database.dathasloginevt cleanup on standby Alexander Korotkov 2026-05-27 02:26:50 +03:00
  • 97b5c5aaad Skip pg_database.dathasloginevt cleanup on standby Alexander Korotkov 2026-05-27 02:26:50 +03:00
  • bec61f5935 Skip pg_database.dathasloginevt cleanup on standby Alexander Korotkov 2026-05-27 02:26:50 +03:00
  • 490259d072 Fix memory accumulation in pg_sync_replication_slots() during retries. Amit Kapila 2026-05-26 15:16:12 -07:00
  • 8656ba7f71 doc PG 19 relnotes: more fixes Bruce Momjian 2026-05-26 17:49:31 -04:00
  • 1d751b4b6b doc PG 19 relnotes: various corrections Bruce Momjian 2026-05-26 16:31:58 -04:00
  • 0480d84ee3 Add stack depth check to QueueFKConstraintValidation(). Tom Lane 2026-05-26 11:58:25 -04:00
  • 61ea5cc6a6 Add stack depth check to QueueFKConstraintValidation(). Tom Lane 2026-05-26 11:58:25 -04:00
  • 1588d89af2 Restructure repack worker teardown Álvaro Herrera 2026-05-26 17:24:06 +02:00
  • cfedd45133 doc PG 19 relnotes: adjust item to mention pg_replication_slots Bruce Momjian 2026-05-26 10:59:30 -04:00
  • 6aa26be288 Fix calculation of members_size in pg_get_multixact_stats() Michael Paquier 2026-05-26 13:49:04 +09:00
  • d4a7e1886c test_slru: Fix LWLock initialization for EXEC_BACKEND builds Michael Paquier 2026-05-26 12:26:36 +09:00
  • d40aed5542 Adjust some error hints Michael Paquier 2026-05-26 08:13:22 +09:00
  • a96b051a98 Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). Tom Lane 2026-05-25 18:15:49 -04:00
  • 702a6d5f63 Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). Tom Lane 2026-05-25 18:15:49 -04:00
  • 94b57ab54a Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). Tom Lane 2026-05-25 18:15:49 -04:00
  • e7544c518a Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). Tom Lane 2026-05-25 18:15:49 -04:00
  • 273be484aa Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). Tom Lane 2026-05-25 18:15:49 -04:00
  • 524cc0f638 Fix missed ReleaseVariableStats() in intarray's _int_matchsel(). Tom Lane 2026-05-25 18:15:49 -04:00
  • cd777e27e2 dblink: Reject use_scram_passthrough on foreign-data wrappers Fujii Masao 2026-05-26 01:07:24 +09:00
  • e2b8813403 dblink: Reject use_scram_passthrough on foreign-data wrappers Fujii Masao 2026-05-26 01:07:24 +09:00
  • 130396e6c0 dblink: Give user mapping precedence for use_scram_passthrough Fujii Masao 2026-05-26 00:51:18 +09:00
  • 5f5165e2fe dblink: Give user mapping precedence for use_scram_passthrough Fujii Masao 2026-05-26 00:51:18 +09:00
  • 88d7748d2a postgres_fdw: Give user mapping precedence for use_scram_passthrough Fujii Masao 2026-05-26 00:46:31 +09:00
  • 97f6fc10ff postgres_fdw: Give user mapping precedence for use_scram_passthrough Fujii Masao 2026-05-26 00:46:31 +09:00
  • 377cc45194 doc: Clarify CHECKPOINT handling of unlogged buffers Daniel Gustafsson 2026-05-25 12:15:29 +02:00
  • 7e5d8bd013 psql: Tab completion for CHECKPOINT FLUSH_UNLOGGED boolean options Daniel Gustafsson 2026-05-25 11:57:14 +02:00
  • e64a9ba2b4 Reject degenerate SPLIT PARTITION with DEFAULT partition Alexander Korotkov 2026-05-25 11:57:42 +03:00
  • 7571026673 Fix size check in statext_dependencies_deserialize() Michael Paquier 2026-05-25 14:39:07 +09:00
  • e779f18f32 Fix size check in statext_dependencies_deserialize() Michael Paquier 2026-05-25 14:39:06 +09:00
  • 0445c7667e Fix size check in statext_dependencies_deserialize() Michael Paquier 2026-05-25 14:39:04 +09:00
  • e4af8009ba Fix size check in statext_dependencies_deserialize() Michael Paquier 2026-05-25 14:39:02 +09:00
  • b5fd5723a6 Fix size check in statext_dependencies_deserialize() Michael Paquier 2026-05-25 14:38:59 +09:00
  • 0b8fa5fd37 Fix size check in statext_dependencies_deserialize() Michael Paquier 2026-05-25 14:38:02 +09:00
  • 01a80f0621 Revert "Allow logical replication snapshots to be database-specific" Álvaro Herrera 2026-05-23 21:33:19 -07:00
  • 2c4bd2bf57 psql: Add missing IO option to EXPLAIN tab completion Fujii Masao 2026-05-23 09:39:58 +09:00
  • e18b77153c Avoid exposing WAL receiver raw conninfo during timeline jumps Michael Paquier 2026-05-23 08:10:18 +09:00
  • 065cbfb883 Avoid exposing WAL receiver raw conninfo during timeline jumps Michael Paquier 2026-05-23 08:10:17 +09:00
  • e037a41996 Avoid exposing WAL receiver raw conninfo during timeline jumps Michael Paquier 2026-05-23 08:10:15 +09:00
  • c89499a798 Avoid exposing WAL receiver raw conninfo during timeline jumps Michael Paquier 2026-05-23 08:10:14 +09:00
  • b903d17927 Avoid exposing WAL receiver raw conninfo during timeline jumps Michael Paquier 2026-05-23 08:10:12 +09:00
  • c37b38806a Avoid exposing WAL receiver raw conninfo during timeline jumps Michael Paquier 2026-05-23 08:10:07 +09:00
  • 7f469097c7 Improve pg_stat_wal_receiver for CONNECTING status Michael Paquier 2026-05-23 04:04:26 +09:00
  • 06a5c3cdef Set notice receiver before libpq connection startup completes Fujii Masao 2026-05-23 00:25:48 +09:00
  • 41247cdf69 Prevent setting NO INHERIT on partitioned NOT NULL constraints Fujii Masao 2026-05-22 23:59:04 +09:00
  • d8b5d87e54 Prevent setting NO INHERIT on partitioned NOT NULL constraints Fujii Masao 2026-05-22 23:59:04 +09:00
  • 0392fb900e Revert "Reject degenerate SPLIT PARTITION with DEFAULT partition" Alexander Korotkov 2026-05-20 23:23:49 +03:00
  • d8af730100 Reject degenerate SPLIT PARTITION with DEFAULT partition Alexander Korotkov 2026-05-20 14:32:57 +03:00
  • d6a72bbe00 pg_recvlogical: Add tests for output file permissions Fujii Masao 2026-05-20 16:01:56 +09:00
  • 5552a15a3e pg_recvlogical: Honor source cluster file permissions for output files Fujii Masao 2026-05-20 15:54:13 +09:00
  • ba9833a751 pg_recvlogical: Honor source cluster file permissions for output files Fujii Masao 2026-05-20 15:54:13 +09:00
  • 9590dcfca4 pg_recvlogical: Honor source cluster file permissions for output files Fujii Masao 2026-05-20 15:54:13 +09:00
  • ddd12d1a5c pg_recvlogical: Honor source cluster file permissions for output files Fujii Masao 2026-05-20 15:54:13 +09:00