Commit Graph

  • 344d89abf3 waldump: fix use-after-free in search_directory(). Andres Freund 2022-03-23 16:38:43 -07:00
  • 6839aa7a69 waldump: fix use-after-free in search_directory(). Andres Freund 2022-03-23 16:38:43 -07:00
  • 264d284929 waldump: fix use-after-free in search_directory(). Andres Freund 2022-03-23 16:38:43 -07:00
  • cc7401d5ca Fix up compiler warnings/errors from f4fb45d15. Tom Lane 2022-03-27 18:32:40 -04:00
  • f4fb45d15c SQL/JSON constructors Andrew Dunstan 2022-03-03 13:02:10 -05:00
  • f79b803dcc Common SQL/JSON clauses Andrew Dunstan 2022-03-03 13:00:49 -05:00
  • b64c3bd62e Remove more unused module imports from TAP tests Daniel Gustafsson 2022-03-27 22:26:40 +02:00
  • c2d81ee902 Remove useless variable. Tom Lane 2022-03-27 15:05:22 -04:00
  • 641a9b7167 Avoid using large pass-by-value struct arguments in pgbench. Tom Lane 2022-03-27 14:38:05 -04:00
  • 9016a2a3dc Fix breakage of get_ps_display() in the PS_USE_NONE case. Tom Lane 2022-03-27 12:57:46 -04:00
  • 3f7a59c59b Fix breakage of get_ps_display() in the PS_USE_NONE case. Tom Lane 2022-03-27 12:57:46 -04:00
  • 0fb6954aa5 Fix breakage of get_ps_display() in the PS_USE_NONE case. Tom Lane 2022-03-27 12:57:46 -04:00
  • 411b91360f Fix comment in execParallel.c Michael Paquier 2022-03-27 18:22:22 +09:00
  • ab80b0fbbb pageinspect: Add more sanity checks to prevent out-of-bound reads Michael Paquier 2022-03-27 17:54:08 +09:00
  • 1a2fdf86aa pageinspect: Add more sanity checks to prevent out-of-bound reads Michael Paquier 2022-03-27 17:54:03 +09:00
  • 5ca2aa2f26 pageinspect: Add more sanity checks to prevent out-of-bound reads Michael Paquier 2022-03-27 17:53:59 +09:00
  • 3d4d6dee07 pageinspect: Add more sanity checks to prevent out-of-bound reads Michael Paquier 2022-03-27 17:53:55 +09:00
  • 27d3844418 pageinspect: Add more sanity checks to prevent out-of-bound reads Michael Paquier 2022-03-27 17:53:51 +09:00
  • 291e517a4d pageinspect: Add more sanity checks to prevent out-of-bound reads Michael Paquier 2022-03-27 17:53:40 +09:00
  • 404f49338f Wait for subscription to sync in t/031_column_list.sql Tomas Vondra 2022-03-27 00:11:38 +01:00
  • 4a7e964fc6 SSL TAP test backend library independence refactoring Daniel Gustafsson 2022-03-26 22:00:39 +01:00
  • e07d4ddc55 Suppress compiler warning in relptr_store(). Tom Lane 2022-03-26 14:29:29 -04:00
  • 403a8c7629 Suppress compiler warning in relptr_store(). Tom Lane 2022-03-26 14:29:29 -04:00
  • a2a1aa830a Suppress compiler warning in relptr_store(). Tom Lane 2022-03-26 14:29:29 -04:00
  • cb8586d051 Suppress compiler warning in relptr_store(). Tom Lane 2022-03-26 14:29:29 -04:00
  • 4fbbea2c19 Suppress compiler warning in relptr_store(). Tom Lane 2022-03-26 14:29:29 -04:00
  • 0144c9c7e7 Suppress compiler warning in relptr_store(). Tom Lane 2022-03-26 14:29:29 -04:00
  • 41b00f8e60 Move prattrs to the pg_publication_rel section in docs Tomas Vondra 2022-03-26 19:06:10 +01:00
  • 979cd655c1 Suppress compiler warning in pub_collist_to_bitmapset(). Tom Lane 2022-03-26 11:53:37 -04:00
  • 923def9a53 Allow specifying column lists for logical replication Tomas Vondra 2022-03-26 00:45:21 +01:00
  • 05843b1aa4 Minor improvements in sequence decoding code and docs Tomas Vondra 2022-03-25 20:12:50 +01:00
  • 3d263b0905 Harden TAP tests that intentionally corrupt page checksums. Tom Lane 2022-03-25 14:23:26 -04:00
  • d09f765b9d Harden TAP tests that intentionally corrupt page checksums. Tom Lane 2022-03-25 14:23:26 -04:00
  • 6e9ffcf13a Harden TAP tests that intentionally corrupt page checksums. Tom Lane 2022-03-25 14:23:26 -04:00
  • 579cef5faf Harden TAP tests that intentionally corrupt page checksums. Tom Lane 2022-03-25 14:23:26 -04:00
  • 174877f1e3 Harden TAP tests that intentionally corrupt page checksums. Tom Lane 2022-03-25 14:23:26 -04:00
  • 002c9dd97a Handle sequences in preprocess_pubobj_list Tomas Vondra 2022-03-25 14:29:56 +01:00
  • 2d2232933b Update tab-completion for CREATE PUBLICATION with sequences Tomas Vondra 2022-03-25 13:24:14 +01:00
  • 50e3ed8e91
    Fix replay of create database records on standby Alvaro Herrera 2022-03-25 13:16:21 +01:00
  • ffd28516e6
    Fix replay of create database records on standby Alvaro Herrera 2022-03-25 13:16:21 +01:00
  • 49d9cfc68b
    Fix replay of create database records on standby Alvaro Herrera 2022-03-25 13:16:21 +01:00
  • c64fb698d0 Make update-unicode target work in vpath builds Peter Eisentraut 2022-03-25 09:47:50 +01:00
  • 23119d51a1 Refactor DLSUFFIX handling Peter Eisentraut 2022-03-25 08:44:31 +01:00
  • 5656683503 postgres_fdw: Minor cleanup for pgfdw_abort_cleanup(). Etsuro Fujita 2022-03-25 15:30:00 +09:00
  • ad8759bea0 Fix typos in standby.c Michael Paquier 2022-03-25 14:11:18 +09:00
  • 3e67a5cac6 Remove some useless free calls. Amit Kapila 2022-03-25 07:37:06 +05:30
  • 0f79caa3c6 Second attempt to fix pgbench TAP test. Tatsuo Ishii 2022-03-25 10:11:19 +09:00
  • 52b5568432 Improve command line options for pg_waldump. Thomas Munro 2022-03-25 13:44:10 +13:00
  • f28bf667f6 Add retries for further investigation of 019_replslot_limit.pl failures. Andres Freund 2022-03-24 17:12:09 -07:00
  • 26ebb0e280 List offending databases in pg_upgrade datallowconn check Daniel Gustafsson 2022-03-24 22:41:40 +01:00
  • ce95c54376 Fix pg_statio_all_tables view for multiple TOAST indexes. Tom Lane 2022-03-24 16:33:13 -04:00
  • 7dac61402e Remove unused module imports from TAP tests Daniel Gustafsson 2022-03-24 20:51:40 +01:00
  • 412ad7a556 Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 2022-03-24 14:32:06 -04:00
  • 57f618310f Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 2022-03-24 14:50:06 -04:00
  • 118f1a332b Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 2022-03-24 14:49:08 -04:00
  • 3821d66a7b Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 2022-03-24 14:38:51 -04:00
  • 1ce14b6b2f Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 2022-03-24 14:36:06 -04:00
  • bbace5697d Fix possible recovery trouble if TRUNCATE overlaps a checkpoint. Robert Haas 2022-03-24 14:32:24 -04:00
  • 86459b3296
    Wrap inline function definitions in #ifndef FRONTEND Alvaro Herrera 2022-03-24 19:30:06 +01:00
  • 75b1521dae Add decoding of sequences to built-in replication Tomas Vondra 2022-03-24 18:20:21 +01:00
  • 0adb3dc68b Doc: add some documentation about serialization failure handling. Tom Lane 2022-03-24 13:34:27 -04:00
  • e27f4ee0a7
    Change fastgetattr and heap_getattr to inline functions Alvaro Herrera 2022-03-24 18:02:27 +01:00
  • 0bd7af082a Invent recursive_worktable_factor GUC to replace hard-wired constant. Tom Lane 2022-03-24 11:47:41 -04:00
  • a47651447f Remove unnecessary translator comment Peter Eisentraut 2022-03-24 14:06:08 +01:00
  • bbd4951b73 doc: Improve postgres command for shared_memory_size_in_huge_pages Michael Paquier 2022-03-24 20:56:31 +09:00
  • 127aea2a65 Add additional filtering options to pg_waldump. Thomas Munro 2022-03-24 20:58:20 +13:00
  • ac9c5dc5d4 Fix pgbench TAP test. Tatsuo Ishii 2022-03-24 13:32:59 +09:00
  • d4781d8873 Refactor code related to pg_hba_file_rules() into new file Michael Paquier 2022-03-24 12:42:30 +09:00
  • a1bc4d3590 Add some basic regression tests for pg_freespacemap Michael Paquier 2022-03-24 09:36:30 +09:00
  • 81045e1e1c Don't try to translate NULL in GetConfigOptionByNum(). Andres Freund 2022-03-23 13:05:59 -07:00
  • c0f99bb520 Don't try to translate NULL in GetConfigOptionByNum(). Andres Freund 2022-03-23 13:05:59 -07:00
  • 61a007feed Don't try to translate NULL in GetConfigOptionByNum(). Andres Freund 2022-03-23 13:05:59 -07:00
  • 5f4615b9de Don't call fwrite() with len == 0 when writing out relcache init file. Andres Freund 2022-03-23 13:05:25 -07:00
  • 2121d58091 Don't call fwrite() with len == 0 when writing out relcache init file. Andres Freund 2022-03-23 13:05:25 -07:00
  • c5b60a68cc Don't call fwrite() with len == 0 when writing out relcache init file. Andres Freund 2022-03-23 13:05:25 -07:00
  • 8014c61ebd Don't call fwrite() with len == 0 when writing out relcache init file. Andres Freund 2022-03-23 13:05:25 -07:00
  • 89a94c24aa Don't call fwrite() with len == 0 when writing out relcache init file. Andres Freund 2022-03-23 13:05:25 -07:00
  • 3ac7d02412 Don't try to translate NULL in GetConfigOptionByNum(). Andres Freund 2022-03-23 13:05:59 -07:00
  • 1c6bb380e5 Don't call fwrite() with len == 0 when writing out relcache init file. Andres Freund 2022-03-23 13:05:25 -07:00
  • e52e9bd57f configure: check for dlsym instead of dlopen. Andres Freund 2022-03-23 12:43:14 -07:00
  • 7c163aa93f configure: check for dlsym instead of dlopen. Andres Freund 2022-03-23 12:43:14 -07:00
  • 6a767bc2e7 configure: check for dlsym instead of dlopen. Andres Freund 2022-03-23 12:43:14 -07:00
  • a77dddb42e configure: check for dlsym instead of dlopen. Andres Freund 2022-03-23 12:43:14 -07:00
  • 2a91937265 configure: check for dlsym instead of dlopen. Andres Freund 2022-03-23 12:43:14 -07:00
  • e71c76fcab configure: check for dlsym instead of dlopen. Andres Freund 2022-03-23 12:43:14 -07:00
  • c97e4bdcb1 Clean test_rls_hooks module Andrew Dunstan 2022-03-23 15:11:45 -04:00
  • 81b9f23c9c ci: test headerscheck, cpluspluscheck as part of CompilerWarnings task. Andres Freund 2022-03-23 11:33:01 -07:00
  • 9814c708c6
    pg_upgrade: Upgrade an Assert to a real 'if' test Alvaro Herrera 2022-03-23 19:23:51 +01:00
  • ca26c64581
    pg_upgrade: Upgrade an Assert to a real 'if' test Alvaro Herrera 2022-03-23 19:23:51 +01:00
  • 8e0c76be19
    pg_upgrade: Upgrade an Assert to a real 'if' test Alvaro Herrera 2022-03-23 19:23:51 +01:00
  • efe44fb2f6
    pg_upgrade: Upgrade an Assert to a real 'if' test Alvaro Herrera 2022-03-23 19:23:51 +01:00
  • d8718edf60
    pg_upgrade: Upgrade an Assert to a real 'if' test Alvaro Herrera 2022-03-23 19:23:51 +01:00
  • 3e1c942a4e
    pg_upgrade: Upgrade an Assert to a real 'if' test Alvaro Herrera 2022-03-23 19:23:51 +01:00
  • 591767150f pg_basebackup: Try to fix some failures on Windows. Robert Haas 2022-03-23 13:25:26 -04:00
  • caaeb88ff7
    Fix "missing continuation record" after standby promotion Alvaro Herrera 2022-03-23 18:22:10 +01:00
  • 98eb3e06ce
    Fix "missing continuation record" after standby promotion Alvaro Herrera 2022-03-23 18:22:10 +01:00
  • c714ebd0e8
    Fix "missing continuation record" after standby promotion Alvaro Herrera 2022-03-23 18:22:10 +01:00
  • 199cd7b59a
    Fix "missing continuation record" after standby promotion Alvaro Herrera 2022-03-23 18:22:10 +01:00
  • 9ade3c09a5
    Fix "missing continuation record" after standby promotion Alvaro Herrera 2022-03-23 18:22:10 +01:00
  • 9d92582abf
    Fix "missing continuation record" after standby promotion Alvaro Herrera 2022-03-23 18:22:10 +01:00