Commit Graph

  • 8bf826528a meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup Andres Freund 2023-03-08 16:53:57 -08:00
  • f1c3963292 doc: Add guidelines to generate coverage reports with meson Michael Paquier 2023-03-09 09:21:47 +09:00
  • 0d237aeeba meson: Add target for installing test files & improve install_test_files Andres Freund 2023-03-07 16:14:18 -08:00
  • 87e4f24d82
    001_libpq_pipeline.pl: use Test::Differences if available Alvaro Herrera 2023-03-08 18:31:55 +01:00
  • 30a53b7929 Allow tailoring of ICU locales with custom rules Peter Eisentraut 2023-03-08 16:35:42 +01:00
  • b1534ed99d Clean up comments Peter Eisentraut 2023-03-08 15:56:32 +01:00
  • 2a71ad64cb Break up long GETTEXT_FILES lists Peter Eisentraut 2023-03-08 15:05:43 +01:00
  • 822e8e2951 Update comment Peter Eisentraut 2023-03-08 14:22:06 +01:00
  • daa8365a90 Reflect normalization of query strings for utilities in pg_stat_statements Michael Paquier 2023-03-08 15:00:50 +09:00
  • be504a3e97 Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids Andres Freund 2023-03-07 21:36:46 -08:00
  • a4e003338d Refine query jumbling handling for CallStmt Michael Paquier 2023-03-08 14:38:35 +09:00
  • 3c92f7e9d8 Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids Andres Freund 2023-03-07 21:36:52 -08:00
  • e6d77f22c7 Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids Andres Freund 2023-03-07 21:36:51 -08:00
  • 324281fd5b Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids Andres Freund 2023-03-07 21:36:49 -08:00
  • 391f08fd68 Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids Andres Freund 2023-03-07 21:36:48 -08:00
  • 401874ab02 meson: don't require 'touch' binary, make use of 'cp' optional Andres Freund 2023-03-07 18:24:18 -08:00
  • d69cd3a2e2 Ignore IntoClause.viewQuery in query jumbling Michael Paquier 2023-03-08 11:41:52 +09:00
  • ee56048b0e Improve readability of code PROCESS_MAIN in vacuum_rel() Michael Paquier 2023-03-08 09:16:44 +09:00
  • 76d2177fb6 Fix more bugs caused by adding columns to the end of a view. Tom Lane 2023-03-07 18:21:37 -05:00
  • 99be6feec9 Fix more bugs caused by adding columns to the end of a view. Tom Lane 2023-03-07 18:21:37 -05:00
  • 721626cb57 Fix more bugs caused by adding columns to the end of a view. Tom Lane 2023-03-07 18:21:37 -05:00
  • 5a19da58ee Fix more bugs caused by adding columns to the end of a view. Tom Lane 2023-03-07 18:21:37 -05:00
  • 695b34ab35 Fix more bugs caused by adding columns to the end of a view. Tom Lane 2023-03-07 18:21:37 -05:00
  • 9f1e51b596 Fix more bugs caused by adding columns to the end of a view. Tom Lane 2023-03-07 18:21:37 -05:00
  • ce1215d9b0 Add support for unit "B" to pg_size_bytes() Peter Eisentraut 2023-03-07 20:26:29 +01:00
  • af4d5715fc doc: Update pg_size_pretty documentation about petabytes support Peter Eisentraut 2023-03-07 19:30:14 +01:00
  • ae48601832 doc: Update pg_size_pretty documentation about petabytes support Peter Eisentraut 2023-03-07 19:30:14 +01:00
  • 1be0fdb9de Fix flakey pg_stat_io test Andres Freund 2023-03-07 10:03:42 -08:00
  • b0a5713bdf pg_recvlogical - Write message length before each message #133 Omer Banay 2023-03-07 19:48:14 +02:00
  • e20b1ea157 Make get_extension_schema() available Michael Paquier 2023-03-07 14:18:20 +09:00
  • cf96907aad Fix incorrect comment in pg_get_partkeydef() David Rowley 2023-03-07 14:33:28 +13:00
  • 9a714b9d6e Improve cleanup phases in regression tests of pg_stat_statements Michael Paquier 2023-03-07 08:58:13 +09:00
  • 7fee7871b4 Fix some more cases of missed GENERATED-column updates. Tom Lane 2023-03-06 18:31:16 -05:00
  • 23b75dd03d Fix some more cases of missed GENERATED-column updates. Tom Lane 2023-03-06 18:31:16 -05:00
  • 4a94cbd02b Fix some more cases of missed GENERATED-column updates. Tom Lane 2023-03-06 18:31:16 -05:00
  • 1e05ea51d3 Fix some more cases of missed GENERATED-column updates. Tom Lane 2023-03-06 18:31:16 -05:00
  • 70ef509543 Fix some more cases of missed GENERATED-column updates. Tom Lane 2023-03-06 18:31:16 -05:00
  • d937904cce Silence -Wmissing-braces complaints in file_utils.c Michael Paquier 2023-03-07 07:42:36 +09:00
  • b803b7d132 Fill EState.es_rteperminfos more systematically. Tom Lane 2023-03-06 13:10:57 -05:00
  • e76cbb6cd6 Reword overly-optimistic comment about backup checksum verification. Robert Haas 2023-03-06 10:35:15 -05:00
  • f3948b5c91 Remove an old comment that doesn't seem especially useful. Robert Haas 2023-02-02 14:51:56 -05:00
  • 349803b18f In basebackup.c, perform end-of-file test after checksum validation. Robert Haas 2023-02-02 12:04:16 -05:00
  • 33352b9279 In basebackup.c, perform end-of-file test after checksum validation. Robert Haas 2023-02-02 12:04:16 -05:00
  • d3406d8036 Fix handling of default option values in createuser Daniel Gustafsson 2023-03-06 14:16:32 +01:00
  • 4211fbd841 Add PROCESS_MAIN to VACUUM Michael Paquier 2023-03-06 16:41:05 +09:00
  • 46d490ac19 Improve the regression tests of VACUUM (PROCESS_TOAST) Michael Paquier 2023-03-06 15:40:56 +09:00
  • 9effa55236 Deduplicate handling of binary and text modes in logicalrep_read_tuple(). Amit Kapila 2023-03-06 09:54:57 +05:30
  • ce340e530d Revise pg_pwrite_zeros() Michael Paquier 2023-03-06 13:21:33 +09:00
  • afa122e41c Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro 2023-03-06 15:07:15 +13:00
  • a0f55fc86a Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro 2023-03-06 15:07:15 +13:00
  • e9051ecd58 Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro 2023-03-06 15:07:15 +13:00
  • 055990904a Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro 2023-03-06 15:07:15 +13:00
  • 47c0accbe0 Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro 2023-03-06 15:07:15 +13:00
  • fe83276290
    Merge branch 'postgres:master' into REL_15_STABLE_PATCHED #132 Andrey Kapliev 2023-03-05 21:58:56 +03:00
  • 102a5c164a SQL JSON path enhanced numeric literals Peter Eisentraut 2023-03-05 15:02:01 +01:00
  • f61e60102f Avoid failure when altering state of partitioned foreign-key triggers. Tom Lane 2023-03-04 13:32:35 -05:00
  • 6949b921d5 Avoid failure when altering state of partitioned foreign-key triggers. Tom Lane 2023-03-04 13:32:35 -05:00
  • f62975b2af Tighten header pre-inclusions in headerscheck and cpluspluscheck. Tom Lane 2023-03-04 12:11:50 -05:00
  • 60c5a2c706 Fucking megapatch 2 Andrey Kapliev 2022-07-03 18:02:39 +03:00
  • ebd551f586 Update some incorrect comments about xlog records. Robert Haas 2023-03-03 12:52:04 -05:00
  • b6a0d469ca meson: Prevent installation of test files during main install Peter Eisentraut 2023-03-03 07:18:20 +01:00
  • b1307b8b60 Fix incorrect format placeholders Peter Eisentraut 2023-03-03 07:01:18 +01:00
  • d28a449854 Force testing of query jumbling in 027_stream_regress.pl Michael Paquier 2023-03-03 10:41:51 +09:00
  • d0028e35a0 Refactor more the regression tests of pg_stat_statements Michael Paquier 2023-03-03 08:46:11 +09:00
  • 98a88bc2bc Harden new test case against force_parallel_mode = regress. Tom Lane 2023-03-02 17:47:20 -05:00
  • 3dfae91f7a Show "internal name" not "source code" in psql's \df+ command. Tom Lane 2023-03-02 17:15:00 -05:00
  • 1da569ca1f Don't leak descriptors into subprograms. Thomas Munro 2023-03-03 10:28:47 +13:00
  • 6b661b01f4 Remove local optimizations of empty Bitmapsets into null pointers. Tom Lane 2023-03-02 12:01:47 -05:00
  • 00b41463c2 Require empty Bitmapsets to be represented as NULL. Tom Lane 2023-03-02 11:47:26 -05:00
  • 141225b251 Mop up some undue familiarity with the innards of Bitmapsets. Tom Lane 2023-03-02 11:37:37 -05:00
  • 462bb7f128 Remove bms_first_member(). Tom Lane 2023-03-02 11:34:29 -05:00
  • 2f80c95740 Mark options as deprecated in usage output Daniel Gustafsson 2023-03-02 14:36:37 +01:00
  • 7ab1bc2939 Fix outdated references to guc.c Daniel Gustafsson 2023-03-02 13:49:39 +01:00
  • 4ac30ba4f2 Make some xlogreader messages more accurate Peter Eisentraut 2023-03-02 07:42:39 +01:00
  • 5ad63eee13 pageinspect: Fix crash with gist_page_items() Michael Paquier 2023-03-02 14:03:21 +09:00
  • 9d41ecfcd9 pageinspect: Fix crash with gist_page_items() Michael Paquier 2023-03-02 14:03:08 +09:00
  • be753639d3 pageinspect: Fix crash with gist_page_items() Michael Paquier 2023-03-02 14:03:02 +09:00
  • 8c5867dbd5
    sec.md #131 @lex 2023-03-01 11:42:54 -05:00
  • d7056bc1c7 Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 2023-03-01 11:30:17 -05:00
  • b1a9d8ef25 Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 2023-03-01 11:30:17 -05:00
  • b162660d3a Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 2023-03-01 11:30:17 -05:00
  • 3b37e84422 Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 2023-03-01 11:30:17 -05:00
  • 1a9356f657 Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 2023-03-01 11:30:17 -05:00
  • eae09137d5 Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane 2023-03-01 11:30:17 -05:00
  • 6095069b40 Improve wording in pg_dump compression docs Tomas Vondra 2023-03-01 16:08:33 +01:00
  • 34ce114374 Fix condition in pg_dump TAP test Tomas Vondra 2023-03-01 15:53:51 +01:00
  • d2f44cc36e meson: Add equivalent of configure --disable-rpath option Peter Eisentraut 2023-03-01 07:41:02 +01:00
  • 6da67a0c11 doc: Mention de-normalization of deallocated entries in pg_stat_statements Michael Paquier 2023-03-01 10:47:01 +09:00
  • 6a88a05861 doc: Update pg_stat_statements about query ID calculation of utilities Michael Paquier 2023-03-01 10:31:55 +09:00
  • b1b86820d8 Suppress more compiler warnings in new pgstats code. Tom Lane 2023-02-28 20:30:37 -05:00
  • b5784e6a5e doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect Michael Paquier 2023-03-01 08:38:55 +09:00
  • 019f862466 doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect Michael Paquier 2023-03-01 08:38:43 +09:00
  • 128dd9f9ec Fix logic buglets in pg_dump's flagInhAttrs(). Tom Lane 2023-02-28 18:06:45 -05:00
  • b5737efea0 Remove unnecessary and problematic collate.windows.win1252 tests Andrew Dunstan 2023-02-28 15:47:07 -05:00
  • b15db7f690 Drop test view when done with it. Tom Lane 2023-02-27 20:27:48 -05:00
  • 71a75626d5 Drop test view when done with it. Tom Lane 2023-02-27 20:27:48 -05:00
  • 737668d9e3 Fix expected output of xml_2.out Michael Paquier 2023-02-28 08:37:37 +09:00
  • b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() Michael Paquier 2023-02-28 08:04:13 +09:00
  • 728560db7d Suppress compiler warnings in new pgstats code. Tom Lane 2023-02-27 17:21:31 -05:00
  • ba019b4dac Harden postgres_fdw tests against unexpected cache flushes. Tom Lane 2023-02-27 16:29:51 -05:00