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
/
backend
/
parser
Age
Commit message (
Expand
)
Author
2018-03-06
Fix bogus Name assignment in CreateStatistics
Alvaro Herrera
2018-03-06
Add parenthesized options syntax for ANALYZE.
Andres Freund
2018-03-05
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-02-23
Support parameters in CALL
Peter Eisentraut
2018-02-19
Allow UNIQUE indexes on partitioned tables
Alvaro Herrera
2018-02-12
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-10
Fix oversight in CALL argument handling, and do some minor cleanup.
Tom Lane
2018-02-07
Support all SQL:2011 options for window frame clauses.
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-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
Remove the obsolete WITH clause of CREATE FUNCTION.
Tom Lane
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-19
Local partitioned indexes
Alvaro Herrera
2018-01-09
Don't allow VACUUM VERBOSE ANALYZE VERBOSE.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-13
Fix crash when using CALL on an aggregate
Peter Eisentraut
2017-12-09
Fix typo
Magnus Hagander
2017-12-08
Prohibit identity columns on typed tables and partitions
Peter Eisentraut
2017-12-01
Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.
Robert Haas
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-09
Add hash partitioning.
Robert Haas
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-06
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-10-27
Dept of second thoughts: keep aliasp_item in sync with tlistitem.
Tom Lane
2017-10-27
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-26
Support domains over composite types.
Tom Lane
2017-10-16
Fix incorrect handling of CTEs and ENRs as DML target relations.
Tom Lane
2017-10-16
Exclude flex-generated code from coverage testing
Peter Eisentraut
2017-10-03
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-16
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-07
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-06
Allow SET STATISTICS on expression indexes
Simon Riggs
2017-09-06
Clean up handling of dropped columns in NAMEDTUPLESTORE RTEs.
Tom Lane
2017-08-23
Improve plural handling in error message
Peter Eisentraut
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-04
Further unify ROLE and USER command grammar rules
Peter Eisentraut
2017-08-03
Allow a foreign table CHECK constraint to be initially NOT VALID.
Robert Haas
2017-08-03
Teach map_partition_varattnos to handle whole-row expressions.
Robert Haas
2017-08-02
Fix OBJECT_TYPE/OBJECT_DOMAIN confusion
Peter Eisentraut
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-06-27
Re-allow SRFs and window functions within sub-selects within aggregates.
Tom Lane
2017-06-22
Fix IF NOT EXISTS in CREATE STATISTICS
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
[next]