Commit Graph

  • dfdb2f3bf5
    test_decoding: Add comments about delaying BEGIN/PREPARE Alvaro Herrera 2022-03-23 16:17:00 +01:00
  • 68d8f9bfb2 In get_bc_algorithm_name, add a dummy return statement. Robert Haas 2022-03-23 11:37:12 -04:00
  • 7c51b7f7cc
    Force NO_LOCALE / UTF8 for test_oat_hooks tests Andrew Dunstan 2022-03-23 11:13:33 -04:00
  • fc15396dc6
    Use approved style for listing OBJS in test_oat_hooks Makefile Andrew Dunstan 2022-03-23 10:42:25 -04:00
  • 607e75e8f0 Unbreak the build. Robert Haas 2022-03-23 10:22:54 -04:00
  • ffd53659c4 Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL. Robert Haas 2022-03-23 09:19:14 -04:00
  • 4a39f87acd Allow pgbench to retry in some cases. Tatsuo Ishii 2022-03-23 18:52:37 +09:00
  • bd19ab257c Try to stabilize vacuum test. Thomas Munro 2022-03-23 14:31:18 +13:00
  • f784fcdc44 Try to stabilize vacuum test. Thomas Munro 2022-03-23 14:31:18 +13:00
  • cd3a5055f9 Try to stabilize vacuum test. Thomas Munro 2022-03-23 14:31:18 +13:00
  • 383f222119 Try to stabilize vacuum test. Thomas Munro 2022-03-23 14:31:18 +13:00
  • 5b29a9f772 Temporarily disable installcheck for test_oat_hooks module Andrew Dunstan 2022-03-22 20:18:30 -04:00
  • 1460fc5942 Revert "Common SQL/JSON clauses" Andrew Dunstan 2022-03-22 19:55:15 -04:00
  • 3707e437c7 Add missing xlogdefs.h include to pg_subscription.h. Andres Freund 2022-03-22 16:46:24 -07:00
  • 865fe4d5df Common SQL/JSON clauses Andrew Dunstan 2022-03-03 13:00:49 -05:00
  • a3b071bbe0 Tidy up Object Access hooks tests Andrew Dunstan 2022-03-22 16:18:06 -04:00
  • f0206d9952 Fix new Object Access hooks test Andrew Dunstan 2022-03-22 13:27:26 -04:00
  • 083031aa99 Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 2022-03-22 08:22:02 -07:00
  • cd1951ba08 Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 2022-03-22 08:22:02 -07:00
  • 4553b960f3 Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 2022-03-22 08:22:02 -07:00
  • f183e23cc8 Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 2022-03-22 08:22:02 -07:00
  • 2d608c9607 Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 2022-03-22 08:22:02 -07:00
  • 097786fbbb Add missing dependency of pg_dumpall to WIN32RES. Andres Freund 2022-03-22 08:22:02 -07:00
  • ce8c978295 pgstat: fix function name in comment. Andres Freund 2022-03-22 08:15:40 -07:00
  • 90efa2f556 Add a test module for Object Access hooks Andrew Dunstan 2022-03-22 10:27:00 -04:00
  • d11e84ea46 Add String object access hooks Andrew Dunstan 2022-03-22 09:06:15 -04:00
  • 29992a6a50 Revert "graceful shutdown" changes for Windows. Tom Lane 2022-03-22 10:19:15 -04:00
  • 7faa5fc84b Add support for security invoker views. Dean Rasheed 2022-03-22 10:28:10 +00:00
  • f5576a21b0 pgcrypto: Remove internal padding implementation Peter Eisentraut 2022-03-22 08:51:05 +01:00
  • 8138bd4a56 Fix failures in SSL tests caused by out-of-tree keys and certificates Michael Paquier 2022-03-22 13:21:58 +09:00
  • 635abe6cd4 Fix failures in SSL tests caused by out-of-tree keys and certificates Michael Paquier 2022-03-22 13:21:54 +09:00
  • 199ca68c92 Fix failures in SSL tests caused by out-of-tree keys and certificates Michael Paquier 2022-03-22 13:21:48 +09:00
  • f32be9938c Fix failures in SSL tests caused by out-of-tree keys and certificates Michael Paquier 2022-03-22 13:21:39 +09:00
  • fdb1be4962 Fix failures in SSL tests caused by out-of-tree keys and certificates Michael Paquier 2022-03-22 13:21:33 +09:00
  • 9ca234bae7 Fix failures in SSL tests caused by out-of-tree keys and certificates Michael Paquier 2022-03-22 13:20:31 +09:00
  • 208c5d65bb Add ALTER SUBSCRIPTION ... SKIP. Amit Kapila 2022-03-22 07:11:19 +05:30
  • 315ae75e9b pgstat: reorder pgstat.[ch] contents. Andres Freund 2022-03-21 16:16:42 -07:00
  • 2afa031ac5 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 2022-03-21 17:44:29 -04:00
  • 5de244196a Fix assorted missing logic for GroupingFunc nodes. Tom Lane 2022-03-21 17:44:29 -04:00
  • 69c88e2fb0 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 2022-03-21 17:44:29 -04:00
  • dfefe38fbe Fix assorted missing logic for GroupingFunc nodes. Tom Lane 2022-03-21 17:44:29 -04:00
  • 48b6035f0f Fix assorted missing logic for GroupingFunc nodes. Tom Lane 2022-03-21 17:44:29 -04:00
  • 2591ee8ec4 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 2022-03-21 17:44:29 -04:00
  • 13619598f1 pgstat: split different types of stats into separate files. Andres Freund 2022-03-21 12:02:25 -07:00
  • cb02fcb4c9 Fix bogus dependency handling for GENERATED expressions. Tom Lane 2022-03-21 14:58:49 -04:00
  • 17f3bc0928 Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c. Tom Lane 2022-03-21 14:38:23 -04:00
  • b8ae17fd9f Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 2022-03-21 12:22:13 -04:00
  • d8d378d510 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 2022-03-21 12:22:13 -04:00
  • 2241e5ceda Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 2022-03-21 12:22:13 -04:00
  • 05ccf974cd Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 2022-03-21 12:22:13 -04:00
  • 7b6ec86532 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 2022-03-21 12:22:13 -04:00
  • 1f8bc44868 Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. Tom Lane 2022-03-21 11:11:55 -04:00
  • c540d37157 Fix typo in file identification Magnus Hagander 2022-03-21 12:33:29 +02:00
  • d4ba8b51c7 pgstat: separate "xact level" handling out of relation specific functions. Andres Freund 2022-03-20 19:12:09 -07:00
  • bff258a273 pgstat: rename pgstat_initstats() to pgstat_relation_init(). Andres Freund 2022-03-20 19:12:09 -07:00
  • 8363102009 pgstat: introduce pgstat_relation_should_count(). Andres Freund 2022-03-20 19:12:09 -07:00
  • 2d655a08d5
    Blind fix for uninitialized memory bug in ba9a7e392171 Alvaro Herrera 2022-03-20 22:10:24 +01:00
  • a096813b6f Log regression.diffs in 027_stream_regress.pl. Thomas Munro 2022-03-21 09:31:22 +13:00
  • 7fa3db3679 psql: handle tab completion of timezone names after "SET TIMEZONE TO". Tom Lane 2022-03-20 16:06:41 -04:00
  • ba9a7e3921
    Enforce foreign key correctly during cross-partition updates Alvaro Herrera 2022-03-20 18:43:40 +01:00
  • 0de9b999d1 Doc: fix our example systemd script. Tom Lane 2022-03-20 12:39:40 -04:00
  • f693e99640 Doc: fix our example systemd script. Tom Lane 2022-03-20 12:39:40 -04:00
  • 88418aacc9 Doc: fix our example systemd script. Tom Lane 2022-03-20 12:39:40 -04:00
  • 36c3acb397 Doc: fix our example systemd script. Tom Lane 2022-03-20 12:39:40 -04:00
  • a1efc8f8c8 Doc: fix our example systemd script. Tom Lane 2022-03-20 12:39:40 -04:00
  • 3f513ac793 Doc: fix our example systemd script. Tom Lane 2022-03-20 12:39:40 -04:00
  • 3a671e1f7c Fix global ICU collations for ICU < 54 Peter Eisentraut 2022-03-20 10:21:45 +01:00
  • 3c0c5cc5e6 Add a few recent and not so recent revs to git-blame-ignore-revs. Andres Freund 2022-03-19 12:37:28 -07:00
  • 78f9506b38 pgstat: split out WAL handling from pgstat_{initialize,report_stat}. Andres Freund 2022-03-19 11:35:37 -07:00
  • 89c546c294 pgstat: split relation, database handling out of pgstat_report_stat(). Andres Freund 2022-03-19 11:32:18 -07:00
  • a3a75b982b pgstat: run pgindent on pgstat.c/h. Andres Freund 2022-03-19 11:32:18 -07:00
  • 50b1e8c51b ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f39. Andres Freund 2022-03-19 11:32:18 -07:00
  • a1fc50672c
    Fix an outdated and grammatically wrong comment Alvaro Herrera 2022-03-19 19:31:38 +01:00
  • eb8399cf1f Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEW Michael Paquier 2022-03-19 19:13:52 +09:00
  • ade2159bcd Add regression tests for ALTER MATERIALIZED VIEW with tablespaces Michael Paquier 2022-03-19 17:28:50 +09:00
  • 49c5cd5c4e doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 2022-03-19 16:38:02 +09:00
  • b68929d6e6 doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 2022-03-19 16:37:57 +09:00
  • 4d23229251 doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 2022-03-19 16:37:52 +09:00
  • fe14b0dd45 doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 2022-03-19 16:37:43 +09:00
  • c422e8da7e doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 2022-03-19 16:37:39 +09:00
  • 9616da3ddb doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW Michael Paquier 2022-03-19 16:37:31 +09:00
  • 97bddda61b Silence -Wmaybe-uninitialized compiler warning in dbcommands.c. Andres Freund 2022-03-18 18:48:03 -07:00
  • e186f56f9c Close race condition in slot_creation_error.spec. Noah Misch 2022-03-18 18:18:00 -07:00
  • 4a288a37f9 ci: compile with -Og where applicable. Andres Freund 2022-03-18 15:42:33 -07:00
  • 225fb558cd ci: include hints how to install OS packages. Andres Freund 2022-03-18 15:42:02 -07:00
  • e6fd4a3daf Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 2022-03-18 16:01:42 -04:00
  • 84f3ecdaae Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 2022-03-18 16:01:42 -04:00
  • 840729fd10 Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 2022-03-18 16:01:42 -04:00
  • 88ae77588d Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 2022-03-18 16:01:42 -04:00
  • ae8ec7feba Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 2022-03-18 16:01:42 -04:00
  • 068739fb4f Fix incorrect xmlschema output for types timetz and timestamptz. Tom Lane 2022-03-18 16:01:42 -04:00
  • 0d3aaadd32 Specify database encoding in new ICU test. Tom Lane 2022-03-18 13:26:04 -04:00
  • 9eaef6f8ea Doc: remove bogus instruction to install contrib/hstore. Tom Lane 2022-03-18 13:21:47 -04:00
  • d914eb347f Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. Tom Lane 2022-03-18 13:10:04 -04:00
  • 3f1ce97346 Add circular WAL decoding buffer, take II. Thomas Munro 2022-03-18 17:45:04 +13:00
  • 7a7cd84893 doc: Remove mention to in-place tablespaces for pg_tablespace_location() Michael Paquier 2022-03-18 10:46:36 +09:00
  • f512efb2d5 Fix header inclusion order in pg_receivewal.c Michael Paquier 2022-03-18 10:38:16 +09:00
  • b2397aae23 Declare aarch64 has single copy atomicity for 8 byte values. Thomas Munro 2022-03-18 13:40:26 +13:00
  • d7b5c071dd Don't bother to attach column name lists to RowExprs of named types. Tom Lane 2022-03-17 18:25:44 -04:00
  • 205214c8b8 Revert applying column aliases to the output of whole-row Vars. Tom Lane 2022-03-17 18:18:05 -04:00