aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
Commit message (Expand)AuthorAge
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-06
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* Fix typo in commentTatsuo Ishii2003-09-17
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* First batch of object rename commands.Peter Eisentraut2003-06-27
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-25
* Includes:Bruce Momjian2003-06-25
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* This patch implements holdable cursors, following the proposalBruce Momjian2003-03-27
* Add ALTER TABLE <tablename> CLUSTER ON <indexname>Bruce Momjian2003-03-20
* Todo items:Bruce Momjian2003-03-20
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-11
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* Code for WITHOUT OIDS.Bruce Momjian2003-02-13
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-23
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane2003-01-06
* Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian2002-12-30
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane2002-11-25
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-23
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-19
* New version attached. The following is implemented:Bruce Momjian2002-11-15
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian2002-11-13
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian2002-11-09
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-14
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-02
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31