Commit Graph

  • eec7c640fe
    Use gendef instead of pexports for building windows .def files Andrew Dunstan 2022-02-10 13:44:05 -05:00
  • 92f60f536e
    Use gendef instead of pexports for building windows .def files Andrew Dunstan 2022-02-10 13:44:05 -05:00
  • ea09a75e1e
    Use gendef instead of pexports for building windows .def files Andrew Dunstan 2022-02-10 13:44:05 -05:00
  • 0da92dc530 Logical decoding of sequences Tomas Vondra 2022-02-10 18:43:28 +01:00
  • 0d4513b613 Remove server support for the previous base backup protocol. Robert Haas 2022-02-08 11:17:21 -05:00
  • d37776e451 Make timeout.c more robust against missed timer interrupts. Tom Lane 2022-02-10 11:52:20 -05:00
  • 2e211c1661 Make timeout.c more robust against missed timer interrupts. Tom Lane 2022-02-10 11:52:20 -05:00
  • 9cd28c2e5f Remove server support for old BASE_BACKUP command syntax. Robert Haas 2022-02-08 10:53:59 -05:00
  • 5f00ef065e Set SNI ClientHello extension to localhost in tests Daniel Gustafsson 2022-02-10 14:23:36 +01:00
  • 6d503d2a47 Set SNI ClientHello extension to localhost in tests Daniel Gustafsson 2022-02-10 14:23:36 +01:00
  • 4c5c41b4d9 Remove unnecessary resetPQExpBuffer call Peter Eisentraut 2022-02-10 12:23:40 +01:00
  • b9a3139397 psql: Rename results to result when only a single one is meant Peter Eisentraut 2022-02-10 12:03:35 +01:00
  • f5744f1d1e Update comment Peter Eisentraut 2022-02-10 09:16:17 +01:00
  • 400fc6b648 Add min() and max() aggregates for xid8. Fujii Masao 2022-02-10 12:33:41 +09:00
  • 6da62ff14c Use Test::Builder::todo_start(), replacing $::TODO. Noah Misch 2022-02-09 18:16:59 -08:00
  • 2373429975 Use Test::Builder::todo_start(), replacing $::TODO. Noah Misch 2022-02-09 18:16:59 -08:00
  • 3a32e53e1f Use Test::Builder::todo_start(), replacing $::TODO. Noah Misch 2022-02-09 18:16:59 -08:00
  • b3558cc96c Use Test::Builder::todo_start(), replacing $::TODO. Noah Misch 2022-02-09 18:16:59 -08:00
  • 1a83297d22 Use Test::Builder::todo_start(), replacing $::TODO. Noah Misch 2022-02-09 18:16:59 -08:00
  • adbd00f7a5 Use Test::Builder::todo_start(), replacing $::TODO. Noah Misch 2022-02-09 18:16:59 -08:00
  • eac3c40070 Fix back-patch of "Avoid race in RelationBuildDesc() ..." Noah Misch 2022-02-09 18:16:56 -08:00
  • 3cc89d9c38 Fix back-patch of "Avoid race in RelationBuildDesc() ..." Noah Misch 2022-02-09 18:16:56 -08:00
  • 2d96a66c2e Fix back-patch of "Avoid race in RelationBuildDesc() ..." Noah Misch 2022-02-09 18:16:56 -08:00
  • 1b8462bf1d Fix back-patch of "Avoid race in RelationBuildDesc() ..." Noah Misch 2022-02-09 18:16:56 -08:00
  • 0147fc7c8c Fix typo in multixact.c Michael Paquier 2022-02-10 10:45:14 +09:00
  • 4567596316 Reduce more the number of calls to GetMaxBackends() Michael Paquier 2022-02-10 10:27:29 +09:00
  • f0cd9097cf Further tweaks for psql's new tab-completion logic. Tom Lane 2022-02-09 17:06:21 -05:00
  • c23461a22a Test honestly for <sys/signalfd.h>. Tom Lane 2022-02-09 14:24:55 -05:00
  • c5f5b4dd4b Test honestly for <sys/signalfd.h>. Tom Lane 2022-02-09 14:24:54 -05:00
  • f48385c132 Fix typo in archive modules docs Daniel Gustafsson 2022-02-09 15:36:46 +01:00
  • 1a29217a00 Free temporary memory when reading TOC Daniel Gustafsson 2022-02-09 14:12:55 +01:00
  • cf29a11ef6 Retire src/backend/utils/misc/check_guc Michael Paquier 2022-02-09 12:10:31 +09:00
  • b0a55f4d4a Add TAP test to automate the equivalent of check_guc Michael Paquier 2022-02-09 10:15:26 +09:00
  • 1a8b6f0555 Remove ppport.h's broken re-implementation of eval_pv(). Tom Lane 2022-02-08 19:25:56 -05:00
  • 3a6e3a8902 Remove ppport.h's broken re-implementation of eval_pv(). Tom Lane 2022-02-08 19:25:56 -05:00
  • eba0f095c7 Remove ppport.h's broken re-implementation of eval_pv(). Tom Lane 2022-02-08 19:25:56 -05:00
  • 5ea3b99de0 Remove ppport.h's broken re-implementation of eval_pv(). Tom Lane 2022-02-08 19:25:56 -05:00
  • e327291e4a Remove ppport.h's broken re-implementation of eval_pv(). Tom Lane 2022-02-08 19:25:56 -05:00
  • d5c2a91e54 Remove ppport.h's broken re-implementation of eval_pv(). Tom Lane 2022-02-08 19:25:56 -05:00
  • aa64f23b02 Remove MaxBackends variable in favor of GetMaxBackends() function. Robert Haas 2022-02-08 15:52:40 -05:00
  • 2da896182c Rename create_function_N test scripts for clarity. Tom Lane 2022-02-08 15:40:08 -05:00
  • cc50080a82 Rearrange core regression tests to reduce cross-script dependencies. Tom Lane 2022-02-08 15:30:38 -05:00
  • ba15f16107 Add PostgreSQL::Test::Cluster::config_data() Michael Paquier 2022-02-08 10:35:27 +09:00
  • fa362d2b3b Stamp 10.20. REL_10_20 Tom Lane 2022-02-07 16:21:57 -05:00
  • ff2a6d2621 Stamp 11.15. REL_11_15 Tom Lane 2022-02-07 16:20:23 -05:00
  • ec24521950 Stamp 12.10. REL_12_10 Tom Lane 2022-02-07 16:19:04 -05:00
  • d7db957207 Stamp 13.6. REL_13_6 Tom Lane 2022-02-07 16:17:41 -05:00
  • 78b1ddc753 Stamp 14.2. REL_14_2 Tom Lane 2022-02-07 16:15:36 -05:00
  • f1ea98a797 Reduce non-leaf keys overlap in GiST indexes produced by a sorted build Alexander Korotkov 2022-02-07 23:20:42 +03:00
  • 217257fac0 Translation updates Peter Eisentraut 2022-02-07 13:53:57 +01:00
  • d793dcf28b Translation updates Peter Eisentraut 2022-02-07 13:51:36 +01:00
  • 3b00428f1f Translation updates Peter Eisentraut 2022-02-07 13:44:07 +01:00
  • 7f7148b72e Translation updates Peter Eisentraut 2022-02-07 13:36:22 +01:00
  • 3c879e61d9 Translation updates Peter Eisentraut 2022-02-07 13:31:57 +01:00
  • 42a9e88bf6 Add (void) cast in front of rmtree() call at the end of pg_upgrade Michael Paquier 2022-02-07 14:19:52 +09:00
  • 59634daa92 Release notes for 14.2, 13.6, 12.10, 11.15, 10.20. Tom Lane 2022-02-06 14:24:55 -05:00
  • 714343b8a8 Release notes for 14.2, 13.6, 12.10, 11.15, 10.20. Tom Lane 2022-02-06 14:24:55 -05:00
  • e0a581229d Release notes for 14.2, 13.6, 12.10, 11.15, 10.20. Tom Lane 2022-02-06 14:24:55 -05:00
  • 763c7aac57 Release notes for 14.2, 13.6, 12.10, 11.15, 10.20. Tom Lane 2022-02-06 14:24:55 -05:00
  • 1d9ccc0a6d Release notes for 14.2, 13.6, 12.10, 11.15, 10.20. Tom Lane 2022-02-06 14:24:55 -05:00
  • 38bfae3652 pg_upgrade: Move all the files generated internally to a subdirectory Michael Paquier 2022-02-06 12:27:29 +09:00
  • 94199879b6 Doc: be clearer that foreign-table partitions need user-added constraints. Tom Lane 2022-02-05 12:55:44 -05:00
  • 5d97181335 Doc: be clearer that foreign-table partitions need user-added constraints. Tom Lane 2022-02-05 12:55:44 -05:00
  • 7d74ff8243 Doc: be clearer that foreign-table partitions need user-added constraints. Tom Lane 2022-02-05 12:55:44 -05:00
  • d0cd7b7726 Doc: be clearer that foreign-table partitions need user-added constraints. Tom Lane 2022-02-05 12:55:44 -05:00
  • cbadfc1f8a Doc: be clearer that foreign-table partitions need user-added constraints. Tom Lane 2022-02-05 12:55:44 -05:00
  • dcfaa7c67e Test, don't just Assert, that mergejoin's inputs are in order. Tom Lane 2022-02-05 11:59:30 -05:00
  • 46bf1f2dc7 Test, don't just Assert, that mergejoin's inputs are in order. Tom Lane 2022-02-05 11:59:30 -05:00
  • f469f0678c Test, don't just Assert, that mergejoin's inputs are in order. Tom Lane 2022-02-05 11:59:30 -05:00
  • 9c7cf083f2 Test, don't just Assert, that mergejoin's inputs are in order. Tom Lane 2022-02-05 11:59:30 -05:00
  • d13a838e1c Test, don't just Assert, that mergejoin's inputs are in order. Tom Lane 2022-02-05 11:59:30 -05:00
  • 5e26aa641e Test, don't just Assert, that mergejoin's inputs are in order. Tom Lane 2022-02-05 11:59:29 -05:00
  • ab22eea831 First-draft release notes for 14.2. Tom Lane 2022-02-04 14:55:00 -05:00
  • b31e3f5613 Improve worst-case performance of text_position_get_match_pos() John Naylor 2021-12-17 12:27:21 -04:00
  • 807fee1a39 Track LLVM 14 API changes, up to 2022-01-30. Thomas Munro 2022-02-04 16:16:10 +13:00
  • 7f481b8d38 Improve invalidation handling in pgoutput.c. Amit Kapila 2022-02-04 07:30:40 +05:30
  • 00c360a89c In basic_archive tests, insist on wal_level='replica'. Robert Haas 2022-02-03 16:40:32 -05:00
  • 5ef1eefd76 Allow archiving via loadable modules. Robert Haas 2022-02-03 13:57:27 -05:00
  • 2a3958e4d9 Fix compiler warning in non-assert builds, introduced in f862d57057f. Andres Freund 2022-02-03 10:44:26 -08:00
  • 7c1aead6cb Fix compiler warning in non-assert builds, introduced in f862d57057f. Andres Freund 2022-02-03 10:44:26 -08:00
  • c1838b6f7a
    Authorize new user in pg_basebackup tests Andrew Dunstan 2022-02-03 12:13:11 -05:00
  • 94aa7cc5f7 Add UNIQUE null treatment option Peter Eisentraut 2022-02-03 11:29:54 +01:00
  • 7b0cec2fa0 Further fix for EvalPlanQual with mix of local and foreign partitions. Etsuro Fujita 2022-02-03 15:15:01 +09:00
  • f862d57057 Further fix for EvalPlanQual with mix of local and foreign partitions. Etsuro Fujita 2022-02-03 15:15:00 +09:00
  • 4b0e37faaf Remove configure's check for rl_completion_append_character. Tom Lane 2022-02-02 23:01:56 -05:00
  • 9d179d9c23 doc: clarify syntax notation, particularly parentheses Bruce Momjian 2022-02-02 21:53:52 -05:00
  • 03739f23ff doc: clarify syntax notation, particularly parentheses Bruce Momjian 2022-02-02 21:53:51 -05:00
  • 6d511a463a doc: clarify syntax notation, particularly parentheses Bruce Momjian 2022-02-02 21:53:51 -05:00
  • 0079795ab7 doc: clarify syntax notation, particularly parentheses Bruce Momjian 2022-02-02 21:53:51 -05:00
  • 58e9d28091 doc: clarify syntax notation, particularly parentheses Bruce Momjian 2022-02-02 21:53:51 -05:00
  • 2556076128 doc: clarify syntax notation, particularly parentheses Bruce Momjian 2022-02-02 21:53:51 -05:00
  • f3feff8259 windows: Improve crash / assert / exception handling. Andres Freund 2022-02-02 18:33:25 -08:00
  • 6dcc185266 ci: windows: run tests under timeout. Andres Freund 2022-02-02 17:31:54 -08:00
  • d33a81203e Improve psql tab-completion tests. Tom Lane 2022-02-02 16:08:59 -05:00
  • 8e2b6d45a0 Fix server crash bug in 'server' backup target. Robert Haas 2022-02-02 13:50:33 -05:00
  • 87669de72c Some cleanup for change of collate and ctype fields to type text Peter Eisentraut 2022-02-02 11:58:55 +01:00
  • 7792c0c617 doc: Fix mistake in PL/Python documentation Peter Eisentraut 2022-02-02 09:14:26 +01:00
  • 0b25f5e444 doc: Fix mistake in PL/Python documentation Peter Eisentraut 2022-02-02 09:14:26 +01:00
  • f4f97e9504 doc: Fix mistake in PL/Python documentation Peter Eisentraut 2022-02-02 09:14:26 +01:00
  • 31c9712610 doc: Fix mistake in PL/Python documentation Peter Eisentraut 2022-02-02 09:14:26 +01:00