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
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
*
Clean up parsing of CREATE TRIGGER's argument list.
Tom Lane
2011-05-11
*
Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE.
Tom Lane
2011-05-05
*
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-25
*
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-20
*
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
*
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
*
Remove 13 keywords that are used only for ROLE options.
Robert Haas
2011-03-15
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Add missing keywords to gram.y's unreserved_keywords list.
Tom Lane
2011-03-08
*
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-21
*
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-19
*
Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...
Michael Meskes
2011-02-18
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-11
*
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-10
*
Update comment
Peter Eisentraut
2011-02-10
*
Fix pg_upgrade to handle extensions.
Tom Lane
2011-02-09
*
Implement "ALTER EXTENSION ADD object".
Tom Lane
2011-02-09
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
2011-02-08
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-25
*
Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
Robert Haas
2011-01-03
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Support unlogged tables.
Robert Haas
2010-12-29
*
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-26
*
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-24
*
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
*
Require VALUE keyword when extending an enum type. Based on a patch from Alva...
Andrew Dunstan
2010-11-16
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Add semicolon, missed in previous patch. And update the keyword list in
Heikki Linnakangas
2010-10-22
*
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-22
*
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.
Tom Lane
2010-10-15
*
Support triggers on views.
Tom Lane
2010-10-10
*
Add a SECURITY LABEL command.
Robert Haas
2010-09-27
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Add missing processing of OptTemp in CREATE IF NOT EXISTS variant
Tom Lane
2010-08-20
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
*
Add xmlexists function
Peter Eisentraut
2010-08-05
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
[next]