Commit graph

  • 4c84545067 Use PG_MODULE_MAGIC_EXT in newly introduced modules master Robert Haas 2026-07-06 15:34:12 -0400
  • da8889ccd7 Use PG_MODULE_MAGIC_EXT in newly introduced modules REL_19_STABLE Robert Haas 2026-07-06 15:34:12 -0400
  • 51652c42da Fix mishandling of leading '\' in nondeterministic LIKE. REL_18_STABLE Tom Lane 2026-07-06 14:47:58 -0400
  • 42b7ff3aae Fix mishandling of leading '\' in nondeterministic LIKE. Tom Lane 2026-07-06 14:47:58 -0400
  • 54d5947efe Fix mishandling of leading '\' in nondeterministic LIKE. Tom Lane 2026-07-06 14:47:58 -0400
  • a99bd8d584 Fix LIKE matching with nondeterministic collations and backslashes. Tom Lane 2026-07-06 14:35:21 -0400
  • d6ffcae32a Fix LIKE matching with nondeterministic collations and backslashes. Tom Lane 2026-07-06 14:35:21 -0400
  • 99775b3885 Fix LIKE matching with nondeterministic collations and backslashes. Tom Lane 2026-07-06 14:35:21 -0400
  • 431896a84e Make PLy_elog() use pg_integer_constant_p(). Tom Lane 2026-07-06 13:48:42 -0400
  • 017499a50f Make PLy_elog() use pg_integer_constant_p(). Tom Lane 2026-07-06 13:48:42 -0400
  • d0bb49e611 Fix LIKE/regex optimization for indexscan with exact-match pattern. Tom Lane 2026-07-06 13:06:21 -0400
  • 67cf73ddbe Fix LIKE/regex optimization for indexscan with exact-match pattern. Tom Lane 2026-07-06 13:06:21 -0400
  • 2d7808e6fc Fix LIKE/regex optimization for indexscan with exact-match pattern. Tom Lane 2026-07-06 13:06:21 -0400
  • e8914ec22f Prevent satisfies_hash_partition from crashing with VARIADIC NULL. Robert Haas 2026-07-06 12:12:41 -0400
  • 763ee7ea00 Remove switch statements in vector8_shift_{left,right}. Nathan Bossart 2026-07-06 11:40:02 -0500
  • 2ddc456621 Prevent satisfies_hash_partition from crashing with VARIADIC NULL. Robert Haas 2026-07-06 12:12:41 -0400
  • 0115650de9 Prevent satisfies_hash_partition from crashing with VARIADIC NULL. REL_14_STABLE Robert Haas 2026-07-06 12:12:41 -0400
  • d39b9eed07 Prevent satisfies_hash_partition from crashing with VARIADIC NULL. REL_15_STABLE Robert Haas 2026-07-06 12:12:41 -0400
  • 6de480156b Prevent satisfies_hash_partition from crashing with VARIADIC NULL. REL_16_STABLE Robert Haas 2026-07-06 12:12:41 -0400
  • 52af6fef43 Prevent satisfies_hash_partition from crashing with VARIADIC NULL. REL_17_STABLE Robert Haas 2026-07-06 12:12:41 -0400
  • 0c06ebf126 Prevent satisfies_hash_partition from crashing with VARIADIC NULL. Robert Haas 2026-07-06 12:12:41 -0400
  • cde6ede713 Add comment to describe the various frontend cancel methods Heikki Linnakangas 2026-07-06 19:11:04 +0300
  • 33bfad0f3c Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH Peter Eisentraut 2026-07-06 11:44:55 +0200
  • 73dfe79fd6 Remove apparent support for SECURITY LABEL ON PROPERTY GRAPH Peter Eisentraut 2026-07-06 11:44:55 +0200
  • c8d49ffb00 Forbid generated columns in FOR PORTION OF Peter Eisentraut 2026-07-06 09:19:02 +0200
  • e994f956e4 Forbid generated columns in FOR PORTION OF Peter Eisentraut 2026-07-06 09:19:02 +0200
  • fe5d62951b Fix qual pushdown past grouping with mismatched equivalence Richard Guo 2026-07-06 16:15:45 +0900
  • 98d5d7ee64 Fix qual pushdown past grouping with mismatched equivalence Richard Guo 2026-07-06 16:13:14 +0900
  • 44fb59fc60 Fix qual pushdown past grouping with mismatched equivalence Richard Guo 2026-07-06 16:13:14 +0900
  • 9d1188f298 Emit a warning when io_min_workers exceeds io_max_workers Michael Paquier 2026-07-06 11:37:36 +0900
  • a924407ce0 Improve checks and error messages of pgstat_register_kind() Michael Paquier 2026-07-06 10:49:28 +0900
  • a8fb98b7bf Restore basebackup_progress_done() to preserve ABI Fujii Masao 2026-07-06 09:46:15 +0900
  • fffa4d870b Restore basebackup_progress_done() to preserve ABI Fujii Masao 2026-07-06 09:46:15 +0900
  • a240e8cd23 Restore basebackup_progress_done() to preserve ABI Fujii Masao 2026-07-06 09:46:15 +0900
  • e2ad214dd8 Restore basebackup_progress_done() to preserve ABI Fujii Masao 2026-07-06 09:46:15 +0900
  • 1f8ab91c11 amcheck: Fix memory leak with gin_index_check() Michael Paquier 2026-07-06 09:32:30 +0900
  • 80cfd8aef6 amcheck: Fix memory leak with gin_index_check() Michael Paquier 2026-07-06 09:32:28 +0900
  • e939332c6b amcheck: Fix memory leak with gin_index_check() Michael Paquier 2026-07-06 09:32:25 +0900
  • 56e892a494 Fix psql's pager selection for wrapped expanded output. Tom Lane 2026-07-05 18:11:40 -0400
  • 07abbc93ba Fix psql's pager selection for wrapped expanded output. Tom Lane 2026-07-05 18:11:40 -0400
  • 9f03dab457 Simplify dxsyn_lexize(). Tom Lane 2026-07-05 16:22:40 -0400
  • 0e4f0827f6 Fix properties orphaned by dropping a label Peter Eisentraut 2026-07-05 13:47:18 +0200
  • 45d4c917ff Fix properties orphaned by dropping a label Peter Eisentraut 2026-07-05 13:47:18 +0200
  • 1b17a6e3cd Disallow renaming a rule to "_RETURN". Tom Lane 2026-07-04 11:34:26 -0400
  • eada45dd84 Disallow renaming a rule to "_RETURN". Tom Lane 2026-07-04 11:34:26 -0400
  • a69503fb1e Disallow renaming a rule to "_RETURN". Tom Lane 2026-07-04 11:34:26 -0400
  • e99fb32624 Disallow renaming a rule to "_RETURN". Tom Lane 2026-07-04 11:34:26 -0400
  • a7f7958ab6 Disallow renaming a rule to "_RETURN". Tom Lane 2026-07-04 11:34:26 -0400
  • a8c2547eaa Disallow renaming a rule to "_RETURN". Tom Lane 2026-07-04 11:34:26 -0400
  • 80c7f5467d Disallow renaming a rule to "_RETURN". Tom Lane 2026-07-04 11:34:26 -0400
  • e0ff7fd9aa Make property graph object descriptions better translatable Peter Eisentraut 2026-07-03 23:32:20 +0200
  • d868736830 Make property graph object descriptions better translatable Peter Eisentraut 2026-07-03 23:32:20 +0200
  • b82d69abf6 Remove btree_gist's useless logic for encoding-aware truncation. Tom Lane 2026-07-03 15:31:58 -0400
  • fea9c1884b Tighten up btree_gist's handling of truncated bounds. Tom Lane 2026-07-03 15:25:19 -0400
  • 4b808ed77c Sync signatures of gbt_var_consistent() and gbt_num_consistent(). Tom Lane 2026-07-03 14:23:22 -0400
  • 5e450df50d
    REPACK CONCURRENTLY: Initialize the range table more honestly Álvaro Herrera 2026-07-03 20:04:48 +0200
  • 5ee9d7c299
    REPACK CONCURRENTLY: Initialize the range table more honestly Álvaro Herrera 2026-07-03 20:04:48 +0200
  • 286f9a3cec Fix btree_gist's NotEqual strategy on internal index pages. Tom Lane 2026-07-03 13:50:14 -0400
  • 8f2a1b3d35 Fix btree_gist's NotEqual strategy on internal index pages. Tom Lane 2026-07-03 13:50:14 -0400
  • 0663382c9b Fix btree_gist's NotEqual strategy on internal index pages. Tom Lane 2026-07-03 13:50:14 -0400
  • 86992769e8 Fix btree_gist's NotEqual strategy on internal index pages. Tom Lane 2026-07-03 13:50:14 -0400
  • 12c519207d Fix btree_gist's NotEqual strategy on internal index pages. Tom Lane 2026-07-03 13:50:14 -0400
  • fc6649abef Fix btree_gist's NotEqual strategy on internal index pages. Tom Lane 2026-07-03 13:50:14 -0400
  • eef644e57c Fix btree_gist's NotEqual strategy on internal index pages. Tom Lane 2026-07-03 13:50:14 -0400
  • d6284bbd15 Reverse-engineer some documentation for btree_gist's varlena modules. Tom Lane 2026-07-03 13:18:13 -0400
  • 558c4ea9a4 Use the proper comparator in gbt_bit_ssup_cmp. Tom Lane 2026-07-03 13:11:14 -0400
  • 11cb9c4311 Use the proper comparator in gbt_bit_ssup_cmp. Tom Lane 2026-07-03 13:11:14 -0400
  • a9fa6c69e3 Use the proper comparator in gbt_bit_ssup_cmp. Tom Lane 2026-07-03 13:11:14 -0400
  • cc9aa7f3a9 Resolve unknown-type literals in GRAPH_TABLE COLUMNS Peter Eisentraut 2026-07-03 16:58:31 +0200
  • efd7d8d7d4 Resolve unknown-type literals in GRAPH_TABLE COLUMNS Peter Eisentraut 2026-07-03 16:58:31 +0200
  • c40819ebf9 Prevent access to other sessions' empty temp tables Alexander Korotkov 2026-07-03 15:53:03 +0300
  • 8021cdceb0 Prevent access to other sessions' empty temp tables Alexander Korotkov 2026-07-03 15:53:03 +0300
  • 3aaefe8924 Prevent access to other sessions' empty temp tables Alexander Korotkov 2026-07-03 15:53:03 +0300
  • 4e49f68b72 Prevent access to other sessions' empty temp tables Alexander Korotkov 2026-07-03 15:53:03 +0300
  • cc3fe7e2a7 Prevent access to other sessions' empty temp tables Alexander Korotkov 2026-07-03 15:53:03 +0300
  • 96418a6da9 Fix handling of dropping a property not associated with the given label Peter Eisentraut 2026-07-03 16:06:29 +0200
  • 36aae3d029 Fix handling of dropping a property not associated with the given label Peter Eisentraut 2026-07-03 16:06:29 +0200
  • dd5eca055d Fix tracing of BackendKeyData and CancelRequest Heikki Linnakangas 2026-07-03 14:57:35 +0300
  • 0766bc57e9 Fix tracing of BackendKeyData and CancelRequest Heikki Linnakangas 2026-07-03 14:57:35 +0300
  • b22b619056 Fix tracing of BackendKeyData and CancelRequest Heikki Linnakangas 2026-07-03 14:57:35 +0300
  • fb284f2f9b
    Fix REPACK CONCURRENTLY for stored generated columns Álvaro Herrera 2026-07-03 12:22:37 +0200
  • 3be823486f
    Fix REPACK CONCURRENTLY for stored generated columns Álvaro Herrera 2026-07-03 12:22:37 +0200
  • 7afa11feca Prevent dropping the last label from a property graph element Peter Eisentraut 2026-07-03 11:52:42 +0200
  • ac0ad6a7c9 Prevent dropping the last label from a property graph element Peter Eisentraut 2026-07-03 11:52:42 +0200
  • 617c757405 Add commit fdad19e1cf to .git-blame-ignore-revs. Amit Kapila 2026-07-03 14:05:21 +0530
  • 9bfbf5bf61 Fix log_statement_max_length test with verbose logs Fujii Masao 2026-07-03 14:41:44 +0900
  • 2d44bb9009 psql: Fix \df tab completion for procedures Fujii Masao 2026-07-03 13:50:51 +0900
  • c25737c896 psql: Fix \df tab completion for procedures Fujii Masao 2026-07-03 13:46:35 +0900
  • f9afdb6d1a psql: Fix \df tab completion for procedures Fujii Masao 2026-07-03 13:46:35 +0900
  • 355a4fcf94 psql: Fix \df tab completion for procedures Fujii Masao 2026-07-03 13:46:35 +0900
  • 598af79b1b psql: Fix \df tab completion for procedures Fujii Masao 2026-07-03 13:46:35 +0900
  • 558e0de6d3 psql: Fix \df tab completion for procedures Fujii Masao 2026-07-03 13:46:35 +0900
  • 6d4ca6de97 psql: Fix \df tab completion for procedures Fujii Masao 2026-07-03 13:46:35 +0900
  • ea203d371d pgindent fix for commit 53e6f51ee Richard Guo 2026-07-03 12:31:15 +0900
  • a5422fe3bd pgindent fix for commit 53e6f51ee Richard Guo 2026-07-03 12:31:15 +0900
  • 71fa15af59 Fix typo in pg_stat_us_to_ms() Michael Paquier 2026-07-03 12:22:14 +0900
  • ba4134075a Switch Get[Local]BufferDescriptor() to use a signed value in input Michael Paquier 2026-07-03 12:07:30 +0900
  • 802dc79df6 Remove replication slot advice from MultiXact wraparound hints Fujii Masao 2026-07-03 11:22:15 +0900
  • 814df787f6 Remove replication slot advice from MultiXact wraparound hints Fujii Masao 2026-07-03 11:22:15 +0900
  • 82427eea4d Remove replication slot advice from MultiXact wraparound hints Fujii Masao 2026-07-03 11:21:10 +0900