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
/
include
/
parser
Age
Commit message (
Expand
)
Author
2017-05-12
Rework the options syntax for logical replication commands
Peter Eisentraut
2017-05-09
Remove the NODROP SLOT option from DROP SUBSCRIPTION
Peter Eisentraut
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-28
Altering default privileges on schemas
Teodor Sigaev
2017-03-23
Logical replication support for initial data copy
Peter Eisentraut
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-06
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
Peter Eisentraut
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-20
Logical replication
Peter Eisentraut
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-07
Improve documentation of struct ParseState.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-23
Remove sql_inheritance GUC.
Robert Haas
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-07
Implement table partitioning.
Robert Haas
2016-11-22
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-06-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-05
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-24
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-18
Introduce parse_ident()
Teodor Sigaev
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-08-04
Share transition state between different aggregates when possible.
Heikki Linnakangas
2015-07-29
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-24
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-04-26
Add transforms feature
Peter Eisentraut
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-15
Improve representation of PlanRowMark.
Tom Lane
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-10
Clean up the mess from => patch.
Tom Lane
2015-02-24
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-01-22
Prevent duplicate escape-string warnings when using pg_stat_statements.
Tom Lane
[next]