summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-04psql: Make SSL info display more compactPeter Eisentraut
2022-03-04Add some additional tests for row filters in logical replication.Amit Kapila
2022-03-04Tighten overflow checks in tidin().Tom Lane
2022-03-04Remove some pointless code in block.h.Tom Lane
2022-03-04Fix bogus casting in BlockIdGetBlockNumber().Tom Lane
2022-03-03Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane
2022-03-03Fix catalog data of pg_stop_backup(), labelled v2Michael Paquier
2022-03-01Fix typo in pgbench messages.Tatsuo Ishii
2022-03-01Fix check for PGHOST[ADDR] in pg_upgrade with Windows and temporary pathsMichael Paquier
2022-03-01psql: Additional testsPeter Eisentraut
2022-03-01Rework internal command generation of pg_rewindMichael Paquier
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila
2022-02-28Handle integer overflow in interval justification functions.Tom Lane
2022-02-28Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-28Don't use static storage for SaveTransactionCharacteristics().Tom Lane
2022-02-28Fix SPI's handling of errors during transaction commit.Tom Lane
2022-02-28Adjust interaction of libpq pipeline mode with errorMessage resets.Tom Lane
2022-02-28Improve some psql test codePeter Eisentraut
2022-02-27Optimise numeric division for one and two base-NBASE digit divisors.Dean Rasheed
2022-02-27Simplify the inner loop of numeric division in div_var().Dean Rasheed
2022-02-27Apply auto-vectorization to the inner loop of div_var_fast().Dean Rasheed
2022-02-27Run tap tests in src/interfaces/libpq.Andres Freund
2022-02-27Convert src/interfaces/libpq/test to a tap test.Andres Freund
2022-02-27Fix use of wrong variable in pg_receivewal's get_destination_dir().Andres Freund
2022-02-27Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.Andres Freund
2022-02-26Fix typo in logicalfuncs.c.Amit Kapila
2022-02-26Add further debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-25Disallow execution of SPI functions during plperl function compilation.Tom Lane
2022-02-25pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.Andres Freund
2022-02-25vacuumlazy.c: Remove obsolete num_tuples field.Peter Geoghegan
2022-02-25Fix few values in pg_proc for pg_stat_get_replication_slot.Amit Kapila
2022-02-25Remove unnecessary heap_tuple_needs_freeze argument.Peter Geoghegan
2022-02-24Guard against reallocation failure in pg_regressDaniel Gustafsson
2022-02-24Fix data loss on crash after sorted GiST index build.Heikki Linnakangas
2022-02-24Simplify more checks related to set-returning functionsMichael Paquier
2022-02-24Clean up and simplify code in a couple of set-returning functionsMichael Paquier
2022-02-24Fix one of the tests introduced in commit 52e4f0cd47.Amit Kapila
2022-02-23Re-allow underscore as first character of custom GUC names.Tom Lane
2022-02-23Quick exit on log stream child exit in pg_basebackupDaniel Gustafsson
2022-02-23Remove duplicated word in commentDaniel Gustafsson
2022-02-23Add function to pump IPC process until string matchDaniel Gustafsson
2022-02-23Use test functions in pg_rewind test moduleDaniel Gustafsson
2022-02-23Fix statenames in mergejoin commentsDaniel Gustafsson
2022-02-23Add temporary debug info to help debug 019_replslot_limit.pl failures.Andres Freund
2022-02-22Put typtype letters back into consistent orderPeter Eisentraut
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-22Add compute_query_id = regressMichael Paquier
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-21Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund
2022-02-21Fix temporary object cleanup failing due to toast access without snapshot.Andres Freund