Commit Graph

  • 7e12256b47 Force track_io_timing off in explain.sql to avoid failures when enabled. Andres Freund 2022-03-12 14:21:40 -08:00
  • 02fea8fdda Set synchronous_commit=on in test_setup.sql. Andres Freund 2022-03-12 14:04:50 -08:00
  • e370f100f0 vacuumlazy.c: Standardize rel_pages terminology. Peter Geoghegan 2022-03-12 13:20:45 -08:00
  • 73f6ec3d3c vacuumlazy.c: document vistest and OldestXmin. Peter Geoghegan 2022-03-12 12:52:38 -08:00
  • 5b68f75e12 Normalize heap_prepare_freeze_tuple argument name. Peter Geoghegan 2022-03-11 19:30:21 -08:00
  • 8e375ea4a0 Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd Michael Paquier 2022-03-12 09:39:13 +09:00
  • 3a46a45f6f
    Add API of sorts for transition table handling in trigger.c Alvaro Herrera 2022-03-11 20:40:03 -03:00
  • 641f3dffcd Restore the previous semantics of get_constraint_index(). Tom Lane 2022-03-11 13:47:26 -05:00
  • 8dcd1c3564 Restore the previous semantics of get_constraint_index(). Tom Lane 2022-03-11 13:47:26 -05:00
  • d6f1cdeb9a pg_basebackup: Clean up some bogus file extension tests. Robert Haas 2022-03-11 12:35:13 -05:00
  • b2de45f920 pg_basebackup: Avoid unclean failure with server-compression and -D -. Robert Haas 2022-03-11 12:22:02 -05:00
  • e94bb1473e DefineCollation() code cleanup Peter Eisentraut 2022-03-11 08:27:24 +01:00
  • 9198e63996 doc: Standardize capitalization of term "hot standby"/"Hot Standby" Michael Paquier 2022-03-11 15:16:21 +09:00
  • e9537321a7 Add support for zstd with compression of full-page writes in WAL Michael Paquier 2022-03-11 12:18:53 +09:00
  • 0071fc7127 Fix header inclusion order in xloginsert.c with lz4.h Michael Paquier 2022-03-11 10:59:47 +09:00
  • 352d297dc7 dshash: Add sequential scan support. Andres Freund 2022-03-10 12:54:54 -08:00
  • adb5c28adc Re-update Unicode data to CLDR 39 Peter Eisentraut 2022-03-10 14:09:21 +01:00
  • 45fb0de4dc ldap tests: Add paths for openbsd. Andres Freund 2022-03-09 09:46:21 -08:00
  • ee56c3b216 ldap tests: Don't run on unsupported operating systems. Andres Freund 2022-03-09 09:31:02 -08:00
  • 2cfde3c237 Fix double declaration for check_ok() in pg_upgrade.h Peter Eisentraut 2022-03-09 12:12:20 +01:00
  • df4c3cbd8f Add parse_analyze_withcb() Peter Eisentraut 2022-03-09 10:56:44 +01:00
  • ddf590b811 pycodestyle (PEP 8) cleanup in Python scripts Peter Eisentraut 2022-03-09 10:51:41 +01:00
  • e80a7a1f3d unaccent: Remove Python 2 support from Python script Peter Eisentraut 2022-03-09 10:39:17 +01:00
  • 789c83b27b doc: Add ALTER/DROP ROUTINE to the event trigger matrix Michael Paquier 2022-03-09 14:59:30 +09:00
  • 2cd7d8d530 doc: Add ALTER/DROP ROUTINE to the event trigger matrix Michael Paquier 2022-03-09 14:59:26 +09:00
  • ef00502a5a doc: Add ALTER/DROP ROUTINE to the event trigger matrix Michael Paquier 2022-03-09 14:59:22 +09:00
  • 8f09157287 doc: Add ALTER/DROP ROUTINE to the event trigger matrix Michael Paquier 2022-03-09 14:59:18 +09:00
  • e3df32bbc3 doc: Add ALTER/DROP ROUTINE to the event trigger matrix Michael Paquier 2022-03-09 14:59:08 +09:00
  • 7687ca996e doc: Improve references to term "FSM" in pageinspect and pgfreespacemap Michael Paquier 2022-03-09 10:43:25 +09:00
  • 43e7787dd3 plpython: Restore alternative output for plpython_error test. Andres Freund 2022-03-08 10:31:06 -08:00
  • a180c2b34d Stabilize test_decoding touching with sequences Tomas Vondra 2022-03-08 18:54:37 +01:00
  • 54c72eb5e5 plpython: add missing plpython.h include to plpy_plpymodule.h Andres Freund 2022-03-08 09:47:34 -08:00
  • 1d4be6be65 Fix LZ4 tests for remaining buffer space. Robert Haas 2022-03-08 10:05:55 -05:00
  • 7cf085f077 Add support for zstd base backup compression. Robert Haas 2022-03-07 15:08:45 -05:00
  • c28839c832 Improve comment in execReplication.c Michael Paquier 2022-03-08 14:29:03 +09:00
  • d3e8368c4b Add the additional information to the logical replication worker errcontext. Amit Kapila 2022-03-08 08:08:32 +05:30
  • 4228cabb72 plpython: Adjust docs after removal of Python 2 support. Andres Freund 2022-03-07 18:30:57 -08:00
  • 9b7e24a2cb plpython: Code cleanup related to removal of Python 2 support. Andres Freund 2022-03-07 18:30:28 -08:00
  • db23464715 plpython: Remove regression test infrastructure for Python 2. Andres Freund 2022-03-07 18:19:56 -08:00
  • 76a29adee7 plpython: Remove plpythonu, plpython2u and associated transform extensions. Andres Freund 2022-03-07 18:19:56 -08:00
  • 5b81703787 Simplify SRFs using materialize mode in contrib/ modules Michael Paquier 2022-03-08 10:12:22 +09:00
  • d5ed9da41d Call ReorderBufferProcessXid from sequence_decode Tomas Vondra 2022-03-07 20:53:16 +01:00
  • 25751f54b8 Add pg_analyze_and_rewrite_varparams() Peter Eisentraut 2022-03-04 14:49:37 +01:00
  • 5e0e99a80b Make the errcontext message in logical replication worker translation friendly. Amit Kapila 2022-03-07 08:33:58 +05:30
  • 9e98583898 Create routine able to set single-call SRFs for Materialize mode Michael Paquier 2022-03-07 10:26:29 +09:00
  • 29926cb057
    Update ddl.sgml #80 Ebram Shehata 2022-03-05 13:56:39 +02:00
  • 770011e3f3 ci: windows: Work around cirrus-ci bug causing test failures. Andres Freund 2022-03-04 21:58:57 -08:00
  • 7f2e1befc0 Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. Noah Misch 2022-03-04 18:53:13 -08:00
  • 49e8a5d399 Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. Noah Misch 2022-03-04 18:53:13 -08:00
  • 8700a48735 Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. Noah Misch 2022-03-04 18:53:13 -08:00
  • 29ec94efd0 Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. Noah Misch 2022-03-04 18:53:13 -08:00
  • f60bb3e0a9 Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. Noah Misch 2022-03-04 18:53:13 -08:00
  • 766075105c Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts. Noah Misch 2022-03-04 18:53:13 -08:00
  • f2698ea02c Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. Noah Misch 2022-03-04 18:53:13 -08:00
  • 59392746cb Fix pg_regress to print the correct postmaster address on Windows. Tom Lane 2022-03-04 13:23:58 -05:00
  • a008c03dd7 Fix pg_regress to print the correct postmaster address on Windows. Tom Lane 2022-03-04 13:23:58 -05:00
  • 9240589798 Fix pg_regress to print the correct postmaster address on Windows. Tom Lane 2022-03-04 13:23:58 -05:00
  • 791b1b71da Parse/analyze function renaming Peter Eisentraut 2022-03-04 14:49:37 +01:00
  • d816f366bc psql: Make SSL info display more compact Peter Eisentraut 2022-03-04 08:47:30 +01:00
  • ceb57afd3c Add some additional tests for row filters in logical replication. Amit Kapila 2022-03-04 07:54:12 +05:30
  • f7ea240aa7 Tighten overflow checks in tidin(). Tom Lane 2022-03-03 20:03:47 -05:00
  • b3c8aae008 doc: Fix description of pg_stop_backup() Michael Paquier 2022-03-04 09:51:12 +09:00
  • 8134fe4ad8 Remove some pointless code in block.h. Tom Lane 2022-03-03 19:15:38 -05:00
  • 18c04d1574 Fix bogus casting in BlockIdGetBlockNumber(). Tom Lane 2022-03-03 19:03:17 -05:00
  • 566e1c04df Fix bogus casting in BlockIdGetBlockNumber(). Tom Lane 2022-03-03 19:03:17 -05:00
  • 4b0696b36e Fix bogus casting in BlockIdGetBlockNumber(). Tom Lane 2022-03-03 19:03:17 -05:00
  • 97031f4404 Fix bogus casting in BlockIdGetBlockNumber(). Tom Lane 2022-03-03 19:03:17 -05:00
  • 5c9d17e94c Fix bogus casting in BlockIdGetBlockNumber(). Tom Lane 2022-03-03 19:03:17 -05:00
  • 0fbdfaf79d Fix bogus casting in BlockIdGetBlockNumber(). Tom Lane 2022-03-03 19:03:17 -05:00
  • cfbe87bd6f Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 2022-03-03 18:13:24 -05:00
  • f2087e26eb Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 2022-03-03 18:13:24 -05:00
  • f727b6ea8f Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 2022-03-03 18:13:24 -05:00
  • 1a027e6b7b Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 2022-03-03 18:13:24 -05:00
  • b0bc196e52 Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 2022-03-03 18:13:24 -05:00
  • 46ab07ffda Clean up assorted failures under clang's -fsanitize=undefined checks. Tom Lane 2022-03-03 18:13:24 -05:00
  • a2c109eb01 Fix various spelling errors #79 Otto Kekalainen 2022-03-02 18:54:06 -08:00
  • 62ce0c758d Fix catalog data of pg_stop_backup(), labelled v2 Michael Paquier 2022-03-03 10:51:57 +09:00
  • 9050999efe Allow root-owned SSL private keys in libpq, not only the backend. Tom Lane 2022-03-02 11:57:02 -05:00
  • 5bb3d91ea9 Allow root-owned SSL private keys in libpq, not only the backend. Tom Lane 2022-03-02 11:57:02 -05:00
  • 72918ea86c Allow root-owned SSL private keys in libpq, not only the backend. Tom Lane 2022-03-02 11:57:02 -05:00
  • 6599d8f126 Allow root-owned SSL private keys in libpq, not only the backend. Tom Lane 2022-03-02 11:57:02 -05:00
  • 2a1f84636d Allow root-owned SSL private keys in libpq, not only the backend. Tom Lane 2022-03-02 11:57:02 -05:00
  • 50f03473ed Doc: update libpq.sgml for root-owned SSL private keys. Tom Lane 2022-03-02 11:29:11 -05:00
  • e58791c6ad Add id's to various elements in protocol.sgml Peter Eisentraut 2022-03-02 10:30:41 +01:00
  • 506035b0b8 Fix typo in pgbench messages. Tatsuo Ishii 2022-03-02 08:28:12 +09:00
  • dc57366c58 Fix check for PGHOST[ADDR] in pg_upgrade with Windows and temporary paths Michael Paquier 2022-03-02 07:37:07 +09:00
  • 9028cce426 psql: Additional tests Peter Eisentraut 2022-03-01 11:21:20 +01:00
  • a33e17f210 Rework internal command generation of pg_rewind Michael Paquier 2022-03-01 12:52:25 +09:00
  • 7a85073290 Reconsider pg_stat_subscription_workers view. Amit Kapila 2022-03-01 06:17:52 +05:30
  • 54bd1e43ca Handle integer overflow in interval justification functions. Tom Lane 2022-02-28 15:36:54 -05:00
  • a59c79564b Allow root-owned SSL private keys in libpq, not only the backend. Tom Lane 2022-02-28 14:12:52 -05:00
  • 12d768e704 Don't use static storage for SaveTransactionCharacteristics(). Tom Lane 2022-02-28 12:54:12 -05:00
  • 2e517818f4 Fix SPI's handling of errors during transaction commit. Tom Lane 2022-02-28 12:45:36 -05:00
  • b15f254466 Adjust interaction of libpq pipeline mode with errorMessage resets. Tom Lane 2022-02-28 11:31:30 -05:00
  • fbee60f6a4 Improve some psql test code Peter Eisentraut 2022-02-22 13:42:38 +01:00
  • 667726fbe5 pg_stat_statements: Remove unnecessary call to GetUserId() Michael Paquier 2022-02-28 10:53:56 +09:00
  • d1b307eef2 Optimise numeric division for one and two base-NBASE digit divisors. Dean Rasheed 2022-02-27 11:12:30 +00:00
  • d996d648f3 Simplify the inner loop of numeric division in div_var(). Dean Rasheed 2022-02-27 10:41:12 +00:00
  • e3d41d08a1 Apply auto-vectorization to the inner loop of div_var_fast(). Dean Rasheed 2022-02-27 10:15:46 +00:00
  • f8fdb1530c pg_replslotdata #78 Bharath Rupireddy 2022-02-27 04:37:29 +00:00