index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-04
*
Fix pg_regress to print the correct postmaster address on Windows.
Tom Lane
2022-03-04
*
Parse/analyze function renaming
Peter Eisentraut
2022-03-04
*
psql: Make SSL info display more compact
Peter Eisentraut
2022-03-04
*
Add some additional tests for row filters in logical replication.
Amit Kapila
2022-03-04
*
Tighten overflow checks in tidin().
Tom Lane
2022-03-03
*
doc: Fix description of pg_stop_backup()
Michael Paquier
2022-03-04
*
Remove some pointless code in block.h.
Tom Lane
2022-03-03
*
Fix bogus casting in BlockIdGetBlockNumber().
Tom Lane
2022-03-03
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
Fix catalog data of pg_stop_backup(), labelled v2
Michael Paquier
2022-03-03
*
Doc: update libpq.sgml for root-owned SSL private keys.
Tom Lane
2022-03-02
*
Add id's to various elements in protocol.sgml
Peter Eisentraut
2022-03-02
*
Fix typo in pgbench messages.
Tatsuo Ishii
2022-03-02
*
Fix check for PGHOST[ADDR] in pg_upgrade with Windows and temporary paths
Michael Paquier
2022-03-02
*
psql: Additional tests
Peter Eisentraut
2022-03-01
*
Rework internal command generation of pg_rewind
Michael Paquier
2022-03-01
*
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-03-01
*
Handle integer overflow in interval justification functions.
Tom Lane
2022-02-28
*
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-02-28
*
Don't use static storage for SaveTransactionCharacteristics().
Tom Lane
2022-02-28
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
*
Adjust interaction of libpq pipeline mode with errorMessage resets.
Tom Lane
2022-02-28
*
Improve some psql test code
Peter Eisentraut
2022-02-28
*
pg_stat_statements: Remove unnecessary call to GetUserId()
Michael Paquier
2022-02-28
*
Optimise numeric division for one and two base-NBASE digit divisors.
Dean Rasheed
2022-02-27
*
Simplify the inner loop of numeric division in div_var().
Dean Rasheed
2022-02-27
*
Apply auto-vectorization to the inner loop of div_var_fast().
Dean Rasheed
2022-02-27
*
Run tap tests in src/interfaces/libpq.
Andres Freund
2022-02-26
*
Convert src/interfaces/libpq/test to a tap test.
Andres Freund
2022-02-26
*
Fix use of wrong variable in pg_receivewal's get_destination_dir().
Andres Freund
2022-02-26
*
Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6.
Andres Freund
2022-02-26
*
Fix typo in logicalfuncs.c.
Amit Kapila
2022-02-26
*
Add further debug info to help debug 019_replslot_limit.pl failures.
Andres Freund
2022-02-25
*
Disallow execution of SPI functions during plperl function compilation.
Tom Lane
2022-02-25
*
pg_waldump: Fix error message for WAL files smaller than XLOG_BLCKSZ.
Andres Freund
2022-02-25
*
vacuumlazy.c: Remove obsolete num_tuples field.
Peter Geoghegan
2022-02-24
*
Fix few values in pg_proc for pg_stat_get_replication_slot.
Amit Kapila
2022-02-25
*
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-24
*
Guard against reallocation failure in pg_regress
Daniel Gustafsson
2022-02-24
*
Fix data loss on crash after sorted GiST index build.
Heikki Linnakangas
2022-02-24
*
Simplify more checks related to set-returning functions
Michael Paquier
2022-02-24
*
Clean up and simplify code in a couple of set-returning functions
Michael Paquier
2022-02-24
*
postgres_fdw: Add support for parallel commit.
Etsuro Fujita
2022-02-24
*
Fix one of the tests introduced in commit 52e4f0cd47.
Amit Kapila
2022-02-24
*
Re-allow underscore as first character of custom GUC names.
Tom Lane
2022-02-23
*
Quick exit on log stream child exit in pg_basebackup
Daniel Gustafsson
2022-02-23
*
Remove duplicated word in comment
Daniel Gustafsson
2022-02-23
*
Add function to pump IPC process until string match
Daniel Gustafsson
2022-02-23
*
Use test functions in pg_rewind test module
Daniel Gustafsson
2022-02-23
[next]