Commit Graph

  • ef8fe69360 Remove useless casts to (void *) Peter Eisentraut 2025-11-21 16:49:40 +01:00
  • 2aabaa52df Use strtoi64() in pgbench, replacing its open-coded implementation Heikki Linnakangas 2025-11-21 15:03:11 +02:00
  • e6be84356b Update timezone to C99 Peter Eisentraut 2025-11-21 13:01:30 +01:00
  • 97e04c74be C11 alignas instead of unions Peter Eisentraut 2025-11-21 09:57:06 +01:00
  • 266543a620 Use "COPY table TO" for partitioned tables in initial table synchronization. Masahiko Sawada 2025-11-20 14:50:27 -08:00
  • 1e14edcea5 Split PruneFreezeParams initializers to one field per line Melanie Plageman 2025-11-20 17:36:40 -05:00
  • 5d4dc112c7 tools: update tools/codelines to use "git ls-files" Bruce Momjian 2025-11-20 15:23:39 -05:00
  • 65ec565b19 Update PruneState.all_[visible|frozen] earlier in pruning Melanie Plageman 2025-11-20 11:40:36 -05:00
  • 351d7e2441 Keep all_frozen updated in heap_page_prune_and_freeze Melanie Plageman 2025-11-20 10:58:34 -05:00
  • 1937ed7062 Refactor heap_page_prune_and_freeze() parameters into a struct Melanie Plageman 2025-11-20 10:30:43 -05:00
  • fa0ffa2877 doc: Assorted documentation improvements Daniel Gustafsson 2025-11-20 15:04:41 +01:00
  • 20bff3d794 doc: Document how to run a subset of regress tests Daniel Gustafsson 2025-11-20 14:49:33 +01:00
  • 599336c64f Handle EPERM in pg_numa_init Tomas Vondra 2025-11-20 12:51:58 +01:00
  • 482e98ac43 Handle EPERM in pg_numa_init Tomas Vondra 2025-11-20 12:51:58 +01:00
  • b5623cc5e4 Remove obsolete cast Peter Eisentraut 2025-11-20 07:47:48 +01:00
  • d984cef87c doc: Update pg_upgrade documentation to match recent description changes. Fujii Masao 2025-11-20 09:18:51 +09:00
  • aaf035790a doc: Update pg_upgrade documentation to match recent description changes. Fujii Masao 2025-11-20 09:18:51 +09:00
  • 99780da720 Add HINT listing valid encodings to encode() and decode() errors. Fujii Masao 2025-11-20 09:14:02 +09:00
  • 6b46669883 Drop support for MSVCRT's float formatting quirk. Thomas Munro 2025-11-20 10:23:44 +13:00
  • 7ab9b34614 Drop support for MSVCRT's %I64 format strings. Thomas Munro 2025-11-20 10:04:11 +13:00
  • 057012b205 Speed up eqjoinsel() with lots of MCV entries. Tom Lane 2025-11-19 13:22:12 -05:00
  • 11cc0f4522 Print new OldestXID value in pg_resetwal when it's being changed Heikki Linnakangas 2025-11-19 18:05:42 +02:00
  • 7c494072bc Print new OldestXID value in pg_resetwal when it's being changed Heikki Linnakangas 2025-11-19 18:05:42 +02:00
  • 890cc81b6e Print new OldestXID value in pg_resetwal when it's being changed Heikki Linnakangas 2025-11-19 18:05:42 +02:00
  • f2e0ca0af9 Print new OldestXID value in pg_resetwal when it's being changed Heikki Linnakangas 2025-11-19 18:05:42 +02:00
  • 19594271c1 Print new OldestXID value in pg_resetwal when it's being changed Heikki Linnakangas 2025-11-19 18:05:42 +02:00
  • d5b4f3a6d4 Print new OldestXID value in pg_resetwal when it's being changed Heikki Linnakangas 2025-11-19 18:05:42 +02:00
  • c99436f433 doc: Update formula for vacuum insert threshold. Nathan Bossart 2025-11-19 10:01:37 -06:00
  • cbdce71b99 doc: Update formula for vacuum insert threshold. Nathan Bossart 2025-11-19 10:01:37 -06:00
  • 86b276a4a9 Fix indentation Peter Eisentraut 2025-11-19 10:41:28 +01:00
  • 0fc33b0053 Fix NLS for incorrect GUC enum value hint message Peter Eisentraut 2025-11-19 08:46:31 +01:00
  • 300c8f5324 Add <stdalign.h> to c.h Peter Eisentraut 2025-11-19 08:02:05 +01:00
  • db0d2d75d0 Fix typo in nodeHash.c Richard Guo 2025-11-19 11:04:03 +09:00
  • 4d3f623ea8 Fix typo in nodeHash.c Richard Guo 2025-11-19 11:04:03 +09:00
  • 6a51707551 Fix pg_popcount_aarch64.c to build with ancient glibc releases. Tom Lane 2025-11-18 16:16:51 -05:00
  • 3e83bdd35a Fix pg_popcount_aarch64.c to build with ancient glibc releases. Tom Lane 2025-11-18 16:16:46 -05:00
  • b1fbc6494e Fix typo Álvaro Herrera 2025-11-18 19:31:23 +01:00
  • 77fb3959a4 Fix typo Álvaro Herrera 2025-11-18 19:31:23 +01:00
  • b85397481c Don't allow CTEs to determine semantic levels of aggregates. Tom Lane 2025-11-18 12:56:55 -05:00
  • 9f5a58aacf Don't allow CTEs to determine semantic levels of aggregates. Tom Lane 2025-11-18 12:56:55 -05:00
  • 1c8c3206f4 Don't allow CTEs to determine semantic levels of aggregates. Tom Lane 2025-11-18 12:56:55 -05:00
  • 075a763e2d Don't allow CTEs to determine semantic levels of aggregates. Tom Lane 2025-11-18 12:56:55 -05:00
  • 12bc329177 Don't allow CTEs to determine semantic levels of aggregates. Tom Lane 2025-11-18 12:56:55 -05:00
  • 35b5c62c3a Don't allow CTEs to determine semantic levels of aggregates. Tom Lane 2025-11-18 12:56:55 -05:00
  • faf4128ad3 Add commit f63ae72bbc to .git-blame-ignore-revs. Nathan Bossart 2025-11-18 10:32:22 -06:00
  • 379f0e9f72 Check for tabs in postgresql.conf.sample. Nathan Bossart 2025-11-18 10:28:36 -06:00
  • f63ae72bbc Switch from tabs to spaces in postgresql.conf.sample. Nathan Bossart 2025-11-18 10:28:36 -06:00
  • aeebb49b7c Update .editorconfig and .gitattributes for postgresql.conf.sample. Nathan Bossart 2025-11-18 10:28:36 -06:00
  • c05dee1911 Log a note at program start when running in dry-run mode Álvaro Herrera 2025-11-18 16:13:29 +01:00
  • 75e82b2f5a Optimize shared memory usage for WaitLSNProcInfo Alexander Korotkov 2025-11-18 09:50:12 +02:00
  • 694b4ab33b pg_buffercache: Fix incorrect result cast for relforknumber Michael Paquier 2025-11-18 15:46:43 +09:00
  • fce13424b9 doc: Fix style of description for pg_buffercache_numa.os_page_num Michael Paquier 2025-11-18 14:17:54 +09:00
  • 3edaf29fa5 Rename two columns in pg_stat_subscription_stats. Amit Kapila 2025-11-18 03:58:55 +00:00
  • c677f2b09f Doc: Use <structfield> markup for sequence fields. Amit Kapila 2025-11-18 03:48:00 +00:00
  • b56c26c493 doc: clarify that pg_upgrade preserves "optimizer" stats. Bruce Momjian 2025-11-17 18:55:41 -05:00
  • 792353f7d5 doc: clarify that pg_upgrade preserves "optimizer" stats. Bruce Momjian 2025-11-17 18:55:41 -05:00
  • 29a3e22f35 Define PS_USE_CLOBBER_ARGV on GNU/Hurd. Thomas Munro 2025-11-18 10:30:34 +13:00
  • 3995e4a9d8 Define PS_USE_CLOBBER_ARGV on GNU/Hurd. Thomas Munro 2025-11-18 10:30:34 +13:00
  • a6eac2273e Use streaming read I/O in BRIN vacuum scan. Masahiko Sawada 2025-11-17 13:22:20 -08:00
  • db4eba1526 Fix pg_crc32c_armv8_choose.c to build with ancient glibc releases. Tom Lane 2025-11-17 15:24:34 -05:00
  • 6d969ca687 Fix pg_crc32c_armv8_choose.c to build with ancient glibc releases. Tom Lane 2025-11-17 15:24:34 -05:00
  • 9a991d414e Update .abi-compliance-history for change to CreateStatistics(). Nathan Bossart 2025-11-17 14:14:41 -06:00
  • 1cd020324e Update .abi-compliance-history for change to CreateStatistics(). Nathan Bossart 2025-11-17 14:14:41 -06:00
  • 6b8a2b4462 Update .abi-compliance-history for change to CreateStatistics(). Nathan Bossart 2025-11-17 14:14:41 -06:00
  • ad5cc3ad89 Update .abi-compliance-history for change to CreateStatistics(). Nathan Bossart 2025-11-17 14:14:41 -06:00
  • 3e85af1ff4 Update .abi-compliance-history for change to CreateStatistics(). Nathan Bossart 2025-11-17 14:14:41 -06:00
  • bf5b13a8a0 Clean up match_orclause_to_indexcol(). Tom Lane 2025-11-17 13:54:52 -05:00
  • ed931377ab Clean up match_orclause_to_indexcol(). Tom Lane 2025-11-17 13:54:52 -05:00
  • 6793d6a839 doc: Document default values for some pg_recvlogical options. Fujii Masao 2025-11-17 23:24:39 +09:00
  • ab805989b2 Fix typos in logical replication code comments Daniel Gustafsson 2025-11-17 13:37:25 +01:00
  • 74561f8f71 Mention md5 deprecation in postgresql.conf.sample Daniel Gustafsson 2025-11-17 12:18:18 +01:00
  • 721bf9ce18 Mention md5 deprecation in postgresql.conf.sample Daniel Gustafsson 2025-11-17 12:18:18 +01:00
  • e76defbcf0 Rework output format of pg_dependencies Michael Paquier 2025-11-17 10:44:26 +09:00
  • 1f927cce44 Rework output format of pg_ndistinct Michael Paquier 2025-11-17 09:52:20 +09:00
  • 32b236644d Define PS_USE_CLOBBER_ARGV on GNU/Hurd. Thomas Munro 2025-11-17 12:01:12 +13:00
  • bcfca332f1 Define PS_USE_CLOBBER_ARGV on GNU/Hurd. Thomas Munro 2025-11-17 12:01:12 +13:00
  • d66a922f92 Define PS_USE_CLOBBER_ARGV on GNU/Hurd. Thomas Munro 2025-11-17 12:01:12 +13:00
  • a1407daded Define PS_USE_CLOBBER_ARGV on GNU/Hurd. Thomas Munro 2025-11-17 12:01:12 +13:00
  • 586d63214e Adjust MemSet macro to use size_t rather than long David Rowley 2025-11-17 12:27:00 +13:00
  • 9c047da51f Get rid of long datatype in CATCACHE_STATS enabled builds David Rowley 2025-11-17 12:26:41 +13:00
  • e7cde9dad2 Add test for temporary file removal and WITH HOLD cursor Michael Paquier 2025-11-17 08:01:04 +09:00
  • d6c415c4b4 Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update. Dean Rasheed 2025-11-16 22:15:45 +00:00
  • 5749d95d47 Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update. Dean Rasheed 2025-11-16 22:15:10 +00:00
  • 1b92fe7bb9 Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent update. Dean Rasheed 2025-11-16 22:14:06 +00:00
  • 5d5b05c18e Doc: include MERGE in variable substitution command list David Rowley 2025-11-17 10:53:15 +13:00
  • 2791d49879 Doc: include MERGE in variable substitution command list David Rowley 2025-11-17 10:52:51 +13:00
  • 213596a0c1 Doc: include MERGE in variable substitution command list David Rowley 2025-11-17 10:52:30 +13:00
  • 2ed2e71cdf Doc: include MERGE in variable substitution command list David Rowley 2025-11-17 10:52:08 +13:00
  • 2b54a1abdb Doc: include MERGE in variable substitution command list David Rowley 2025-11-17 10:51:26 +13:00
  • 23792d7381 Fix incorrect function name in comments Alexander Korotkov 2025-11-15 12:16:54 +02:00
  • ede6acef49 Fix WaitLSNWakeup() fast-path check for InvalidXLogRecPtr Alexander Korotkov 2025-11-15 12:16:23 +02:00
  • 446568c222 Add test for postgresql.conf.sample line syntax Daniel Gustafsson 2025-11-14 23:44:56 +01:00
  • c732139924 Comment out autovacuum_worker_slots in postgresql.conf.sample. Nathan Bossart 2025-11-14 13:45:04 -06:00
  • 478c4814a0 Comment out autovacuum_worker_slots in postgresql.conf.sample. Nathan Bossart 2025-11-14 13:45:04 -06:00
  • 4c179ccb05 Add note about CreateStatistics()'s selective use of check_rights. Nathan Bossart 2025-11-14 13:20:09 -06:00
  • d61af52ad1 Add note about CreateStatistics()'s selective use of check_rights. Nathan Bossart 2025-11-14 13:20:09 -06:00
  • 414e1ece9d Add note about CreateStatistics()'s selective use of check_rights. Nathan Bossart 2025-11-14 13:20:09 -06:00
  • 505ce19a20 Add note about CreateStatistics()'s selective use of check_rights. Nathan Bossart 2025-11-14 13:20:09 -06:00
  • 29cf93b4b2 Add note about CreateStatistics()'s selective use of check_rights. Nathan Bossart 2025-11-14 13:20:09 -06:00
  • 7506bdbbf4 Add note about CreateStatistics()'s selective use of check_rights. Nathan Bossart 2025-11-14 13:20:09 -06:00