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
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
*
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-08-18
*
Prevent possible double-free when update trigger returns old tuple.
Tom Lane
2019-08-15
*
Fix random regression failure in test case "temp"
Michael Paquier
2019-08-13
*
Fix planner's test for case-foldable characters in ILIKE with ICU.
Tom Lane
2019-08-12
*
Fix "ANALYZE t, t" inside a transaction block.
Tom Lane
2019-08-10
*
Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.
Tom Lane
2019-08-09
*
Fix certificate subjects in ldap test
Andrew Dunstan
2019-08-08
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-07
*
Save Kerberos and LDAP daemon logs where the buildfarm can find them.
Tom Lane
2019-08-06
*
Fix choice of comparison operators for cross-type hashed subplans.
Tom Lane
2019-08-05
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Avoid picking already-bound TCP ports in kerberos and ldap test suites.
Tom Lane
2019-08-04
*
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
*
Don't build extended statistics on inheritance trees
Tomas Vondra
2019-07-30
*
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-26
*
Fix LDAP test instability.
Thomas Munro
2019-07-26
*
Fix failure with pgperlcritic from the TAP test of synchronous replication
Michael Paquier
2019-07-25
*
Improve stability of TAP test for synchronous replication
Michael Paquier
2019-07-24
*
Check that partitions are not in use when dropping constraints
Alvaro Herrera
2019-07-23
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Fix daterange canonicalization for +/- infinity.
Jeff Davis
2019-07-18
*
Fix RANGE partition pruning with multiple boolean partition keys
David Rowley
2019-07-12
*
Propagate trigger arguments to partitions
Alvaro Herrera
2019-07-09
*
Force hash joins to be enabled in the hash join regression tests.
Thomas Munro
2019-07-09
*
Don't remove surplus columns from GROUP BY for inheritance parents
David Rowley
2019-07-03
*
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-06-30
*
Fix for dropped columns in a partitioned table's default partition
Alvaro Herrera
2019-06-28
*
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-26
*
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-24
*
Consolidate methods for translating a Perl path to a Windows path.
Noah Misch
2019-06-21
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-18
*
Fix buffer overflow when parsing SCRAM verifiers in backend
Michael Paquier
2019-06-17
*
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-16
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-13
*
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
*
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-12
*
Fix handling of COMMENT for domain constraints
Michael Paquier
2019-06-12
*
Fix conversion of JSON strings to JSON output columns in json_to_record().
Tom Lane
2019-06-11
*
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-28
*
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-23
*
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-05-19
*
Revert "In the pg_upgrade test suite, don't write to src/test/regress."
Noah Misch
2019-05-19
*
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-19
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Fix bogus logic for combining range-partitioned columns during pruning.
Tom Lane
2019-05-16
*
Fix partition pruning to treat stable comparison operators properly.
Tom Lane
2019-05-16
*
Add isolation test for INSERT ON CONFLICT speculative insertion failure.
Andres Freund
2019-05-14
*
Fix misoptimization of "{1,1}" quantifiers in regular expressions.
Tom Lane
2019-05-12
[next]