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
2019-07-25
Add missing (COSTS OFF) to EXPLAIN added in previous commit.
Andres Freund
2019-07-25
Fix slot type handling for Agg nodes performing internal sorts.
Andres Freund
2019-07-25
Fix system column accesses in ON CONFLICT ... RETURNING.
Andres Freund
2019-07-24
Fix failure with pgperlcritic from the TAP test of synchronous replication
Michael Paquier
2019-07-24
Improve stability of TAP test for synchronous replication
Michael Paquier
2019-07-23
Check that partitions are not in use when dropping constraints
Alvaro Herrera
2019-07-23
Improve psql's \d output for partitioned indexes.
Tom Lane
2019-07-23
Improve psql's \d output for TOAST tables.
Tom Lane
2019-07-22
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
Revert "initdb: Change authentication defaults"
Peter Eisentraut
2019-07-22
initdb: Change authentication defaults
Peter Eisentraut
2019-07-22
Make identity sequence management more robust
Peter Eisentraut
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-18
Fix daterange canonicalization for +/- infinity.
Jeff Davis
2019-07-18
Fix handling of NULLs in MCV items and constants
Tomas Vondra
2019-07-17
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-16
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-14
Add gen_random_uuid function
Peter Eisentraut
2019-07-14
Add support for <-> (box, point) operator to SP-GiST box_ops
Alexander Korotkov
2019-07-14
Add support for <-> (box, point) operator to GiST box_ops
Alexander Korotkov
2019-07-14
Add missing commutators for distance operators
Alexander Korotkov
2019-07-12
Warn if wal_level is too low when creating a publication.
Thomas Munro
2019-07-12
Fix RANGE partition pruning with multiple boolean partition keys
David Rowley
2019-07-09
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-08
Fix inconsistencies in the code
Michael Paquier
2019-07-06
Add some test cases to improve test coverage of parse_expr.c.
Tom Lane
2019-07-05
Remove dead encoding-conversion functions.
Tom Lane
2019-07-05
Add \warn command to psql.
Tom Lane
2019-07-05
Add min() and max() aggregates for pg_lsn
Michael Paquier
2019-07-04
Fix pg_mcv_list_items() to produce text[]
Tomas Vondra
2019-07-03
Don't remove surplus columns from GROUP BY for inheritance parents
David Rowley
2019-07-02
Simplify psql \d's rule for ordering the indexes of a table.
Tom Lane
2019-06-30
Repair logic for reordering grouping sets optimization.
Andrew Gierth
2019-06-30
Blind attempt to fix SSPI-auth case in 010_dump_connstr.pl.
Tom Lane
2019-06-30
Move rolenames test out of the core regression tests.
Tom Lane
2019-06-30
Remove explicit error handling for obsolete date/time values
Peter Eisentraut
2019-06-29
Add an enforcement mechanism for global object names in regression tests.
Tom Lane
2019-06-29
Fix regression tests to use only global names beginning with "regress_".
Tom Lane
2019-06-28
Fix for dropped columns in a partitioned table's default partition
Alvaro Herrera
2019-06-26
Fix partitioned index creation with foreign partitions
Alvaro Herrera
2019-06-26
Follow the rule that regression-test-created roles are named "regress_xxx".
Tom Lane
2019-06-25
Add toast-level reloption for vacuum_index_cleanup
Michael Paquier
2019-06-24
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-24
Drop test user when done with it.
Tom Lane
2019-06-23
Add security checks to the multivariate MCV estimation code.
Dean Rasheed
2019-06-22
Consolidate methods for translating a Perl path to a Windows path.
Noah Misch
2019-06-20
Rework some error strings for REINDEX CONCURRENTLY with system catalogs
Michael Paquier
2019-06-19
Support 'q' flag in jsonpath 'like_regex' predicate
Alexander Korotkov
2019-06-18
Fix memory corruption/crash in ANALYZE.
Andres Freund
[next]