Commit graph

  • 0392fb900e Revert "Reject degenerate SPLIT PARTITION with DEFAULT partition" master Alexander Korotkov 2026-05-20 23:23:49 +0300
  • d8af730100 Reject degenerate SPLIT PARTITION with DEFAULT partition Alexander Korotkov 2026-05-20 14:32:57 +0300
  • d6a72bbe00 pg_recvlogical: Add tests for output file permissions Fujii Masao 2026-05-20 16:01:56 +0900
  • 5552a15a3e pg_recvlogical: Honor source cluster file permissions for output files REL_14_STABLE Fujii Masao 2026-05-20 15:54:13 +0900
  • ba9833a751 pg_recvlogical: Honor source cluster file permissions for output files REL_15_STABLE Fujii Masao 2026-05-20 15:54:13 +0900
  • 9590dcfca4 pg_recvlogical: Honor source cluster file permissions for output files REL_16_STABLE Fujii Masao 2026-05-20 15:54:13 +0900
  • ddd12d1a5c pg_recvlogical: Honor source cluster file permissions for output files REL_17_STABLE Fujii Masao 2026-05-20 15:54:13 +0900
  • 89b4b3ae35 pg_recvlogical: Honor source cluster file permissions for output files REL_18_STABLE Fujii Masao 2026-05-20 15:54:13 +0900
  • 263d1e6dfe pg_recvlogical: Honor source cluster file permissions for output files Fujii Masao 2026-05-20 15:54:13 +0900
  • 0160143ad9
    Fix REPACK decoding worker not cleaned up on FATAL exit Álvaro Herrera 2026-05-19 11:37:46 -0700
  • 83df16f1fa Clarify SPLIT PARTITION bound requirements in docs Alexander Korotkov 2026-05-19 13:39:53 +0300
  • 971017c495 Fix SPLIT PARTITION hint for DEFAULT partition bounds Alexander Korotkov 2026-05-19 13:39:39 +0300
  • 9354896920 Fix SPLIT PARTITION range bound validation with DEFAULT Alexander Korotkov 2026-05-19 13:38:55 +0300
  • 1164a82272 Fix COPY FROM ON_ERROR SET_NULL with selective column list Fujii Masao 2026-05-19 10:11:41 +0900
  • 801b9962e7 Remove support for 8 byte tear free read/write on 32-bit Daniel Gustafsson 2026-05-18 08:59:59 -0700
  • 15b140d465 Remove obsolete comment in AtEOXact_Inval Daniel Gustafsson 2026-05-18 08:43:12 -0700
  • e0c641ebbf psql: Make ParseVariableDouble reject values above max Daniel Gustafsson 2026-05-18 08:33:36 -0700
  • e04910a9a2 psql: Make ParseVariableDouble reject values above max Daniel Gustafsson 2026-05-18 08:33:36 -0700
  • aa7eb23aca oauth: Fix missing quote in errormessage Daniel Gustafsson 2026-05-18 08:03:09 -0700
  • a28fa2947d Fix issues with handling of expressions in extended stats restore Michael Paquier 2026-05-18 13:18:35 +0900
  • a120ecf549 Fix parsing of REPACK options Fujii Masao 2026-05-18 13:14:49 +0900
  • 26269fe3c8 Fix IGNORE NULLS nullness cache for volatile window arguments. Tatsuo Ishii 2026-05-18 12:09:37 +0900
  • 01a4797454 injection_points: Move some structs to new header injection_points.h Michael Paquier 2026-05-18 11:11:46 +0900
  • 20a4b06a1e injection_points: Move some structs to new header injection_points.h Michael Paquier 2026-05-18 11:11:44 +0900
  • e7b416b2fa injection_points: Move some structs to new header injection_points.h Michael Paquier 2026-05-18 11:11:40 +0900
  • 510a05f07c Use ereport(ERROR), not Assert(), for publisher tuples missing columns. Noah Misch 2026-05-16 18:01:35 -0700
  • 871d4f5b64 Use ereport(ERROR), not Assert(), for publisher tuples missing columns. Noah Misch 2026-05-16 18:01:35 -0700
  • 59759e1a5b Use ereport(ERROR), not Assert(), for publisher tuples missing columns. Noah Misch 2026-05-16 18:01:35 -0700
  • 15f4e3d0ce Use ereport(ERROR), not Assert(), for publisher tuples missing columns. Noah Misch 2026-05-16 18:01:35 -0700
  • dc3db3a834 Use ereport(ERROR), not Assert(), for publisher tuples missing columns. Noah Misch 2026-05-16 18:01:35 -0700
  • bf7d19be9b Use ereport(ERROR), not Assert(), for publisher tuples missing columns. Noah Misch 2026-05-16 18:01:35 -0700
  • 3dcd85d1b9 Simplify signature of ProcessStartupPacket() Michael Paquier 2026-05-17 07:44:17 +0900
  • 4111b91ab3 doc: Fix example of pg_restore_extended_stats() Michael Paquier 2026-05-17 07:36:04 +0900
  • 5ba34f6dc8 pg_test_timing: Show additional TSC clock source debug info Andres Freund 2026-05-16 11:51:34 -0400
  • aa1f93a338 postgres_fdw: Replace buffers in RemoteAttributeMapping with pointers. Etsuro Fujita 2026-05-16 17:55:00 +0900
  • 8eba2edb80 Check retain_dead_tuples for ALTER SUBSCRIPTION ... SERVER. Jeff Davis 2026-05-15 15:52:33 -0700
  • 4c35d93e49 Doc: fix release-note typo. Tom Lane 2026-05-15 18:32:33 -0400
  • 2a975b991e Doc: fix release-note typo. Tom Lane 2026-05-15 18:32:33 -0400
  • 2adf78dbe9 Doc: fix release-note typo. Tom Lane 2026-05-15 18:32:33 -0400
  • ab93130356 Doc: fix release-note typo. Tom Lane 2026-05-15 18:32:33 -0400
  • d472bf14f2 Doc: fix release-note typo. Tom Lane 2026-05-15 18:32:33 -0400
  • 6d22c67c3b Don't accept length of -1 in pg_locale.h APIs. Jeff Davis 2026-05-15 11:09:15 -0700
  • 41b60bf172 doc PG 19 relnotes: remove "Add fake LSN support to hash index" Bruce Momjian 2026-05-15 13:26:50 -0400
  • 092b570a72 Re-add regression tests for ltree and intarray Michael Paquier 2026-05-15 18:02:54 +0900
  • 4503c97716 Re-add regression tests for ltree and intarray Michael Paquier 2026-05-15 18:02:53 +0900
  • f71f72e89a Re-add regression tests for ltree and intarray Michael Paquier 2026-05-15 18:02:51 +0900
  • a6c430cabe Re-add regression tests for ltree and intarray Michael Paquier 2026-05-15 18:02:49 +0900
  • f45f418275 Re-add regression tests for ltree and intarray Michael Paquier 2026-05-15 18:02:47 +0900
  • 27bdae8413 Re-add regression tests for ltree and intarray Michael Paquier 2026-05-15 14:27:30 +0900
  • e5035950da psql: Fix tab completion for REPACK boolean options Fujii Masao 2026-05-15 14:24:45 +0900
  • 6b48f5d1a7 doc PG 19 relnotes: update to current Bruce Momjian 2026-05-14 16:37:28 -0400
  • 1de0a711db refint: Fix segfault in check_foreign_key(). Nathan Bossart 2026-05-14 13:11:49 -0500
  • 77b2d18e9c refint: Fix segfault in check_foreign_key(). Nathan Bossart 2026-05-14 13:11:49 -0500
  • eb93f10e20 refint: Fix segfault in check_foreign_key(). Nathan Bossart 2026-05-14 13:11:49 -0500
  • 6b4de201e8 refint: Fix segfault in check_foreign_key(). Nathan Bossart 2026-05-14 13:11:49 -0500
  • ed0c4d5af2 refint: Fix segfault in check_foreign_key(). Nathan Bossart 2026-05-14 13:11:49 -0500
  • 611756948e refint: Fix segfault in check_foreign_key(). Nathan Bossart 2026-05-14 13:11:49 -0500
  • 82f0135a26 Fix attribute mapping for COPY TO on partitioned tables. Masahiko Sawada 2026-05-14 10:32:34 -0700
  • 4dfae59a1d Prevent access to other sessions' temp tables Alexander Korotkov 2026-05-14 12:25:19 +0300
  • 40927d458f Add tests for cross-session temp table access Alexander Korotkov 2026-05-14 12:21:03 +0300
  • 1b0dd08157 Prevent access to other sessions' temp tables Alexander Korotkov 2026-05-14 12:25:19 +0300
  • 1cd37a7a8d Add tests for cross-session temp table access Alexander Korotkov 2026-05-14 12:21:03 +0300
  • ce146621f7 Prevent access to other sessions' temp tables Alexander Korotkov 2026-05-14 12:25:19 +0300
  • 1fee0e857e Add tests for cross-session temp table access Alexander Korotkov 2026-05-14 12:21:03 +0300
  • 5107398e6d postgres_fdw: Fix deparsing of remote column names in stats import. Etsuro Fujita 2026-05-14 17:05:00 +0900
  • 954e57708e Fix jsonpath .split_part() to honor silent mode Michael Paquier 2026-05-14 16:02:07 +0900
  • f18fcd9a45 pgbench: fix verbose error message corruption with multiple threads Fujii Masao 2026-05-14 12:31:43 +0900
  • 6432a4cd68 pgbench: fix verbose error message corruption with multiple threads Fujii Masao 2026-05-14 12:30:34 +0900
  • 52b3e7001c pgbench: fix verbose error message corruption with multiple threads Fujii Masao 2026-05-14 12:30:34 +0900
  • 98dd6c2046 pgbench: fix verbose error message corruption with multiple threads Fujii Masao 2026-05-14 12:30:34 +0900
  • 61f8a85a57 pgbench: fix verbose error message corruption with multiple threads Fujii Masao 2026-05-14 12:30:34 +0900
  • 0c025ab347 Add several commits to .git-blame-ignore-revs. Nathan Bossart 2026-05-13 14:53:48 -0500
  • 3bf63730cb
    Fix style in a few REPACK ereports Álvaro Herrera 2026-05-13 18:28:31 +0200
  • 2122281672 Use "grep -E" not "egrep". Tom Lane 2026-05-13 12:07:19 -0400
  • b94989e73d Pre-beta updates: run src/tools/copyright.pl. Tom Lane 2026-05-13 11:01:57 -0400
  • c7cb8e5b73 Do pre-release housekeeping on catalog data. Tom Lane 2026-05-13 10:54:44 -0400
  • 652ae1a520 Add preceding commits to .git-blame-ignore-revs. Tom Lane 2026-05-13 10:44:36 -0400
  • 719fe0779d Pre-beta mechanical code beautification, step 3: run reformat-dat-files. Tom Lane 2026-05-13 10:41:33 -0400
  • 736a97bddd Pre-beta mechanical code beautification, step 2: run pgperltidy. Tom Lane 2026-05-13 10:37:42 -0400
  • 020794ee42 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 2026-05-13 10:34:17 -0400
  • 60f9467c38 pgindent: improve formatting of multiline comments. Tom Lane 2026-05-13 10:21:54 -0400
  • b518ba4aff Make pg_bsd_indent add a space between comma and period. Tom Lane 2026-05-13 10:17:57 -0400
  • a3e6beba60 pgindent: Fix spacing after != when member name matches typedef. Nathan Bossart 2026-05-13 09:10:50 -0500
  • 7ca8c94296 Fix FOR PORTION OF with non-updatable view columns Peter Eisentraut 2026-05-13 13:34:09 +0200
  • 6636621782 pg_stat_statements: Set PlannedStmt to NULL after nested utility execution Michael Paquier 2026-05-13 15:39:44 +0900
  • 5c00f4e2e3 Add more tests for corrupted data with pglz_decompress() Michael Paquier 2026-05-13 14:43:52 +0900
  • f4ba780818 Add more tests for corrupted data with pglz_decompress() Michael Paquier 2026-05-13 14:43:50 +0900
  • 5f12d86dd7 Add more tests for corrupted data with pglz_decompress() Michael Paquier 2026-05-13 14:43:49 +0900
  • 54eeefaedb Add more tests for corrupted data with pglz_decompress() Michael Paquier 2026-05-13 14:43:47 +0900
  • 89192080f0 Add more tests for corrupted data with pglz_decompress() Michael Paquier 2026-05-13 14:43:46 +0900
  • 900c07b854 Add more tests for corrupted data with pglz_decompress() Michael Paquier 2026-05-13 14:43:42 +0900
  • e3c4e37464 Fix stale COPY progress during logical replication table sync Fujii Masao 2026-05-13 11:44:31 +0900
  • b5f7e7569c Fix stale COPY progress during logical replication table sync Fujii Masao 2026-05-13 11:44:31 +0900
  • d140237dab Fix stale COPY progress during logical replication table sync Fujii Masao 2026-05-13 11:44:31 +0900
  • f2acab5348 Fix stale COPY progress during logical replication table sync Fujii Masao 2026-05-13 11:44:31 +0900
  • d9cd9b4d7e Fix stale COPY progress during logical replication table sync Fujii Masao 2026-05-13 11:44:31 +0900
  • 422e54e309 Fix stale COPY progress during logical replication table sync Fujii Masao 2026-05-13 11:44:31 +0900
  • 34be85f657 psql: save/restore truePrint/falsePrint printQueryOpt values Bruce Momjian 2026-05-12 18:28:20 -0400
  • cac0f24eb5 doc PG 19 relnotes: add two optimizer hooks Bruce Momjian 2026-05-12 16:16:14 -0400
  • 163f20ca12 De-obfuscate the comment in tsrank.c's calc_rank_or(). Tom Lane 2026-05-12 15:04:42 -0400