index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
parsenodes.h
Commit message (
Expand
)
Author
Age
*
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-15
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
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
*
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Rearrange "add column" logic to merge columns at exec time.
Robert Haas
2011-04-03
*
More collations cleanup, from trawling for missed collation assignments.
Tom Lane
2011-03-26
*
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
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
*
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 a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
*
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-19
*
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
*
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
*
Avoid having autovacuum workers wait for relation locks.
Robert Haas
2011-02-07
*
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-25
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
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
*
Provide hashing support for arrays.
Tom Lane
2010-10-30
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
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
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
*
Recognize functional dependency on primary keys. This allows a table's
Tom Lane
2010-08-07
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Add an OR REPLACE option to CREATE LANGUAGE.
Tom Lane
2010-02-23
*
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
*
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-12
*
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-08
*
Type table feature
Peter Eisentraut
2010-01-28
*
Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.
Robert Haas
2010-01-22
*
Improve the handling of SET CONSTRAINTS commands by having them search
Tom Lane
2010-01-17
*
Do parse analysis of an EXPLAIN's contained statement during the normal
Tom Lane
2010-01-15
*
Support rewritten-based full vacuum as VACUUM FULL. Traditional
Itagaki Takahiro
2010-01-06
*
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-05
[next]