Commit Graph

  • 2f48b4f075 Fix Assert failure in XMLTABLE parser Richard Guo 2025-05-15 17:09:04 +09:00
  • fe29b2a1da Fix Assert failure in XMLTABLE parser Richard Guo 2025-05-15 17:09:04 +09:00
  • 2c0ed86d39 Add explicit initialization for all PlannerGlobal fields Richard Guo 2025-05-14 09:59:31 +09:00
  • 7f4ca9edb4 Fix order of parameters in POD documentation Daniel Gustafsson 2025-05-13 07:29:14 -04:00
  • 7f1da18d67 Fix order of parameters in POD documentation Daniel Gustafsson 2025-05-13 07:29:14 -04:00
  • 9c94d983d6 Fix order of parameters in POD documentation Daniel Gustafsson 2025-05-13 07:29:14 -04:00
  • c5639196ca Fix order of parameters in POD documentation Daniel Gustafsson 2025-05-13 07:29:14 -04:00
  • 6e289f2d5d Fix order of parameters in POD documentation Daniel Gustafsson 2025-05-13 07:29:14 -04:00
  • 8ede692de5 Fix the race condition in the test added by 7c99dc587. Amit Kapila 2025-05-13 09:54:29 +05:30
  • dbf42b84ac Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT] Álvaro Herrera 2025-05-11 10:16:45 -04:00
  • a15102f08e Fix comment of tsquerysend() Álvaro Herrera 2025-05-11 09:47:10 -04:00
  • 4bccb09f4b Fix comment of tsquerysend() Álvaro Herrera 2025-05-11 09:47:10 -04:00
  • d2d3cd056d Fix comment of tsquerysend() Álvaro Herrera 2025-05-11 09:47:10 -04:00
  • 2dac114e2c Fix comment of tsquerysend() Álvaro Herrera 2025-05-11 09:47:10 -04:00
  • e65d8be042 Fix comment of tsquerysend() Álvaro Herrera 2025-05-11 09:47:10 -04:00
  • 0588656366 Fix comment of tsquerysend() Álvaro Herrera 2025-05-11 09:47:10 -04:00
  • dc9a2d54fd relcache: Avoid memory leak on tables with no CHECK constraints Álvaro Herrera 2025-05-11 09:22:12 -04:00
  • 7b2ad43426 Sort includes in alphabetical order Álvaro Herrera 2025-05-11 09:15:05 -04:00
  • a05cf22e05 Fix incorrect "return NULL" in BumpAllocLarge(). Tom Lane 2025-05-10 20:22:39 -04:00
  • d4a7e4e179 Fix incorrect "return NULL" in BumpAllocLarge(). Tom Lane 2025-05-10 20:22:39 -04:00
  • 4a4ee0c2c1 Remove GLOBALTABLESPACE_OID assert for locked buffers. Noah Misch 2025-05-10 07:36:27 -07:00
  • 99ddf8615c doc PG 18 relnotes: mv. hash joins and GROUP BY item to General Bruce Momjian 2025-05-09 23:39:34 -04:00
  • c259ba881c aio: Use runtime arguments with injections points in tests Michael Paquier 2025-05-10 12:36:57 +09:00
  • 36e5fda632 injection_points: Add support and tests for runtime arguments Michael Paquier 2025-05-10 07:40:25 +09:00
  • 371f2db8b0 Add support for runtime arguments in injection points Michael Paquier 2025-05-10 06:56:26 +09:00
  • 89372d0aaa doc PG 18 relnotes: fix missing parens for crc32c() Bruce Momjian 2025-05-09 14:15:54 -04:00
  • 793aa989f8 Skip RSA-PSS ssl test when using LibreSSL. Tom Lane 2025-05-09 12:29:01 -04:00
  • cad781b3e5 Skip RSA-PSS ssl test when using LibreSSL. Tom Lane 2025-05-09 12:29:01 -04:00
  • 3007fee7f2 Skip RSA-PSS ssl test when using LibreSSL. Tom Lane 2025-05-09 12:29:01 -04:00
  • 95129709fd Skip RSA-PSS ssl test when using LibreSSL. Tom Lane 2025-05-09 12:29:01 -04:00
  • 00811a96ac Ooops ... add required configure support. Tom Lane 2025-05-09 12:24:25 -04:00
  • 75d73331d0 Hack one ssl test case to pass with current LibreSSL. Tom Lane 2025-05-09 11:53:51 -04:00
  • 27fbf7cb63 Centralize ssl tests' check for whether we're using LibreSSL. Tom Lane 2025-05-09 11:50:33 -04:00
  • 976a8c2170 Centralize ssl tests' check for whether we're using LibreSSL. Tom Lane 2025-05-09 11:50:33 -04:00
  • 1ddb9e14ea Centralize ssl tests' check for whether we're using LibreSSL. Tom Lane 2025-05-09 11:50:33 -04:00
  • 0aaf69965d Centralize ssl tests' check for whether we're using LibreSSL. Tom Lane 2025-05-09 11:50:33 -04:00
  • bc35adee8d doc: Put new options in consistent order on man pages Peter Eisentraut 2025-05-09 08:55:05 +02:00
  • b28c59a6cd Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays Heikki Linnakangas 2025-05-08 22:01:25 +03:00
  • 965213d9c5 Use more mundane 'int' type for cancel key lengths in libpq Heikki Linnakangas 2025-05-08 22:01:20 +03:00
  • 9d710a1ac0 PG 18 relnotes: adjust RETURNING new/old item Bruce Momjian 2025-05-08 11:11:08 -04:00
  • f2d5b571f3 doc: Fix title markup for AT TIME ZONE and AT LOCAL Daniel Gustafsson 2025-05-08 13:53:16 +02:00
  • 8fcc648780 doc: Fix title markup for AT TIME ZONE and AT LOCAL Daniel Gustafsson 2025-05-08 13:53:16 +02:00
  • c06e909c26 Track the number of presorted outer pathkeys in MergePath Richard Guo 2025-05-08 18:21:32 +09:00
  • 773db22269 Suppress unnecessary explicit sorting for EPQ mergejoin path Richard Guo 2025-05-08 18:20:18 +09:00
  • 9fef27a83b doc PG 18 relnotes: adjust pg_log_backend_memory_contexts() Bruce Momjian 2025-05-07 21:11:16 -04:00
  • f8d49aa130 doc PG 18 relnotes: add pg_log_backend_memory_contexts() mention Bruce Momjian 2025-05-07 20:36:21 -04:00
  • 69aca072eb doc PG 18 relnotes: adjust pgbench per-script reporting item Bruce Momjian 2025-05-07 16:56:26 -04:00
  • 3bd5271729 doc PG 18 relnotes: mention GROUP SET fixes Bruce Momjian 2025-05-07 16:39:26 -04:00
  • 16bf24e0e4 Remove pg_replication_origin's TOAST table. Nathan Bossart 2025-05-07 14:47:36 -05:00
  • 5f4d98d4f3 Prevent premature nbtree array advancement. Peter Geoghegan 2025-05-07 15:20:42 -04:00
  • 7e25c9363a nbtree: tighten up array recheck rules. Peter Geoghegan 2025-05-07 15:17:40 -04:00
  • acea3fc49f pg_dumpall: Add --sequence-data. Nathan Bossart 2025-05-07 13:36:51 -05:00
  • ab42d643c1 Refactor ChangeVarNodesExtended() using the custom callback Alexander Korotkov 2025-05-07 11:10:16 +03:00
  • 2448c7a9e0 doc: Put some psql documentation pieces back into alphabetical order Peter Eisentraut 2025-05-04 20:38:42 +02:00
  • c0cf282551 Remove some tabs in C string literals Peter Eisentraut 2025-05-04 13:04:46 +02:00
  • c11bd5f500 doc: Add link to table Peter Eisentraut 2025-05-04 12:43:10 +02:00
  • a2c6d84acd doc: Fix up spacing around verbatim DocBook elements Peter Eisentraut 2025-05-04 12:39:21 +02:00
  • c4c236ab5c Fix some comments related to IO workers Michael Paquier 2025-05-07 14:55:57 +09:00
  • 09a47c68e2 Fix whitespace Peter Eisentraut 2025-05-07 07:01:03 +02:00
  • b560ce7884 doc PG 18 relnotes: adjust partition planning item Bruce Momjian 2025-05-06 21:15:44 -04:00
  • ada78f9bef doc PG 18 relnotes: small adjustments regarding options Bruce Momjian 2025-05-06 17:17:46 -04:00
  • 575f6003ed doc PG 18 relnotes: move partition locking item to General Perf Bruce Momjian 2025-05-06 16:03:56 -04:00
  • 45750c6cfe doc PG 18 relnotes: adjust partition items Bruce Momjian 2025-05-06 15:45:03 -04:00
  • 8b3c5d9f52 Stamp 13.21. REL_13_21 Tom Lane 2025-05-05 16:34:49 -04:00
  • 8bde80e30e Stamp 14.18. REL_14_18 Tom Lane 2025-05-05 16:33:27 -04:00
  • 5261b40acb Stamp 15.13. REL_15_13 Tom Lane 2025-05-05 16:31:49 -04:00
  • 6e4ab1b691 Stamp 16.9. REL_16_9 Tom Lane 2025-05-05 16:30:08 -04:00
  • 5e2f3df49d Stamp 17.5. REL_17_5 Tom Lane 2025-05-05 16:28:35 -04:00
  • caa76b91a6 Stamp 18beta1. REL_18_BETA1 Tom Lane 2025-05-05 16:25:46 -04:00
  • c0e6aace02 doc PG 18 relnotes: reword OAuth item Bruce Momjian 2025-05-05 15:42:03 -04:00
  • 0de2e1c8b5 doc PG 18 relnotes: add mention of pg_stat_reset_backend_stats() Bruce Momjian 2025-05-05 14:56:58 -04:00
  • 092e72a930 doc PG 18 relnotes: adjust hash item Bruce Momjian 2025-05-05 12:30:35 -04:00
  • cf847d6340 doc PG 18 relnotes: split partition optimizer item into two Bruce Momjian 2025-05-05 11:59:56 -04:00
  • 5dff5ce863 Last-minute updates for release notes. Tom Lane 2025-05-05 11:29:49 -04:00
  • d9cee6a5f2 Last-minute updates for release notes. Tom Lane 2025-05-05 11:29:49 -04:00
  • 4b6f246b67 Last-minute updates for release notes. Tom Lane 2025-05-05 11:29:49 -04:00
  • ce12d66ce7 Last-minute updates for release notes. Tom Lane 2025-05-05 11:29:49 -04:00
  • ecbe349e91 Last-minute updates for release notes. Tom Lane 2025-05-05 11:29:49 -04:00
  • cbadeaca92 With GB18030, prevent SIGSEGV from reading past end of allocation. Noah Misch 2025-05-05 04:52:04 -07:00
  • 3f2ab73934 With GB18030, prevent SIGSEGV from reading past end of allocation. Noah Misch 2025-05-05 04:52:04 -07:00
  • 44ba3f55f5 With GB18030, prevent SIGSEGV from reading past end of allocation. Noah Misch 2025-05-05 04:52:04 -07:00
  • 7279e58205 Refactor test_escape.c for additional ways of testing. Noah Misch 2025-05-05 04:52:04 -07:00
  • 258cde839d Refactor test_escape.c for additional ways of testing. Noah Misch 2025-05-05 04:52:04 -07:00
  • 45fe7e08f0 Refactor test_escape.c for additional ways of testing. Noah Misch 2025-05-05 04:52:04 -07:00
  • d1264948fc With GB18030, prevent SIGSEGV from reading past end of allocation. Noah Misch 2025-05-05 04:52:04 -07:00
  • ec5f89e8a2 With GB18030, prevent SIGSEGV from reading past end of allocation. Noah Misch 2025-05-05 04:52:04 -07:00
  • f3bb0b2c4a Refactor test_escape.c for additional ways of testing. Noah Misch 2025-05-05 04:52:04 -07:00
  • 617d34908b Refactor test_escape.c for additional ways of testing. Noah Misch 2025-05-05 04:52:04 -07:00
  • 627acc3caa With GB18030, prevent SIGSEGV from reading past end of allocation. Noah Misch 2025-05-05 04:52:04 -07:00
  • 5be213caaa Refactor test_escape.c for additional ways of testing. Noah Misch 2025-05-05 04:52:04 -07:00
  • b0ace85e1b Translation updates Peter Eisentraut 2025-05-05 12:25:11 +02:00
  • 9dcd8c723c Translation updates Peter Eisentraut 2025-05-05 12:22:42 +02:00
  • 5449bf7247 Translation updates Peter Eisentraut 2025-05-05 12:20:37 +02:00
  • 7648d26817 Translation updates Peter Eisentraut 2025-05-05 12:17:53 +02:00
  • 954aacaee3 Translation updates Peter Eisentraut 2025-05-05 12:14:36 +02:00
  • 18c4fff640 Translation updates Peter Eisentraut 2025-05-05 12:04:49 +02:00
  • b3754dcc9f doc PG 18 relnotes: adjust COPY and REJECT_LIMIT items Bruce Momjian 2025-05-04 22:37:20 -04:00
  • d83981c24b doc PG 18 relnotes: move and clarify constraint items Bruce Momjian 2025-05-04 22:08:20 -04:00
  • 8c9eec540d doc PG 18 relnotes: add commit for cancel key and protocol neg. Bruce Momjian 2025-05-04 21:44:39 -04:00
  • 26d056ad74 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. Tom Lane 2025-05-04 13:53:00 -04:00