Commit Graph

  • 934e997e01 doc: clarify default checksum behavior in non-master branches Bruce Momjian 2025-02-21 13:03:29 -05:00
  • 2ba3af41a6 Make test portlock logic work with meson Andres Freund 2025-02-21 11:16:57 -05:00
  • c8d8431a06 Fix cross-version upgrades with XMLSERIALIZE(NO INDENT) Michael Paquier 2025-02-21 20:37:36 +09:00
  • 7787d0bf17 Fix a WARNING for data origin discrepancies. Amit Kapila 2025-02-21 14:21:29 +05:30
  • 6b5cb7b0c5 Add missing deparsing of [NO] IDENT to XMLSERIALIZE() Michael Paquier 2025-02-21 17:31:01 +09:00
  • 0557f16e83 Fix explicit valgrind interaction in read_stream.c. Thomas Munro 2025-02-15 13:13:19 +13:00
  • 4e7a4e8e9b Fix FATAL message for invalid recovery timeline at beginning of recovery Michael Paquier 2025-02-20 10:43:35 +09:00
  • f345bf7db7 test_escape: Fix output of --help Michael Paquier 2025-02-20 09:31:01 +09:00
  • b597930f3c Correct relation size estimate with low fillfactor Tomas Vondra 2025-02-19 23:51:48 +01:00
  • d39167f3b8 Fix crash in brininsertcleanup during logical replication. Tom Lane 2025-02-19 16:35:15 -05:00
  • 1f2ab31409 tests: BackgroundPsql: Fix potential for lost errors on windows Andres Freund 2025-02-19 10:45:48 -05:00
  • 920f303309 backport: Extend background_psql() to be able to start asynchronously Andres Freund 2025-02-19 09:41:08 -05:00
  • f757650ab8 backport: Improve handling of empty query results in BackgroundPsql Andres Freund 2025-02-19 09:39:49 -05:00
  • 251863370f doc: Fix some issues with JSON_TABLE() exampls Amit Langote 2025-02-19 15:07:24 +09:00
  • cd6b3fc5e8 Avoid null pointer dereference crash after OOM in Snowball stemmers. Tom Lane 2025-02-18 21:23:59 -05:00
  • b6613e3025 Fix unsafe access to BufferDescriptors Richard Guo 2025-02-19 11:05:35 +09:00
  • fbf8836f41 Fix freeing a child join's SpecialJoinInfo Richard Guo 2025-02-19 10:04:44 +09:00
  • 593b3ac3d1 test_escape: Fix handling of short options in getopt_long() Michael Paquier 2025-02-19 09:45:54 +09:00
  • 9d710a1ac0 PG 18 relnotes: adjust RETURNING new/old item Bruce Momjian 2025-05-08 11:11:08 -04:00
  • 362413d329
    DOCS-release-notes-modif (#321) Dragos Andriciuc 2025-05-08 17:29:10 +03: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
  • e36331e7ff Improve function names and signatures for encryption Andreas Karlsson 2025-05-02 16:39:50 +02:00
  • 92f33765ed
    Update pg_buffercache_pages.c to avoid crashes #217 dan-chis19 2025-05-05 10:22:56 -04:00
  • 3863eb6073 test X case pmp-p 2025-05-05 16:16:35 +02:00
  • 5586521e21 PG-1543 Always cache server principal key Andreas Karlsson 2025-05-05 10:20:17 +02:00
  • b8338686ef Move AesInit() call to _PG_init() Andreas Karlsson 2025-05-05 13:10:28 +02:00
  • c7c1c64007 Assert that we intiialized ciphers before we use them Andreas Karlsson 2025-05-05 13:08:06 +02:00
  • 908999757a Only call AesInit() once Andreas Karlsson 2025-05-02 22:20:57 +02:00
  • 551a280954 USe boolean instead of integer for boolean variable Andreas Karlsson 2025-05-02 22:20:26 +02: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