index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
gram.y
Commit message (
Expand
)
Author
Age
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Logical replication
Peter Eisentraut
2017-01-20
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-29
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
*
Remove sql_inheritance GUC.
Robert Haas
2016-12-23
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
*
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-12-01
*
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-22
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
*
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
Tom Lane
2016-10-02
*
Support renaming an existing value of an enum type.
Tom Lane
2016-09-07
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
*
Doc: clarify that DROP ... CASCADE is recursive.
Tom Lane
2016-08-12
*
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
*
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-17
*
Fix loose ends for SQL ACCESS METHOD objects
Alvaro Herrera
2016-06-07
*
Fix grammar's AND/OR flattening to work with operator_precedence_warning.
Tom Lane
2016-06-03
*
Remove option to write USING before opclass name in CREATE INDEX.
Tom Lane
2016-05-25
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-19
*
Fix copy-and-pasteo in comment.
Tom Lane
2016-03-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-22
*
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
*
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-18
*
Mark CHECK constraints declared NOT VALID valid if created with table.
Robert Haas
2015-12-16
*
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-27
*
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Tom Lane
2015-10-22
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-03
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-21
*
Remove gram.y's precedence declaration for OVERLAPS.
Tom Lane
2015-08-09
*
Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMN
Andrew Dunstan
2015-07-29
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
*
Another typo fix.
Tom Lane
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
Peter Eisentraut
2015-05-18
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
[next]