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
*
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
*
Fix plpgsql to reinitialize record variables at block re-entry.
Tom Lane
2017-12-09
*
Fix regression test output
Magnus Hagander
2017-12-09
*
Prohibit identity columns on typed tables and partitions
Peter Eisentraut
2017-12-08
*
Apply identity sequence values on COPY
Peter Eisentraut
2017-12-08
*
Speed up isolation test for concurrent VACUUM/ANALYZE behavior.
Robert Haas
2017-12-07
*
Adjust regression test cases added by commit ab7271677.
Tom Lane
2017-12-05
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-05
*
Fix EXPLAIN ANALYZE of hash join when the leader doesn't participate.
Andres Freund
2017-12-05
*
When VACUUM or ANALYZE skips a concurrently dropped table, log it.
Robert Haas
2017-12-04
*
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-12-01
*
Fix uninitialized memory reference.
Robert Haas
2017-12-01
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Fix non-GNU makefiles for AIX make.
Noah Misch
2017-11-30
*
Fix neqjoinsel's behavior for semi/anti join cases.
Tom Lane
2017-11-29
*
Add some regression tests that exercise hash join code.
Andres Freund
2017-11-29
*
Add extensive tests for partition pruning.
Robert Haas
2017-11-29
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
If a range-partitioned table has no default partition, reject null keys.
Robert Haas
2017-11-28
*
Add null test to partition constraint for default range partitions.
Robert Haas
2017-11-28
*
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-27
*
Repair failure with SubPlans in multi-row VALUES lists.
Tom Lane
2017-11-25
*
Fix unstable regression test added by commits 59b71c6fe et al.
Tom Lane
2017-11-24
*
Fix handling of NULLs returned by aggregate combine functions.
Andres Freund
2017-11-23
*
Build src/test/isolation during "make" and "make install".
Noah Misch
2017-11-22
*
Sort default partition to bottom of psql \d+
Simon Riggs
2017-11-23
*
Show partition info from psql \d+
Simon Riggs
2017-11-23
*
Fix multiple problems with satisfies_hash_partition.
Robert Haas
2017-11-21
*
Reduce test variability for toast_tuple_target test
Simon Riggs
2017-11-20
*
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-20
*
Fix quoted-substring handling in format parsing for to_char/to_number/etc.
Tom Lane
2017-11-18
[next]