Commit Graph

  • 66ddac6982 Require superuser to install a non-built-in selectivity estimator. Tom Lane 2026-02-09 10:07:31 -05:00
  • 841d42cc4e Require superuser to install a non-built-in selectivity estimator. Tom Lane 2026-02-09 10:07:31 -05:00
  • 9fa38c572a Add a syscache on pg_extension.oid. Tom Lane 2026-02-09 10:02:23 -05:00
  • 3ecc84cce3 Add a syscache on pg_extension.oid. Tom Lane 2026-02-09 10:02:23 -05:00
  • d484bc2601 Add a syscache on pg_extension.oid. Tom Lane 2026-02-09 10:02:23 -05:00
  • dbb09fd8e8 Add a syscache on pg_extension.oid. Tom Lane 2026-02-09 10:02:23 -05:00
  • 3b6588cd90 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 2026-02-09 09:57:44 -05:00
  • b39d381399 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 2026-02-09 09:57:44 -05:00
  • 429aeaebd1 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 2026-02-09 09:57:44 -05:00
  • 595956fc72 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 2026-02-09 09:57:44 -05:00
  • 3d160401b6 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 2026-02-09 09:57:44 -05:00
  • 60e7ae41a6 Guard against unexpected dimensions of oidvector/int2vector. Tom Lane 2026-02-09 09:57:43 -05:00
  • 8373ed0944 Require PGP-decrypted text to pass encoding validation. Noah Misch 2026-02-09 06:14:47 -08:00
  • 8f8b1ffac0 Require PGP-decrypted text to pass encoding validation. Noah Misch 2026-02-09 06:14:47 -08:00
  • 0c33d56089 Require PGP-decrypted text to pass encoding validation. Noah Misch 2026-02-09 06:14:47 -08:00
  • dc072a09ad Require PGP-decrypted text to pass encoding validation. Noah Misch 2026-02-09 06:14:47 -08:00
  • b427091947 Require PGP-decrypted text to pass encoding validation. Noah Misch 2026-02-09 06:14:47 -08:00
  • d536aee556 Require PGP-decrypted text to pass encoding validation. Noah Misch 2026-02-09 06:14:47 -08:00
  • 38e0190ced Allow log_min_messages to be set per process type Álvaro Herrera 2026-02-09 13:23:10 +01:00
  • c67bef3f32 Code coverage for most pg_mblen* calls. Thomas Munro 2026-01-12 10:20:06 +13:00
  • 1e7fe06c10 Replace pg_mblen() with bounds-checked versions. Thomas Munro 2026-01-07 22:14:31 +13:00
  • b0f5d25bc3 Code coverage for most pg_mblen* calls. Thomas Munro 2026-01-12 10:20:06 +13:00
  • 7b5fc85bef Replace pg_mblen() with bounds-checked versions. Thomas Munro 2026-01-07 22:14:31 +13:00
  • 10ebc4bd67 Code coverage for most pg_mblen* calls. Thomas Munro 2026-01-12 10:20:06 +13:00
  • 319e8a6441 Replace pg_mblen() with bounds-checked versions. Thomas Munro 2026-01-07 22:14:31 +13:00
  • e7591254c3 Code coverage for most pg_mblen* calls. Thomas Munro 2026-01-12 10:20:06 +13:00
  • cecedb912a Replace pg_mblen() with bounds-checked versions. Thomas Munro 2026-01-07 22:14:31 +13:00
  • 6ed116046d Fix mb2wchar functions on short input. Thomas Munro 2026-01-26 11:22:32 +13:00
  • 2a53db21ee Fix encoding length for EUC_CN. Thomas Munro 2026-02-05 01:04:24 +13:00
  • 757bf8145e Code coverage for most pg_mblen* calls. Thomas Munro 2026-01-12 10:20:06 +13:00
  • fd82ddb679 Replace pg_mblen() with bounds-checked versions. Thomas Munro 2026-01-07 22:14:31 +13:00
  • 50863be0b7 Fix mb2wchar functions on short input. Thomas Munro 2026-01-26 11:22:32 +13:00
  • b2c81ac867 Fix encoding length for EUC_CN. Thomas Munro 2026-02-05 01:04:24 +13:00
  • 4c08960d97 Code coverage for most pg_mblen* calls. Thomas Munro 2026-01-12 10:20:06 +13:00
  • d837fb0292 Replace pg_mblen() with bounds-checked versions. Thomas Munro 2026-01-07 22:14:31 +13:00
  • b0e3f5cf94 Fix mb2wchar functions on short input. Thomas Munro 2026-01-26 11:22:32 +13:00
  • 70ff9ede5a Fix encoding length for EUC_CN. Thomas Munro 2026-02-05 01:04:24 +13:00
  • 7a522039f7 Fix mb2wchar functions on short input. Thomas Munro 2026-01-26 11:22:32 +13:00
  • 838248b1bf Fix encoding length for EUC_CN. Thomas Munro 2026-02-05 01:04:24 +13:00
  • efef05ba99 Fix mb2wchar functions on short input. Thomas Munro 2026-01-26 11:22:32 +13:00
  • df0852fe03 Fix encoding length for EUC_CN. Thomas Munro 2026-02-05 01:04:24 +13:00
  • e0965fb1a8 Fix buffer overflows in pg_trgm due to lower-casing Heikki Linnakangas 2026-01-20 11:53:28 +02:00
  • 18548681da Remove 'charlen' argument from make_trigrams() Heikki Linnakangas 2026-01-20 14:34:32 +02:00
  • 74ee636cc9 Fix mb2wchar functions on short input. Thomas Munro 2026-01-26 11:22:32 +13:00
  • af79c30dc3 Fix encoding length for EUC_CN. Thomas Munro 2026-02-05 01:04:24 +13:00
  • 00896ddaf4 Fix buffer overflows in pg_trgm due to lower-casing Heikki Linnakangas 2026-01-20 11:53:28 +02:00
  • 54598670fe Remove 'charlen' argument from make_trigrams() Heikki Linnakangas 2026-01-20 14:34:32 +02:00
  • 01de2e32df pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() Michael Paquier 2026-02-09 08:01:12 +09:00
  • 9a9982ec6d pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() Michael Paquier 2026-02-09 08:01:10 +09:00
  • 527b730f41 pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() Michael Paquier 2026-02-09 08:01:09 +09:00
  • 7a7d9693c7 pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() Michael Paquier 2026-02-09 08:01:07 +09:00
  • 209f387b81 pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() Michael Paquier 2026-02-09 08:01:05 +09:00
  • 379695d3cc pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() Michael Paquier 2026-02-09 08:00:59 +09:00
  • 29cb2e1821 Release notes for 18.2, 17.8, 16.12, 15.16, 14.21. Tom Lane 2026-02-08 13:00:40 -05:00
  • 0a98185e20 Release notes for 18.2, 17.8, 16.12, 15.16, 14.21. Tom Lane 2026-02-08 13:00:40 -05:00
  • 7937856817 Release notes for 18.2, 17.8, 16.12, 15.16, 14.21. Tom Lane 2026-02-08 13:00:40 -05:00
  • 4d3d88844b Release notes for 18.2, 17.8, 16.12, 15.16, 14.21. Tom Lane 2026-02-08 13:00:40 -05:00
  • 5944beb739 Release notes for 18.2, 17.8, 16.12, 15.16, 14.21. Tom Lane 2026-02-08 13:00:40 -05:00
  • a6ff9f5ffb Translation updates Peter Eisentraut 2026-02-08 15:11:05 +01:00
  • 221a642fd7 Translation updates Peter Eisentraut 2026-02-08 15:11:05 +01:00
  • 2104e68de1 Translation updates Peter Eisentraut 2026-02-08 15:11:02 +01:00
  • 2a53576c68 Translation updates Peter Eisentraut 2026-02-08 15:10:56 +01:00
  • 731e03272e Translation updates Peter Eisentraut 2026-02-08 15:07:02 +01:00
  • 73dd7163c5 Replace some hard-wired OID constants with corresponding macros. Tom Lane 2026-02-07 23:15:20 -05:00
  • 7369656faa meson: host_system value for Solaris is 'sunos' not 'solaris'. Tom Lane 2026-02-07 20:05:52 -05:00
  • 59c2f7efae meson: host_system value for Solaris is 'sunos' not 'solaris'. Tom Lane 2026-02-07 20:05:52 -05:00
  • 5eac1d68fc meson: host_system value for Solaris is 'sunos' not 'solaris'. Tom Lane 2026-02-07 20:05:52 -05:00
  • c0bf15729f meson: host_system value for Solaris is 'sunos' not 'solaris'. Tom Lane 2026-02-07 20:05:52 -05:00
  • 3e7bb39df7 Further error message fix Peter Eisentraut 2026-02-07 22:37:02 +01:00
  • 9dcd0b3de1 Further error message fix Peter Eisentraut 2026-02-07 22:37:02 +01:00
  • a7bdbbadac Further error message fix Peter Eisentraut 2026-02-07 22:37:02 +01:00
  • 5449fd261e Further error message fix Peter Eisentraut 2026-02-07 22:37:02 +01:00
  • cff2ef9845 Further error message fix Peter Eisentraut 2026-02-07 22:37:02 +01:00
  • 1653ce5236 Further error message fix Peter Eisentraut 2026-02-07 22:37:02 +01:00
  • 7467041cde Future-proof sort template against undefined behavior John Naylor 2026-02-07 17:02:35 +07:00
  • 0af05b5dbb Revert "Change copyObject() to use typeof_unqual" Peter Eisentraut 2026-02-07 10:08:38 +01:00
  • 7cdb633c89 Make some minor cleanups in typalign-related code. Tom Lane 2026-02-06 20:46:03 -05:00
  • f84a8d95ea Placate ABI checker. Thomas Munro 2026-02-07 11:50:35 +13:00
  • c7f7057e7e Placate ABI checker. Thomas Munro 2026-02-07 11:36:51 +13:00
  • 3c3b34bbee Placate ABI checker. Thomas Munro 2026-02-07 10:56:04 +13:00
  • ba1e14134a Adjust style of some debugging macros. Nathan Bossart 2026-02-06 16:24:21 -06:00
  • 3bb339fa2c Protect against small overread in SASLprep validation Jacob Champion 2026-02-06 11:09:09 -08:00
  • ff1d5810e9 Protect against small overread in SASLprep validation Jacob Champion 2026-02-06 11:09:05 -08:00
  • 46aaec4c0e Protect against small overread in SASLprep validation Jacob Champion 2026-02-06 11:08:59 -08:00
  • 5d61bdd114 Protect against small overread in SASLprep validation Jacob Champion 2026-02-06 11:08:24 -08:00
  • d8d7c5dc8f libpq: Prepare for protocol grease during 19beta Jacob Champion 2026-02-06 10:31:45 -08:00
  • e3d37853ec doc: Expand upon protocol versions and extensions Jacob Champion 2026-02-06 10:25:12 -08:00
  • c6881f7922 First-draft release notes for 18.2. Tom Lane 2026-02-06 13:06:16 -05:00
  • e679d0f0b6 Fix use of proc number in pgstat_create_backend() Michael Paquier 2026-02-06 19:57:26 +09:00
  • 072c842135 Fix use of proc number in pgstat_create_backend() Michael Paquier 2026-02-06 19:57:22 +09:00
  • d32e171609 Fix some error message inconsistencies Michael Paquier 2026-02-06 15:38:29 +09:00
  • 4ec943f7dc Fix some error message inconsistencies Michael Paquier 2026-02-06 15:38:27 +09:00
  • 977a17a3eb Fix some error message inconsistencies Michael Paquier 2026-02-06 15:38:25 +09:00
  • 67ad4387b2 Fix some error message inconsistencies Michael Paquier 2026-02-06 15:38:23 +09:00
  • acfa422c3c Fix some error message inconsistencies Michael Paquier 2026-02-06 15:38:21 +09:00
  • 74a116a79b Fix some error message inconsistencies Michael Paquier 2026-02-06 15:38:16 +09:00
  • e37b598028 Add file_extend_method=posix_fallocate,write_zeros. Thomas Munro 2025-05-31 22:50:22 +12:00
  • 4dac22aa10 Add file_extend_method=posix_fallocate,write_zeros. Thomas Munro 2025-05-31 22:50:22 +12:00
  • f94e9141a0 Add file_extend_method=posix_fallocate,write_zeros. Thomas Munro 2025-05-31 22:50:22 +12:00
  • 33e3de6d77 Add file_extend_method=posix_fallocate,write_zeros. Thomas Munro 2025-05-31 22:50:22 +12:00