1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Commit Graph

  • fa761d9c71 Doc: Fix punctuation errors John Naylor 2025-02-12 13:18:52 +07:00
  • 0bc34ad692 Doc: Fix punctuation errors John Naylor 2025-02-12 13:12:51 +07:00
  • bb8dff9995 Add cost-based vacuum delay time to progress views. Nathan Bossart 2025-02-11 16:38:14 -06:00
  • e5b0b0ce15 Add is_analyze parameter to vacuum_delay_point(). Nathan Bossart 2025-02-11 16:38:14 -06:00
  • d0d649e916 Limit pgbench COPY FREEZE to ordinary relations Melanie Plageman 2025-02-11 16:51:28 -05:00
  • 38172d1856 Injection points for hash aggregation. Jeff Davis 2025-02-11 11:26:25 -08:00
  • 052026c9b9 Eagerly scan all-visible pages to amortize aggressive vacuum Melanie Plageman 2025-02-11 13:52:19 -05:00
  • 4dd09a1d41 config: Rename "Asynchronous Behavior" to "I/O" Andres Freund 2025-02-11 11:39:20 -05:00
  • 740766d37c config: Split "Worker Processes" out of "Asynchronous Behavior" Andres Freund 2025-02-11 11:39:19 -05:00
  • c366d2bdba Allow extension functions to participate in in-place updates. Tom Lane 2025-02-11 12:49:34 -05:00
  • 6c7251db0c Implement new optimization rule for updates of expanded variables. Tom Lane 2025-02-11 12:34:59 -05:00
  • 36fb9ef269 Detect whether plpgsql assignment targets are "local" variables. Tom Lane 2025-02-11 12:27:15 -05:00
  • a654af21ae Preliminary refactoring of plpgsql expression construction. Tom Lane 2025-02-11 12:20:05 -05:00
  • 6a7283dd2f Refactor pl_funcs.c to provide a usage-independent tree walker. Tom Lane 2025-02-11 12:14:12 -05:00
  • 6998db59c2 Replace AssertMacro() with Assert() when not in macro Peter Eisentraut 2025-02-11 11:12:05 +01:00
  • bf5710d3b6 Stamp 13.19. REL_13_19 Tom Lane 2025-02-10 18:28:20 -05:00
  • 6884202705 Stamp 14.16. REL_14_16 Tom Lane 2025-02-10 18:26:37 -05:00
  • e3cbae2221 Stamp 15.11. REL_15_11 Tom Lane 2025-02-10 18:24:55 -05:00
  • 61f3dcf2d9 Stamp 16.7. REL_16_7 Tom Lane 2025-02-10 18:23:16 -05:00
  • 3819b30c4c Stamp 17.3. REL_17_3 Tom Lane 2025-02-10 18:21:12 -05:00
  • fa3ddd2ea8 Last-minute updates for release notes. Tom Lane 2025-02-10 18:16:25 -05:00
  • e748064669 Last-minute updates for release notes. Tom Lane 2025-02-10 18:16:25 -05:00
  • 1c77ff9f9a Last-minute updates for release notes. Tom Lane 2025-02-10 18:16:25 -05:00
  • 7e06ffbc62 Last-minute updates for release notes. Tom Lane 2025-02-10 18:16:25 -05:00
  • 1ea6e890b2 Last-minute updates for release notes. Tom Lane 2025-02-10 18:16:25 -05:00
  • c9238ad853 Fix indentation of comment in plannodes.h Michael Paquier 2025-02-11 07:40:03 +09:00
  • f9fceef6ee Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. Tom Lane 2025-02-10 16:30:03 -05:00
  • e1f1b030d7 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. Tom Lane 2025-02-10 16:30:03 -05:00
  • 9862de9176 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. Tom Lane 2025-02-10 16:30:03 -05:00
  • 0075a5c6ce Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. Tom Lane 2025-02-10 16:30:03 -05:00
  • 85c1fcc656 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. Tom Lane 2025-02-10 16:30:03 -05:00
  • 5bf12323b6 Adapt appendPsqlMetaConnect() to the new fmtId() encoding expectations. Tom Lane 2025-02-10 16:30:03 -05:00
  • 9f12da78d9 Lock table in ShareUpdateExclusive when importing index stats. Jeff Davis 2025-02-10 12:25:24 -08:00
  • 7beb2af5e6 Fix type in test_escape test Andres Freund 2025-02-10 12:09:23 -05:00
  • 4a6825c762 Fix type in test_escape test Andres Freund 2025-02-10 12:09:23 -05:00
  • a085fa7316 Fix type in test_escape test Andres Freund 2025-02-10 12:09:23 -05:00
  • 41343f8405 Fix type in test_escape test Andres Freund 2025-02-10 12:09:23 -05:00
  • 05abb0f830 Fix type in test_escape test Andres Freund 2025-02-10 12:09:23 -05:00
  • 979205e47b Fix type in test_escape test Andres Freund 2025-02-10 12:09:23 -05:00
  • 9dc952d9a0 docs: EUC_TW can be up to four bytes wide, not three Andres Freund 2025-02-10 10:03:40 -05:00
  • 17b7894691 docs: EUC_TW can be up to four bytes wide, not three Andres Freund 2025-02-10 10:03:40 -05:00
  • 4ea3f5ef35 Add test of various escape functions Andres Freund 2025-02-10 10:03:40 -05:00
  • 46ddf98df0 Add test of various escape functions Andres Freund 2025-02-10 10:03:40 -05:00
  • c906bfe1b8 Fix handling of invalidly encoded data in escaping functions Andres Freund 2025-02-10 10:03:40 -05:00
  • e0ef3d776a Fix handling of invalidly encoded data in escaping functions Andres Freund 2025-02-10 10:03:40 -05:00
  • 5df4e1632e Specify the encoding of input to fmtId() Andres Freund 2025-02-10 10:03:40 -05:00
  • 2ae54ae17e Specify the encoding of input to fmtId() Andres Freund 2025-02-10 10:03:40 -05:00
  • db3eb0e825 Add pg_encoding_set_invalid() Andres Freund 2025-02-10 10:03:40 -05:00
  • 5bc33cbeae Add pg_encoding_set_invalid() Andres Freund 2025-02-10 10:03:40 -05:00
  • 00f1a1f665 Back-patch pg_encoding_verifymbstr()/pg_encoding_verifymbchar() to v13. Andres Freund 2025-02-10 10:03:40 -05:00
  • 57bda2508f docs: EUC_TW can be up to four bytes wide, not three Andres Freund 2025-02-10 10:03:39 -05:00
  • 16ce519533 docs: EUC_TW can be up to four bytes wide, not three Andres Freund 2025-02-10 10:03:39 -05:00
  • de4b92f333 Add test of various escape functions Andres Freund 2025-02-10 10:03:39 -05:00
  • 01784793fc Add test of various escape functions Andres Freund 2025-02-10 10:03:39 -05:00
  • 370c94d4cc Fix handling of invalidly encoded data in escaping functions Andres Freund 2025-02-10 10:03:39 -05:00
  • 92e4170f42 Fix handling of invalidly encoded data in escaping functions Andres Freund 2025-02-10 10:03:39 -05:00
  • b1756da754 Specify the encoding of input to fmtId() Andres Freund 2025-02-10 10:03:39 -05:00
  • 56aa2dcdde Specify the encoding of input to fmtId() Andres Freund 2025-02-10 10:03:39 -05:00
  • 703b3fd5de Add pg_encoding_set_invalid() Andres Freund 2025-02-10 10:03:39 -05:00
  • 6e05b195d0 Add pg_encoding_set_invalid() Andres Freund 2025-02-10 10:03:39 -05:00
  • dd3c1eb38e docs: EUC_TW can be up to four bytes wide, not three Andres Freund 2025-02-10 10:03:38 -05:00
  • 02d4d87ac2 Add test of various escape functions Andres Freund 2025-02-10 10:03:38 -05:00
  • 43a77239d4 Fix handling of invalidly encoded data in escaping functions Andres Freund 2025-02-10 10:03:38 -05:00
  • 61ad93cdd4 Specify the encoding of input to fmtId() Andres Freund 2025-02-10 10:03:38 -05:00
  • 7d43ca6fe0 Add pg_encoding_set_invalid() Andres Freund 2025-02-10 10:03:38 -05:00
  • 32c34006b2 docs: EUC_TW can be up to four bytes wide, not three Andres Freund 2025-02-10 10:03:37 -05:00
  • ac00ff1c96 Add test of various escape functions Andres Freund 2025-02-10 10:03:37 -05:00
  • 5dc1e42b4f Fix handling of invalidly encoded data in escaping functions Andres Freund 2025-02-10 10:03:37 -05:00
  • 3e98c8ce50 Specify the encoding of input to fmtId() Andres Freund 2025-02-10 10:03:37 -05:00
  • 4dc2896353 Add pg_encoding_set_invalid() Andres Freund 2025-02-10 10:03:37 -05:00
  • bf085f6d45 Translation updates Peter Eisentraut 2025-02-10 15:18:02 +01:00
  • 04f31c8d0d Translation updates Peter Eisentraut 2025-02-10 15:16:57 +01:00
  • 0fb459877a Translation updates Peter Eisentraut 2025-02-10 15:12:58 +01:00
  • ef23624caf Translation updates Peter Eisentraut 2025-02-10 15:05:03 +01:00
  • 439776ba64 Translation updates Peter Eisentraut 2025-02-10 15:00:55 +01:00
  • 3d17d7d7fb Reformat node comments in plannodes.h Michael Paquier 2025-02-10 09:58:25 +09:00
  • 0cf5bd8472 Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. Tom Lane 2025-02-09 13:58:53 -05:00
  • 2e44eefb9d Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. Tom Lane 2025-02-09 13:58:53 -05:00
  • a71b26bd0e Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. Tom Lane 2025-02-09 13:58:53 -05:00
  • 2aa91e3513 Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. Tom Lane 2025-02-09 13:58:53 -05:00
  • 878635daaa Release notes for 17.3, 16.7, 15.11, 14.16, 13.19. Tom Lane 2025-02-09 13:58:53 -05:00
  • 9926f854d0 Cache NO ACTION foreign keys separately from RESTRICT foreign keys Peter Eisentraut 2025-02-09 13:43:56 +01:00
  • a9258629ed Make TLS write functions' buffer arguments pointers const Peter Eisentraut 2025-02-09 12:10:25 +01:00
  • 169208092f Refactor TAP test code for file comparisons into new routine in Utils.pm Michael Paquier 2025-02-09 16:52:33 +09:00
  • ecb8226af6 PDF docs build: avoid spurious "warn" in build logs. Tom Lane 2025-02-07 22:12:38 -05:00
  • b6decfc1d2 Fix pgbench performance issue induced by commit af35fe501. Tom Lane 2025-02-07 13:41:43 -05:00
  • 5addea71c7 Fix pgbench performance issue induced by commit af35fe501. Tom Lane 2025-02-07 13:41:43 -05:00
  • 499d1cf55d Fix pgbench performance issue induced by commit af35fe501. Tom Lane 2025-02-07 13:41:43 -05:00
  • 21b815f92e Fix pgbench performance issue induced by commit af35fe501. Tom Lane 2025-02-07 13:41:42 -05:00
  • e35d396ec3 Fix pgbench performance issue induced by commit af35fe501. Tom Lane 2025-02-07 13:41:42 -05:00
  • fb056564ec Fix pgbench performance issue induced by commit af35fe501. Tom Lane 2025-02-07 13:41:42 -05:00
  • fe47f3897e Doc: clarify behavior of timestamptz input some more. Tom Lane 2025-02-07 12:40:41 -05:00
  • 9f6ad2f43c Doc: clarify behavior of timestamptz input some more. Tom Lane 2025-02-07 12:40:41 -05:00
  • fd467ceceb Doc: clarify behavior of timestamptz input some more. Tom Lane 2025-02-07 12:40:41 -05:00
  • bbf1ef72c2 Doc: clarify behavior of timestamptz input some more. Tom Lane 2025-02-07 12:40:41 -05:00
  • 480acbbd42 Doc: clarify behavior of timestamptz input some more. Tom Lane 2025-02-07 12:40:41 -05:00
  • 11bba6e494 Doc: clarify behavior of timestamptz input some more. Tom Lane 2025-02-07 12:40:41 -05:00
  • 572ec03cbe First-draft release notes for 17.3. Tom Lane 2025-02-07 11:59:32 -05:00
  • 60516fc8b4 meson: Fix linking using old OpenSSL lib names Daniel Gustafsson 2025-02-07 15:09:13 +01:00
  • 0951d4ee42 meson: Fix linking using old OpenSSL lib names Daniel Gustafsson 2025-02-07 15:09:13 +01:00