index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Fix typo in test comment.
Heikki Linnakangas
2020-08-14
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
Support testing of cases where table schemas change after planning.
Tom Lane
2020-08-07
*
Fix yet another issue with step generation in partition pruning.
Etsuro Fujita
2020-08-07
*
Make new SSL TAP test for channel_binding more robust
Michael Paquier
2020-08-04
*
Fix rare failure in LDAP tests.
Thomas Munro
2020-08-03
*
Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Tom Lane
2020-07-31
*
Fix some issues with step generation in partition pruning.
Etsuro Fujita
2020-07-28
*
Mark built-in coercion functions as leakproof where possible.
Tom Lane
2020-07-25
*
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-24
*
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-07-22
*
Fix some corner cases for window ranges with infinite offsets.
Tom Lane
2020-07-20
*
Make floating-point "NaN / 0" return NaN instead of raising an error.
Tom Lane
2020-07-20
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Add generic_plans and custom_plans fields into pg_prepared_statements.
Fujii Masao
2020-07-20
*
Allow logical replication to transfer data in binary format.
Tom Lane
2020-07-18
*
Enable almost all TAP tests involving symlinks on Windows
Andrew Dunstan
2020-07-16
*
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-07-15
*
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
*
Fix timing issue with ALTER TABLE's validate constraint
David Rowley
2020-07-14
*
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-13
*
Improvements to psql \dAo and \dAp commands
Alexander Korotkov
2020-07-13
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
*
Fix timestamp range handling in regression tests of modules/commit_ts/
Michael Paquier
2020-07-13
*
Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS
Michael Paquier
2020-07-12
*
Include replication origins in SQL functions for commit timestamp
Michael Paquier
2020-07-12
*
Forbid numeric NaN in jsonpath
Alexander Korotkov
2020-07-11
*
Improve error reporting for jsonpath .double() method
Alexander Korotkov
2020-07-11
*
Revert "Remove reset of testtablespace from pg_regress on Windows"
Michael Paquier
2020-07-10
*
Further tighten Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-07-09
*
Tighten up Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-07-08
*
tap tests: replace 'master' with 'primary'.
Andres Freund
2020-07-08
*
Remove junk in test file
Peter Eisentraut
2020-07-08
*
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
Alvaro Herrera
2020-07-07
*
Resolve gratuitous tabs in test SQL file
Peter Eisentraut
2020-07-07
*
Fix typo in test
Peter Eisentraut
2020-07-06
*
Rename enable_incrementalsort for clarity
Peter Eisentraut
2020-07-05
*
Fix removal of files generated by TAP tests for SSL
Michael Paquier
2020-07-01
*
Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.
Fujii Masao
2020-06-30
*
Add current substring regular expression syntax
Peter Eisentraut
2020-06-29
*
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
*
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-24
*
Future-proof regression tests against possibly-missing posixrules file.
Tom Lane
2020-06-19
*
Fix deadlock danger when atomic ops are done under spinlock.
Andres Freund
2020-06-18
*
Add basic spinlock tests to regression tests.
Andres Freund
2020-06-18
*
Fix oldest xmin and LSN computation across repslots after advancing
Michael Paquier
2020-06-18
*
Disallow factorial of negative numbers
Peter Eisentraut
2020-06-18
*
Expand tests for factorial
Peter Eisentraut
2020-06-18
[next]