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
2017-04-28
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
Remove unnecessairly duplicated gram.y productions
Stephen Frost
2017-04-16
Sync addRangeTableEntryForENR() with its peer functions.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().
Kevin Grittner
2017-04-06
Identity columns
Peter Eisentraut
2017-04-05
Capitalize names of PLs consistently
Peter Eisentraut
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."
Robert Haas
2017-03-29
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
Altering default privileges on schemas
Teodor Sigaev
2017-03-27
Allow ON CONFLICT .. DO NOTHING on a partitioned table.
Robert Haas
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-25
Add COMMENT and SECURITY LABEL support for publications and subscriptions
Peter Eisentraut
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-23
ICU support
Peter Eisentraut
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-20
Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
Andrew Dunstan
2017-03-15
Allow referring to functions without arguments when unique
Peter Eisentraut
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-07
Remove vestigial grammar support for CHARACTER ... CHARACTER SET option.
Tom Lane
2017-03-06
Combine several DROP variants into generic DropStmt
Peter Eisentraut
2017-03-06
Allow dropping multiple functions at once
Peter Eisentraut
2017-03-06
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
2017-03-06
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
Use class_args field in opclass_drop
Peter Eisentraut
2017-03-04
Fix parsing of DROP SUBSCRIPTION ... DROP SLOT
Peter Eisentraut
2017-03-03
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
Peter Eisentraut
2017-02-24
Make tablesample work with partitioned tables.
Robert Haas
2017-02-23
Remove deprecated COMMENT ON RULE syntax
Peter Eisentraut
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-02-19
Suppress "unused variable" warnings with older versions of flex.
Tom Lane
2017-02-16
Avoid crash in ALTER TABLE not_partitioned DETACH PARTITION.
Robert Haas
2017-02-15
Fix YA unwanted behavioral difference with operator_precedence_warning.
Tom Lane
2017-02-15
Add CREATE COLLATION IF NOT EXISTS clause
Peter Eisentraut
2017-02-10
Add CREATE SEQUENCE AS <data type> clause
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-27
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-25
Remove vestigial resolveUnknown arguments from transformSortClause etc.
Tom Lane
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
Logical replication
Peter Eisentraut
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-16
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-07
Get rid of ParseState.p_value_substitute; use a columnref hook instead.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-29
Make more use of RoleSpec struct
Peter Eisentraut
[next]