index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2018-03-01
pg_regress: Increase space available for test names.
Andres Freund
2018-02-28
Remove restriction on SQL block length in isolationtester scanner.
Tom Lane
2018-02-28
Fix assertion failure when Parallel Append is run serially.
Robert Haas
2018-02-27
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-26
Schema-qualify references in test_ddl_deparse test script.
Tom Lane
2018-02-26
Document security implications of search_path and the public schema.
Noah Misch
2018-02-26
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-24
Use croak instead of die in Perl code when appropriate
Peter Eisentraut
2018-02-24
Add window RANGE support for float4, float8, numeric.
Tom Lane
2018-02-24
Check error messages in SSL tests
Peter Eisentraut
2018-02-24
Fix filtering of unsupported relations in logical replication
Peter Eisentraut
2018-02-23
Synchronize doc/ copies of src/test/examples/.
Noah Misch
2018-02-23
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-20
Error message improvement
Peter Eisentraut
2018-02-19
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-19
Fix expected output
Alvaro Herrera
2018-02-19
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-17
Mention trigger name in trigger test
Alvaro Herrera
2018-02-16
Rename enable_partition_wise_join to enable_partitionwise_join
Peter Eisentraut
2018-02-14
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
In LDAP test, restart after pg_hba.conf changes
Peter Eisentraut
2018-02-10
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-08
Refine SSL tests test name reporting
Peter Eisentraut
2018-02-07
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-05
Fix possible crash in partition-wise join.
Robert Haas
2018-02-05
Fix RelationBuildPartitionKey's processing of partition key expressions.
Tom Lane
2018-02-02
Fix application of identity values in some cases
Peter Eisentraut
2018-01-31
Fix typo: colums -> columns.
Robert Haas
2018-01-31
Fix list partition constraints for partition keys of array type.
Robert Haas
2018-01-29
Improve bit perturbation in TupleHashTableHash.
Andres Freund
2018-01-27
Avoid crash during EvalPlanQual recheck of an inner indexscan.
Tom Lane
2018-01-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-25
Ignore partitioned indexes where appropriate
Alvaro Herrera
2018-01-25
Allow spaces in connection strings in SSL tests
Peter Eisentraut
2018-01-24
Add tests for record_image_eq and record_image_cmp
Peter Eisentraut
[next]