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
*
Provide a test for variable existence in psql
Andrew Dunstan
2017-09-21
*
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
Tom Lane
2017-09-21
*
Fix instability in subscription regression test.
Tom Lane
2017-09-20
*
Fix create_lateral_join_info to handle dead relations properly.
Robert Haas
2017-09-20
*
Accept that server might not be able to send error in crash recovery test.
Andres Freund
2017-09-19
*
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
*
Make new crash restart test a bit more robust.
Andres Freund
2017-09-19
*
Add test for postmaster crash restarts.
Andres Freund
2017-09-18
*
Fix DROP SUBSCRIPTION hang
Peter Eisentraut
2017-09-17
*
Ensure that BEFORE STATEMENT triggers fire the right number of times.
Tom Lane
2017-09-17
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-15
*
src/test/ldap: Fix test function in Linux port
Alvaro Herrera
2017-09-16
*
Apply pg_get_serial_sequence() to identity column sequences as well
Peter Eisentraut
2017-09-15
*
Add LDAP authentication test suite
Peter Eisentraut
2017-09-15
*
Test coverage for CREATE/ALTER FOREIGN DATA WRAPPER .. HANDLER.
Robert Haas
2017-09-15
*
Expand partitioned table RTEs level by level, without flattening.
Robert Haas
2017-09-14
*
Avoid use of bool in thread_test.c
Peter Eisentraut
2017-09-14
*
Adjust unstable regression test case.
Tom Lane
2017-09-13
*
Add psql variables to track success/failure of SQL queries.
Tom Lane
2017-09-12
*
Fix RecursiveCopy.pm to cope with disappearing files.
Tom Lane
2017-09-11
*
Prefer argument name over "$n" for the refname of a plpgsql argument.
Tom Lane
2017-09-11
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Quick-hack fix for foreign key cascade vs triggers with transition tables.
Tom Lane
2017-09-10
*
Add a test harness for the red-black tree code.
Tom Lane
2017-09-10
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Fix more portability issues in new pgbench TAP tests.
Tom Lane
2017-09-08
*
Add much-more-extensive TAP tests for pgbench.
Tom Lane
2017-09-08
*
Fix handling of savepoint commands within multi-statement Query strings.
Tom Lane
2017-09-07
*
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
*
Add \gdesc psql command.
Tom Lane
2017-09-05
*
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-09-05
*
Support retaining data dirs on successful TAP tests
Peter Eisentraut
2017-09-05
*
Fix two-phase commit test for recovery mode
Alvaro Herrera
2017-09-01
*
Avoid race condition in logical replication test
Simon Riggs
2017-09-01
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
*
Expand partitioned tables in PartDesc order.
Robert Haas
2017-08-31
*
Improve code coverage of select_parallel test.
Tom Lane
2017-08-31
*
Remove to pre-8.2 coding convention for PG_MODULE_MAGIC
Peter Eisentraut
2017-08-30
*
Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-30
*
Propagate sort instrumentation from workers back to leader.
Robert Haas
2017-08-29
*
Push tuple limits through Gather and Gather Merge.
Robert Haas
2017-08-29
*
Fix over-aggressive sanity check in misc_sanity.sql.
Tom Lane
2017-08-28
*
Add minimal regression test for blessed record type transfer.
Andres Freund
2017-08-24
*
psql: Fix \gx when FETCH_COUNT is used
Stephen Frost
2017-08-24
*
Make new regression test case parallel-safe, and improve its output.
Tom Lane
2017-08-24
*
Fix up secondary expected files
Peter Eisentraut
2017-08-24
*
Improve plural handling in error message
Peter Eisentraut
2017-08-23
*
Push limit through subqueries to underlying sort, where possible.
Robert Haas
2017-08-21
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
[next]