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 RelationBuildPartitionKey's processing of partition key expressions.
Tom Lane
2018-02-05
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Fix typo: colums -> columns.
Robert Haas
2018-01-31
*
Fix list partition constraints for partition keys of array type.
Robert Haas
2018-01-31
*
Improve bit perturbation in TupleHashTableHash.
Andres Freund
2018-01-29
*
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-27
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Ignore partitioned indexes where appropriate
Alvaro Herrera
2018-01-25
*
Allow spaces in connection strings in SSL tests
Peter Eisentraut
2018-01-25
*
Add tests for record_image_eq and record_image_cmp
Peter Eisentraut
2018-01-24
*
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-23
*
Add installcheck support to more test suites
Peter Eisentraut
2018-01-23
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Fix regression tests for better stability
Alvaro Herrera
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Fix typo and improve punctuation
Peter Eisentraut
2018-01-18
*
Add tests for session_replication_role
Peter Eisentraut
2018-01-18
*
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
*
Fix incorrect handling of subquery pullup in the presence of grouping sets.
Tom Lane
2018-01-12
*
C comment: fix "the the" mentions in C comments
Bruce Momjian
2018-01-11
*
Refactor subscription tests to use PostgresNode's wait_for_catchup
Peter Eisentraut
2018-01-11
*
Add tests for PL/pgSQL returning unnamed portals as refcursor
Peter Eisentraut
2018-01-10
*
Implement TZH and TZM timestamp format patterns
Andrew Dunstan
2018-01-09
*
Improve the heuristic for ordering child paths of a parallel append.
Tom Lane
2018-01-09
*
Fix ssl tests for when tls-server-end-point is not supported
Peter Eisentraut
2018-01-09
*
Add TIMELINE to backup_label file
Simon Riggs
2018-01-06
*
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
*
Tweak parallel hash join test case in hopes of improving stability.
Tom Lane
2018-01-04
*
Revert "Fix isolation test to be less timing-dependent"
Alvaro Herrera
2018-01-03
*
Teach eval_const_expressions() to handle some more cases.
Tom Lane
2018-01-03
*
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
*
Fix isolation test to be less timing-dependent
Alvaro Herrera
2018-01-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2018-01-02
*
In tests, await an LSN no later than the recovery target.
Noah Misch
2017-12-31
*
Improve regression tests' code coverage for plpgsql control structures.
Tom Lane
2017-12-31
*
Add polygon opclass for SP-GiST
Teodor Sigaev
2017-12-25
*
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
*
Avoid putting build-location-dependent strings into generated files.
Tom Lane
2017-12-21
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Test instrumentation of Hash nodes with parallel query.
Robert Haas
2017-12-19
*
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-19
*
Add libpq connection parameter "scram_channel_binding"
Peter Eisentraut
2017-12-19
*
Avoid and detect SIGPIPE race in TAP tests.
Noah Misch
2017-12-16
*
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
*
Revert "Fix accumulation of parallel worker instrumentation."
Robert Haas
2017-12-13
*
Start a separate test suite for plpgsql
Peter Eisentraut
2017-12-13
*
Fix crash when using CALL on an aggregate
Peter Eisentraut
2017-12-13
*
Stabilize output of new regression test case.
Tom Lane
2017-12-10
[next]