Commit Graph

  • dbf42b84ac
    Add tab-complete for ALTER DOMAIN ADD [CONSTRAINT] master Álvaro Herrera 2025-05-11 10:16:45 -04:00
  • a15102f08e
    Fix comment of tsquerysend() REL_13_STABLE Álvaro Herrera 2025-05-11 09:47:10 -04:00
  • 4bccb09f4b
    Fix comment of tsquerysend() REL_14_STABLE Álvaro Herrera 2025-05-11 09:47:10 -04:00
  • d2d3cd056d
    Fix comment of tsquerysend() REL_15_STABLE Álvaro Herrera 2025-05-11 09:47:10 -04:00
  • 2dac114e2c
    Fix comment of tsquerysend() REL_16_STABLE Álvaro Herrera 2025-05-11 09:47:10 -04:00
  • e65d8be042
    Fix comment of tsquerysend() REL_17_STABLE Á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
  • 4b71ace64d updated rc2 #220 Dragos Andriciuc 2025-05-08 17:06:25 +03:00
  • 5ba48f5c02 experiment #219 tdrz 2025-05-08 14:33:00 +02: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
  • 03106ed2ed
    Tde documentation updates for ga (#251) Dragos Andriciuc 2025-05-08 13:06:29 +03: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
  • 34438f5229 Fix some broken key provider test Anders Åstrand 2025-05-07 13:32:47 +02:00
  • 784e45d414 Consistently refer to SQL types Anders Åstrand 2025-05-07 10:54:50 +02:00
  • fd6ed3a680 Remove trailing whitespace at end of line Andreas Karlsson 2025-05-06 18:55:24 +02:00
  • 5c2b7276cf Only ever have one empty line as separator Andreas Karlsson 2025-05-06 18:54:23 +02:00
  • 40ce62f9cc Remove newlines at beginning of files Andreas Karlsson 2025-05-06 18:50:39 +02:00
  • eae05e0741 Fix whitespace at end of file Andreas Karlsson 2025-05-06 18:49:43 +02:00
  • aba7ce6508 Don't crash on null input to kmip key provider Anders Åstrand 2025-05-06 15:00:04 +02:00
  • 4807e46b0b Handle JSON scalar types in key provider options Anders Åstrand 2025-05-06 15:48:13 +02:00
  • fe50a21b31 Disallow arrays in key provider options Anders Åstrand 2025-05-06 14:48:30 +02:00
  • dc909626dc Validate required fields for external JSON values Anders Åstrand 2025-05-06 14:47:12 +02:00
  • 030052925a Require key provider settings to be an object Anders Åstrand 2025-05-06 09:20:00 +02:00
  • 01ba91f891 Remove level from JSON parsing state Anders Åstrand 2025-05-06 08:49:50 +02:00
  • ab42d643c1 Refactor ChangeVarNodesExtended() using the custom callback Alexander Korotkov 2025-05-07 11:10:16 +03:00
  • 376100c01c chunking read in sf mode + ex handler canary pmp-p 2025-05-07 10:01:09 +02: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
  • 0f1699e569 chunking read in sf mode + ex handler canary pmp-p 2025-05-07 08:15:02 +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
  • 6478b46a2f Turn fields in global variables into local variables Andreas Karlsson 2025-04-02 11:23:19 +02:00
  • 79c8372d2d Move fixed value to struct initializer Andreas Karlsson 2025-04-02 00:55:07 +02:00
  • d67ad2ab90 Remove pointless struct from shmem code Andreas Karlsson 2025-03-03 20:04:03 +01:00
  • 1d1959d5be Remove shmem dead code Andreas Karlsson 2025-03-03 19:53:33 +01:00
  • 75e55d094b Add static annotations to shmem code Andreas Karlsson 2025-03-03 19:53:05 +01:00
  • effdc95db2 PG-1507 PG-1508 Disallow ALTER TABLE when there is a mix of encrypted and unencrypted Andreas Karlsson 2025-04-30 14:24:33 +02:00
  • e5e04ee3d3 PG-1507 PG-1508 Move variables to the right scope Andreas Karlsson 2025-04-30 17:08:30 +02:00
  • 200b06f907 Rename some enum values in ParseKeyringJSONOptions Anders Åstrand 2025-05-05 19:49:13 +02:00
  • 7631e12cdf Use GenericKeyring* instead of void* Anders Åstrand 2025-05-05 19:38:27 +02:00
  • da52b54cd5 Make ParseKeyringJSONOptions return void Anders Åstrand 2025-05-05 19:30:33 +02:00
  • aaa80c4f61 Remove unhelpful hint on key provider not found Andreas Karlsson 2025-05-05 18:12:46 +02:00
  • 43653e456b Remove type field from key provider configuration Anders Åstrand 2025-05-06 10:00:59 +02:00
  • 8b2470e025 fix flush after X pmp-p 2025-05-06 08:18:39 +02: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
  • 060c89a566 Limit VACUUM truncation retries after scan interruption #218 Shayon Mukherjee 2025-05-05 15:32:41 -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