1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Commit Graph

  • 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
  • 2b2a1f7573 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. Tom Lane 2025-05-04 13:52:59 -04:00
  • 4f15084326 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. Tom Lane 2025-05-04 13:52:59 -04:00
  • 828edfa3d1 Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. Tom Lane 2025-05-04 13:52:59 -04:00
  • 09fac4a28d Release notes for 17.5, 16.9, 15.13, 14.18, 13.21. Tom Lane 2025-05-04 13:52:59 -04:00
  • a675149e87 doc PG 18 relnotes: fix libpq wording Bruce Momjian 2025-05-03 18:49:40 -04:00
  • 2782f3b845 Revert "Refactor ChangeVarNodesExtended() using the custom callback" Alexander Korotkov 2025-05-03 22:42:05 +03:00
  • 250a718aad Refactor ChangeVarNodesExtended() using the custom callback Alexander Korotkov 2025-05-03 22:30:52 +03:00
  • fb21ed6c38 doc: update guidelines on non-ASCII characters in docs Bruce Momjian 2025-05-03 14:45:26 -04:00
  • 24987c6f06 doc PG 18 relnotes: add GROUP BY column elimination item Bruce Momjian 2025-05-03 12:57:18 -04:00
  • 04b269da56 doc PG 18 relnotes: move protocol version item to "server" Bruce Momjian 2025-05-03 12:19:31 -04:00
  • 5201bba266 Fix memory allocation/copy mistakes. Etsuro Fujita 2025-05-03 20:00:00 +09:00
  • 8209a3a951 Fix typos in comments. Etsuro Fujita 2025-05-03 19:10:02 +09:00
  • c8a393537c Fix typos in comments. Etsuro Fujita 2025-05-03 19:10:02 +09:00
  • ee2486989e Fix typos in comments. Etsuro Fujita 2025-05-03 19:10:01 +09:00
  • 6e91b9c16f Fix typos in comments. Etsuro Fujita 2025-05-03 19:10:00 +09:00
  • 9fd989ff99 doc PG 18 relnotes: update chapter tags for recent commit Bruce Momjian 2025-05-02 20:10:10 -04:00
  • 9f8fcadb20 doc PG 18 relnotes: adjust libpq trace & potocol version items Bruce Momjian 2025-05-02 20:09:12 -04:00
  • aa82ebdc29 doc PG 18 relnotes: reword and reorder items Bruce Momjian 2025-05-02 19:58:54 -04:00
  • 0f08df4068 Avoid treating nonrequired nbtree keys as required. Peter Geoghegan 2025-05-02 17:50:58 -04:00
  • 1681a70df3 Fix memory leak in _gin_parallel_merge Tomas Vondra 2025-05-02 23:04:39 +02:00