Commit Graph

  • 656736402f Remove extra semicolon in example Magnus Hagander 2025-10-13 15:28:20 +02:00
  • e062af861b Remove extra semicolon in example Magnus Hagander 2025-10-13 15:26:37 +02:00
  • 7a662a46eb Remove unused nbtree array advancement variable. Peter Geoghegan 2025-10-12 14:04:08 -04:00
  • 9de72704e0 Remove unused nbtree array advancement variable. Peter Geoghegan 2025-10-12 14:04:06 -04:00
  • eac2b1697d Restore test coverage of LZ4Stream_gets(). Tom Lane 2025-10-11 16:33:55 -04:00
  • 26d1cd375f Restore test coverage of LZ4Stream_gets(). Tom Lane 2025-10-11 16:33:55 -04:00
  • 661b320ed4 Restore test coverage of LZ4Stream_gets(). Tom Lane 2025-10-11 16:33:55 -04:00
  • b753be38a4 Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 2025-10-11 20:30:12 +02:00
  • bdae984956 Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 2025-10-11 20:30:12 +02:00
  • b835759ec7 Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 2025-10-11 20:30:12 +02:00
  • ea06f97eeb Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 2025-10-11 20:30:12 +02:00
  • 3231fd0455 Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 2025-10-11 20:30:12 +02:00
  • 08c037dff9 Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 2025-10-11 20:30:12 +02:00
  • 23b316c36a dbase_redo: Fix Valgrind-reported memory leak Álvaro Herrera 2025-10-11 16:39:22 +02:00
  • c72b5c5360 dbase_redo: Fix Valgrind-reported memory leak Álvaro Herrera 2025-10-11 16:39:22 +02:00
  • f9993ac646 dbase_redo: Fix Valgrind-reported memory leak Álvaro Herrera 2025-10-11 16:39:22 +02:00
  • ff47f9c16c dbase_redo: Fix Valgrind-reported memory leak Álvaro Herrera 2025-10-11 16:39:22 +02:00
  • 33e7b4a7c7 dbase_redo: Fix Valgrind-reported memory leak Álvaro Herrera 2025-10-11 16:39:22 +02:00
  • 843e50208a Remove overzealous _bt_killitems assertion. Peter Geoghegan 2025-10-10 14:52:25 -04:00
  • 61de81a496 Remove overzealous _bt_killitems assertion. Peter Geoghegan 2025-10-10 14:52:23 -04:00
  • ae15cebc20 Remove overzealous _bt_killitems assertion. Peter Geoghegan 2025-10-10 14:52:21 -04:00
  • c160fd4691 Remove overzealous _bt_killitems assertion. Peter Geoghegan 2025-10-10 14:52:19 -04:00
  • ca0c939086 Remove overzealous _bt_killitems assertion. Peter Geoghegan 2025-10-10 14:52:17 -04:00
  • 314004021e Remove overzealous _bt_killitems assertion. Peter Geoghegan 2025-10-10 14:52:14 -04:00
  • af302ff6b8 Remove overzealous _bt_killitems assertion. Peter Geoghegan 2025-10-10 14:52:12 -04:00
  • 5bc057d1f3 Fix two typos in xlogstats.h and xlogstats.c Michael Paquier 2025-10-10 11:51:55 +09:00
  • fa30f0cb06 Fix two typos in xlogstats.h and xlogstats.c Michael Paquier 2025-10-10 11:51:53 +09:00
  • ede2f6b893 Fix two typos in xlogstats.h and xlogstats.c Michael Paquier 2025-10-10 11:51:51 +09:00
  • ed047ce0a8 Fix two typos in xlogstats.h and xlogstats.c Michael Paquier 2025-10-10 11:51:50 +09:00
  • 3a36543d7d Fix two typos in xlogstats.h and xlogstats.c Michael Paquier 2025-10-10 11:51:45 +09:00
  • c878d98084 Remove state.tmp when failing to save a replication slot Michael Paquier 2025-10-10 09:24:59 +09:00
  • f57f2760e6 Remove state.tmp when failing to save a replication slot Michael Paquier 2025-10-10 09:24:57 +09:00
  • 0adf424b49 Remove state.tmp when failing to save a replication slot Michael Paquier 2025-10-10 09:24:54 +09:00
  • bfdd1a12d2 Remove state.tmp when failing to save a replication slot Michael Paquier 2025-10-10 09:24:53 +09:00
  • 42348839d8 Remove state.tmp when failing to save a replication slot Michael Paquier 2025-10-10 09:24:50 +09:00
  • 9a6ea00ac8 Remove state.tmp when failing to save a replication slot Michael Paquier 2025-10-10 09:24:48 +09:00
  • 912af1c7e9 Remove state.tmp when failing to save a replication slot Michael Paquier 2025-10-10 09:23:59 +09:00
  • c819d1017d bufmgr: Fix valgrind checking for buffers pinned in StrategyGetBuffer() Andres Freund 2025-10-09 16:27:08 -04:00
  • 9d46b86529 test_bitmapset: Improve random function Michael Paquier 2025-10-10 07:20:03 +09:00
  • d96f87332b Eliminate COPY FREEZE use of XLOG_HEAP2_VISIBLE Melanie Plageman 2025-10-09 16:25:50 -04:00
  • 1b073cba49 Cleanup VACUUM option processing error messages David Rowley 2025-10-10 09:25:23 +13:00
  • 89d57c1fb3 Clean up memory leakage that occurs in context callback functions. Tom Lane 2025-10-09 15:37:42 -04:00
  • c40761759f Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada 2025-10-09 10:59:36 -07:00
  • b07682bce3 Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada 2025-10-09 10:59:34 -07:00
  • a61592253e Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada 2025-10-09 10:59:31 -07:00
  • 32b95fc71b Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada 2025-10-09 10:59:29 -07:00
  • b46efe9048 Fix access-to-already-freed-memory issue in pgoutput. Masahiko Sawada 2025-10-09 10:59:27 -07:00
  • 71540dcdcb Avoid uninitialized-variable warnings from older compilers. Tom Lane 2025-10-09 10:33:55 -04:00
  • 36fd8bde1b Fix comment in eager_aggregate.sql Richard Guo 2025-10-09 17:50:54 +09:00
  • f997d777ad Remove unnecessary include of "utils/fmgroids.h" Richard Guo 2025-10-09 17:49:20 +09:00
  • dc9125111b Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions Amit Langote 2025-10-09 01:07:52 -04:00
  • 09f86a42f2 Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions Amit Langote 2025-10-09 01:07:36 -04:00
  • 8d02f49696 Remove duplicated log related to slot creation in pg_createsubscriber Michael Paquier 2025-10-09 14:02:24 +09:00
  • 96b3784973 Add "ALL SEQUENCES" support to publications. Amit Kapila 2025-10-09 03:48:54 +00:00
  • ef5e60a9d3 Fix internal error from CollateExpr in SQL/JSON DEFAULT expressions Amit Langote 2025-10-09 01:07:59 -04:00
  • a5a68dd6d5 Make truncate_useless_pathkeys() consider WindowFuncs David Rowley 2025-10-09 12:38:33 +13:00
  • 5e89985928 bufmgr: Don't lock buffer header in StrategyGetBuffer() Andres Freund 2025-10-08 17:01:10 -04:00
  • 3baae90013 bufmgr: fewer calls to BufferDescriptorGetContentLock Andres Freund 2025-10-08 16:06:19 -04:00
  • 2a2e1b470b bufmgr: Fix signedness of mask variable in BufferSync() Andres Freund 2025-10-08 14:34:30 -04:00
  • 3c2b97b29e bufmgr: Introduce FlushUnlockedBuffer Andres Freund 2025-10-08 14:34:30 -04:00
  • 819dc118c0 Improve ReadRecentBuffer() scalability Andres Freund 2025-10-08 12:57:52 -04:00
  • d3b6183dd9 Add mem_exceeded_count column to pg_stat_replication_slots. Masahiko Sawada 2025-10-08 10:05:04 -07:00
  • 14ad0d7bf2 Cleanup NAN code in float.h, too. Tom Lane 2025-10-08 12:19:53 -04:00
  • 4685977cc5 Add extension_state member to PlannedStmt. Robert Haas 2025-10-08 09:07:49 -04:00
  • 94f3ad3961 Add planner_setup_hook and planner_shutdown_hook. Robert Haas 2025-10-08 09:05:38 -04:00
  • c83ac02ec7 Add ExplainState argument to pg_plan_query() and planner(). Robert Haas 2025-10-08 08:33:29 -04:00
  • 8e11859102 Implement Eager Aggregation Richard Guo 2025-10-08 17:04:23 +09:00
  • 185e304263 Allow negative aggtransspace to indicate unbounded state size Richard Guo 2025-10-08 17:01:48 +09:00
  • 138da727a1 Improve description of some WAL records for GIN Michael Paquier 2025-10-08 13:57:04 +09:00
  • b71bae41a0 Add stats_reset to pg_stat_user_functions Michael Paquier 2025-10-08 12:43:40 +09:00
  • 035b09131d Fix typo in function header comment. Amit Kapila 2025-10-08 03:17:05 +00:00
  • 2273fa32bc Fix Coverity issues reported in commit 25a30bbd423. Tatsuo Ishii 2025-10-08 09:26:49 +09:00
  • 3bf905692c Cleanup INFINITY code in float.h David Rowley 2025-10-08 12:07:17 +13:00
  • 64095d1574 Remove PlannerInfo's join_search_private method. Robert Haas 2025-08-20 15:10:52 -04:00
  • 0132dddab3 Allow private state in certain planner data structures. Robert Haas 2025-10-07 12:09:30 -04:00
  • afd532c3a8 Adjust new TAP test to work on macOS. Tom Lane 2025-10-07 11:47:27 -04:00
  • 27da1a796f Improve psql's ability to select pager mode accurately. Tom Lane 2025-10-07 10:57:56 -04:00
  • 8c49a484e8 Assign each subquery a unique name prior to planning it. Robert Haas 2025-10-07 09:18:54 -04:00
  • 9ea4a2b4f1 doc: Add missing parenthesis in pg_stat_progress_analyze docs Daniel Gustafsson 2025-10-07 15:02:20 +02:00
  • 8c2d5d4f11 doc: Add missing parenthesis in pg_stat_progress_analyze docs Daniel Gustafsson 2025-10-07 15:02:20 +02:00
  • c53775185d Fix compile of src/tutorial/funcs.c Álvaro Herrera 2025-10-07 10:45:57 +02:00
  • 9c9d41af4d Teach planner to short-circuit EXCEPT/INTERSECT with dummy inputs David Rowley 2025-10-07 17:17:52 +13:00
  • 928df067d1 Fix incorrect targetlist in dummy UNIONs David Rowley 2025-10-07 14:15:04 +13:00
  • 771cfe22a0 Avoid unnecessary GinFormTuple() calls for incompressible posting lists. Masahiko Sawada 2025-10-06 14:02:01 -07:00
  • ec8719ccbf Optimize hex_encode() and hex_decode() using SIMD. Nathan Bossart 2025-10-06 12:28:50 -05:00
  • 5b5e8a29c1 Revert "Improve docs syntax checking" Andrew Dunstan 2025-10-06 07:53:31 -04:00
  • b93172ca59 Expose sequence page LSN via pg_get_sequence_data. Amit Kapila 2025-10-06 08:27:22 +00:00
  • 42c6b74d89 Add comment in ginxlog.h about block used with ginxlogInsertListPage Michael Paquier 2025-10-06 16:23:51 +09:00
  • 7072a8855e Remove block information from description of some WAL records for GIN Michael Paquier 2025-10-06 16:14:59 +09:00
  • a5b543258a Add stats_reset to pg_stat_all_{tables,indexes} and related views Michael Paquier 2025-10-06 15:31:21 +09:00
  • c173aaff98 Add test for pg_stat_reset_single_table_counters() on index Michael Paquier 2025-10-06 14:34:45 +09:00
  • 0c7f103028 Fix two comments in numeric.c Michael Paquier 2025-10-06 11:18:30 +09:00
  • fc287cf3c4 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane 2025-10-05 16:27:47 -04:00
  • f46d77377b Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane 2025-10-05 16:27:47 -04:00
  • 771b106d19 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane 2025-10-05 16:27:47 -04:00
  • 46c4478db4 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane 2025-10-05 16:27:47 -04:00
  • 1c4671f7b7 Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane 2025-10-05 16:27:47 -04:00
  • d83879a32b Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane 2025-10-05 16:27:47 -04:00
  • ea78bd6d5d Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. Tom Lane 2025-10-05 16:27:47 -04:00
  • 1a8b5b11e4 Don't include access/htup_details.h in executor/tuptable.h Álvaro Herrera 2025-10-05 18:00:38 +02:00