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-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
2016-12-23
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
Remove sql_inheritance GUC.
Robert Haas
2016-12-22
Fix CREATE TABLE ... LIKE ... WITH OIDS.
Tom Lane
2016-12-21
Fix detection of unfinished Unicode surrogate pair at end of string.
Tom Lane
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-05
Add support for restrictive RLS policies
Stephen Frost
2016-12-04
Don't mess up pstate->p_next_resno in transformOnConflictClause().
Tom Lane
2016-12-01
Add aggregate_with_argtypes and use it consistently
Peter Eisentraut
2016-12-01
Move function_with_argtypes to a better location
Peter Eisentraut
2016-12-01
Use grammar symbol function_with_argtypes consistently
Peter Eisentraut
2016-11-22
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-20
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-10-02
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
Tom Lane
2016-09-22
C comment: fix function header comment
Bruce Momjian
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-12
Doc: clarify that DROP ... CASCADE is recursive.
Tom Lane
2016-08-03
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
[next]