Commit Graph

  • 1ad033df16
    Ignore invalidated slots while computing oldest catalog Xmin Alvaro Herrera 2022-11-22 10:56:07 +01:00
  • a1efcda7c3 Improve comments atop pg_get_replication_slots. Amit Kapila 2022-11-22 15:22:00 +05:30
  • 0557e17702
    Ignore invalidated slots while computing oldest catalog Xmin Alvaro Herrera 2022-11-22 10:56:07 +01:00
  • 92daeca45d Add wait event for pg_usleep() in perform_spin_delay() Andres Freund 2022-11-21 20:34:17 -08:00
  • aa1fe772c9 doc: Fix description of pg_stat_all_tables.n_tup_upd Michael Paquier 2022-11-22 09:16:02 +09:00
  • e9c8907c3b doc: Fix description of pg_stat_all_tables.n_tup_upd Michael Paquier 2022-11-22 09:15:59 +09:00
  • bd82928625 ci: Use -fsanitize=undefined,alignment,address in linux tasks Andres Freund 2022-11-21 15:13:09 -08:00
  • 94a3e026cc ci: Introduce SanityCheck task that other tasks depend on Andres Freund 2022-11-21 15:13:09 -08:00
  • ec267fd5a5 ci: Clean up pre-meson cruft in windows task Andres Freund 2022-11-21 14:15:30 -08:00
  • 0e3215292f Replace link to Hunspell with the current homepage Daniel Gustafsson 2022-11-21 23:25:48 +01:00
  • 385b317715 Replace link to Hunspell with the current homepage Daniel Gustafsson 2022-11-21 23:25:48 +01:00
  • 4f997ad062 Replace link to Hunspell with the current homepage Daniel Gustafsson 2022-11-21 23:25:48 +01:00
  • 926ba562ef Replace link to Hunspell with the current homepage Daniel Gustafsson 2022-11-21 23:25:48 +01:00
  • 4c3cb6b762 Replace link to Hunspell with the current homepage Daniel Gustafsson 2022-11-21 23:25:48 +01:00
  • f1d042b21d Replace link to Hunspell with the current homepage Daniel Gustafsson 2022-11-21 23:25:48 +01:00
  • 5644d6f909 Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. Tom Lane 2022-11-21 17:07:07 -05:00
  • 74670688fa Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. Tom Lane 2022-11-21 17:07:07 -05:00
  • 1b9c04b138 Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. Tom Lane 2022-11-21 17:07:07 -05:00
  • 0353db996e Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. Tom Lane 2022-11-21 17:07:07 -05:00
  • c0eed88914 Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. Tom Lane 2022-11-21 17:07:07 -05:00
  • 1aed4c4fd2 Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. Tom Lane 2022-11-21 17:07:07 -05:00
  • f686ae82f2 Add workaround to make ubsan and ps_status.c compatible Andres Freund 2022-11-21 13:54:54 -08:00
  • 47a22dc2cb Revert "Prevent instability in contrib/pageinspect's regression test." Tom Lane 2022-11-21 15:37:48 -05:00
  • b8988cf1d0 Mark pageinspect's disk-accessing functions as parallel restricted. Tom Lane 2022-11-21 15:37:10 -05:00
  • aeaaf520f4 Mark pageinspect's disk-accessing functions as parallel restricted. Tom Lane 2022-11-21 15:37:10 -05:00
  • 51b5834cd5 Provide options for postmaster to kill child processes with SIGABRT. Tom Lane 2022-11-21 11:59:29 -05:00
  • 5cda142bb9 Prevent instability in contrib/pageinspect's regression test. Tom Lane 2022-11-21 10:50:50 -05:00
  • ff9d27ee2b Prevent instability in contrib/pageinspect's regression test. Tom Lane 2022-11-21 10:50:50 -05:00
  • e2933a6e11 Prevent instability in contrib/pageinspect's regression test. Tom Lane 2022-11-21 10:50:50 -05:00
  • f193883fc9 Replace SQLValueFunction by COERCE_SQL_SYNTAX Michael Paquier 2022-11-21 18:31:59 +09:00
  • 240e0dbacd Add additional checks while creating the initial decoding snapshot. Amit Kapila 2022-11-21 08:54:43 +05:30
  • a4adc31f69 lwlock: Fix quadratic behavior with very long wait lists Andres Freund 2022-11-20 11:56:32 -08:00
  • 061bf98fb8 pgstat: replace double lookup with IsSharedRelation() Andres Freund 2022-11-20 10:53:31 -08:00
  • b62303794e Fix sloppy cleanup of roles in privileges.sql. Tom Lane 2022-11-20 11:30:50 -05:00
  • 75b8d3de98 Fix long-obsolete comment. Tom Lane 2022-11-20 11:22:22 -05:00
  • 9b4eafcaf4 Prevent port collisions between concurrent TAP tests Andrew Dunstan 2022-11-20 09:51:50 -05:00
  • fb32748e32 Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX Michael Paquier 2022-11-20 10:58:28 +09:00
  • ed1d3132d2 Fix catversion Joe Conway 2022-11-19 17:55:52 -05:00
  • 140c803723 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 2022-11-16 20:00:59 -08:00
  • 4cbcb7ed85 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 2022-11-16 20:00:59 -08:00
  • c13667b518 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 2022-11-16 20:00:59 -08:00
  • fc4154286e Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 2022-11-16 20:00:59 -08:00
  • a0d35ebcc5 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 2022-11-16 20:00:59 -08:00
  • 8c954168cf Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit Andres Freund 2022-11-16 20:00:59 -08:00
  • ad0867314d Disable debug_discard_caches in test_oat_hooks test. Tom Lane 2022-11-19 13:42:53 -05:00
  • 3efc82e289 Disable debug_discard_caches in test_oat_hooks test. Tom Lane 2022-11-19 13:42:53 -05:00
  • 8687cee44d Doc: sync src/tutorial/basics.source with SGML documentation. Tom Lane 2022-11-19 13:09:14 -05:00
  • 80cd1a6374 Doc: sync src/tutorial/basics.source with SGML documentation. Tom Lane 2022-11-19 13:09:14 -05:00
  • d3d388831d Doc: sync src/tutorial/basics.source with SGML documentation. Tom Lane 2022-11-19 13:09:14 -05:00
  • bb3f42aae3 Doc: sync src/tutorial/basics.source with SGML documentation. Tom Lane 2022-11-19 13:09:14 -05:00
  • 8e3f104440 Doc: sync src/tutorial/basics.source with SGML documentation. Tom Lane 2022-11-19 13:09:14 -05:00
  • 3b8ad00853 Doc: sync src/tutorial/basics.source with SGML documentation. Tom Lane 2022-11-19 13:09:14 -05:00
  • b7333e8269 pg_dump: avoid unsafe function calls in getPolicies(). Tom Lane 2022-11-19 12:00:27 -05:00
  • 1ed6f1b911 pg_dump: avoid unsafe function calls in getPolicies(). Tom Lane 2022-11-19 12:00:27 -05:00
  • a5b26aaafe pg_dump: avoid unsafe function calls in getPolicies(). Tom Lane 2022-11-19 12:00:27 -05:00
  • 03ac485494 pg_dump: avoid unsafe function calls in getPolicies(). Tom Lane 2022-11-19 12:00:27 -05:00
  • b1f106420b Postpone calls of unsafe server-side functions in pg_dump. Tom Lane 2022-11-19 11:40:30 -05:00
  • 344b784920 Postpone calls of unsafe server-side functions in pg_dump. Tom Lane 2022-11-19 11:40:30 -05:00
  • e46e986bae Postpone calls of unsafe server-side functions in pg_dump. Tom Lane 2022-11-19 11:40:30 -05:00
  • 55f30e6c76 Postpone calls of unsafe server-side functions in pg_dump. Tom Lane 2022-11-19 11:40:30 -05:00
  • 48982d4721
    Merge branch 'postgres:master' into master #138 Alishan Ladhani 2022-11-19 11:24:19 -05:00
  • 2fb6154fcd Fix typos and bump catversion. Robert Haas 2022-11-18 16:16:21 -05:00
  • 3d14e171e9 Add a SET option to the GRANT command. Robert Haas 2022-11-18 12:32:50 -05:00
  • f84ff0c6d4 Don't read MCV stats needlessly in eqjoinsel(). Tom Lane 2022-11-18 11:01:03 -05:00
  • d8678aba2e Make object_address test output easier to update Peter Eisentraut 2022-11-18 16:00:52 +01:00
  • d0ca708540 Clean up SQL code indentation in test file Peter Eisentraut 2022-11-18 15:31:55 +01:00
  • 038512f71e Fix version comparison in Version.pm Andrew Dunstan 2022-11-18 08:38:26 -05:00
  • df4e93bea4 Fix version comparison in Version.pm Andrew Dunstan 2022-11-18 08:38:26 -05:00
  • 97ee956416 Fix version comparison in Version.pm Andrew Dunstan 2022-11-18 08:38:26 -05:00
  • 83eccb8562
    Fix typo Alvaro Herrera 2022-11-18 12:52:44 +01:00
  • 28d233c8e6 doc: Small wording improvement Peter Eisentraut 2022-11-18 12:46:07 +01:00
  • 910cab820d
    Add glossary entries related to superusers Alvaro Herrera 2022-11-18 11:59:26 +01:00
  • 07f7237c2a psql: Improve tab completion for GRANT/REVOKE Michael Paquier 2022-11-18 11:26:49 +09:00
  • 967db242c2 ci: Add task testing windows with mingw Andres Freund 2022-11-17 16:22:25 -08:00
  • 1489b1ce72 Standardize rmgrdesc recovery conflict XID output. Peter Geoghegan 2022-11-17 14:55:08 -08:00
  • d4acf2eb94 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 2022-11-17 16:54:31 -05:00
  • e21856fd65 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 2022-11-17 16:54:31 -05:00
  • 9a299cf7c2 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 2022-11-17 16:54:30 -05:00
  • 32d5a4974c Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 2022-11-17 16:54:30 -05:00
  • 3d45edcef0
    Fix MERGE tuple count with DO NOTHING Alvaro Herrera 2022-11-17 18:56:11 +01:00
  • 6ff5aa1299
    Fix MERGE tuple count with DO NOTHING Alvaro Herrera 2022-11-17 18:56:11 +01:00
  • 813492dacc Use correct type name in comments about freezing. Peter Geoghegan 2022-11-17 09:34:12 -08:00
  • 50bee42021 Account for IPC::Run::result() Windows behavior change. Noah Misch 2022-11-17 07:35:06 -08:00
  • 877cfeb4fb Account for IPC::Run::result() Windows behavior change. Noah Misch 2022-11-17 07:35:06 -08:00
  • 7298b904b8 Account for IPC::Run::result() Windows behavior change. Noah Misch 2022-11-17 07:35:06 -08:00
  • ec6ba191ce Account for IPC::Run::result() Windows behavior change. Noah Misch 2022-11-17 07:35:06 -08:00
  • 791dd75791 Account for IPC::Run::result() Windows behavior change. Noah Misch 2022-11-17 07:35:06 -08:00
  • 36dd0074af Account for IPC::Run::result() Windows behavior change. Noah Misch 2022-11-17 07:35:06 -08:00
  • d419d391fc Account for IPC::Run::result() Windows behavior change. Noah Misch 2022-11-17 07:35:06 -08:00
  • aaf28c9065 Account for IPC::Run::result() Windows behavior change. Noah Misch 2022-11-17 07:35:06 -08:00
  • 41afaa1ed4 Account for IPC::Run::result() Windows behavior change. Noah Misch 2022-11-17 07:35:06 -08:00
  • aca93b5f18 Account for IPC::Run::result() Windows behavior change. Noah Misch 2022-11-17 07:35:06 -08:00
  • bbf9c282ce libpq: Handle NegotiateProtocolVersion message Peter Eisentraut 2022-11-17 15:14:44 +01:00
  • dce92e59b1 libpq: Correct processing of startup response messages Peter Eisentraut 2022-11-17 14:12:04 +01:00
  • 3d0c95bc89 Fix wording in comment Daniel Gustafsson 2022-11-17 13:17:19 +01:00
  • cefe182533
    Fix outdated comment in ExecDelete Alvaro Herrera 2022-11-17 12:52:20 +01:00
  • 01755490cf
    Fix outdated comment in ExecDelete Alvaro Herrera 2022-11-17 12:52:20 +01:00
  • af3abca029 Allow initdb to complete on systems without "locale" command Peter Eisentraut 2022-11-17 12:12:11 +01:00
  • 1eaa48e998 doc: Fix wording of MERGE actions in README Daniel Gustafsson 2022-11-17 10:07:06 +01:00
  • 3b304547a9 doc: Fix wording of MERGE actions in README Daniel Gustafsson 2022-11-17 10:07:06 +01:00