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-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
2018-01-23
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-23
Add installcheck support to more test suites
Peter Eisentraut
2018-01-19
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-18
Fix typo and improve punctuation
Peter Eisentraut
2018-01-18
Add tests for session_replication_role
Peter Eisentraut
2018-01-12
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-10
Add tests for PL/pgSQL returning unnamed portals as refcursor
Peter Eisentraut
2018-01-09
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-06
Add TIMELINE to backup_label file
Simon Riggs
2018-01-04
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-03
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-01
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
[next]