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
*
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
*
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-15
*
Allow on-the-fly capture of DDL event details
Alvaro Herrera
2015-05-11
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Fix up some loose ends for CURRENT_USER as RoleSpec
Alvaro Herrera
2015-04-30
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Remove obsolete FORCE option from REINDEX.
Fujii Masao
2015-04-09
*
Remove spurious semicolons.
Heikki Linnakangas
2015-03-31
*
Fix gram.y comment to match reality
Alvaro Herrera
2015-03-25
*
Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
Bruce Momjian
2015-03-24
*
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
*
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-18
*
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-16
*
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
*
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-10
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-24
*
Further tweaking of raw grammar output to distinguish different inputs.
Tom Lane
2015-02-23
*
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
*
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
*
Represent BETWEEN as a special node type in raw parse trees.
Tom Lane
2015-02-22
*
Fix get_object_address argument type for extension statement
Alvaro Herrera
2015-01-12
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-30
[next]