index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
Commit message (
Expand
)
Author
Age
*
Let Parallel Append over simple UNION ALL have partial subpaths.
Robert Haas
2018-03-13
*
Fix CREATE TABLE / LIKE with bigint identity column
Peter Eisentraut
2018-03-13
*
Avoid having two PKs in a partition
Alvaro Herrera
2018-03-12
*
doc: Reword restriction on partition keys in unique indexes
Alvaro Herrera
2018-03-12
*
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-11
*
Improve predtest.c's internal docs, and enhance its functionality a bit.
Tom Lane
2018-03-09
*
Add parenthesized options syntax for ANALYZE.
Andres Freund
2018-03-05
*
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-05
*
Minor fixes for reloptions tests
Peter Eisentraut
2018-03-03
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
*
Fix format_type() to restore its old behavior.
Tom Lane
2018-03-01
*
pg_regress: Increase space available for test names.
Andres Freund
2018-03-01
*
Fix assertion failure when Parallel Append is run serially.
Robert Haas
2018-02-28
*
Use the correct tuplestore read pointer in a NamedTuplestoreScan.
Tom Lane
2018-02-27
*
Revert renaming of int44in/int44out.
Tom Lane
2018-02-27
*
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-02-27
*
Improve regression test coverage of regress.c.
Tom Lane
2018-02-27
*
Remove unused functions in regress.c.
Tom Lane
2018-02-27
*
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-26
*
Add window RANGE support for float4, float8, numeric.
Tom Lane
2018-02-24
*
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
*
Support parameters in CALL
Peter Eisentraut
2018-02-22
*
Add user-callable SHA-2 functions
Peter Eisentraut
2018-02-22
*
Try to stabilize EXPLAIN output in partition_check test.
Robert Haas
2018-02-22
*
Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.
Robert Haas
2018-02-21
*
Error message improvement
Peter Eisentraut
2018-02-20
*
Fix expected output
Alvaro Herrera
2018-02-19
*
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-19
*
Mention trigger name in trigger test
Alvaro Herrera
2018-02-17
*
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-16
*
Support CONSTANT/NOT NULL/initial value for plpgsql composite variables.
Tom Lane
2018-02-13
*
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
*
Add procedure support to pg_get_functiondef
Peter Eisentraut
2018-02-13
*
Add tests for pg_get_functiondef
Peter Eisentraut
2018-02-13
*
Fix typo
Peter Eisentraut
2018-02-13
*
Avoid premature free of pass-by-reference CALL arguments.
Tom Lane
2018-02-10
*
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-10
*
Make new triggers tests more robust
Peter Eisentraut
2018-02-07
*
Add more information_schema columns
Peter Eisentraut
2018-02-07
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
*
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 unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Ignore partitioned indexes where appropriate
Alvaro Herrera
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
[next]