aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Spell 'precedes', 'preceding' correctly in various places.Tom Lane2001-11-21
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column namesTom Lane2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-18
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-12
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-02
* Keep the contents of ItemPointerData not the pointers so thatHiroshi Inoue2001-09-29
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-18
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-16
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Patch to LOCK multiple tables in one LOCK command.Bruce Momjian2001-08-10
* Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian2001-08-04
* Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian2001-08-04
* Remove some unused node symbolsBruce Momjian2001-07-16
* More EXTEND INDEX removal.Bruce Momjian2001-07-16
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Remove grammar restrictions on order of optional clauses in CREATE GROUP.Tom Lane2001-07-12
* Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane2001-07-10
* Add TEMPORARY sequences and have SERIAL on a temp table have a temporaryBruce Momjian2001-06-23
* Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing booleanTom Lane2001-06-19
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-09
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-05
* This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian2001-06-04
* Clean up some minor problems exposed by further thought about Panon's bugTom Lane2001-06-01
* When using a junkfilter, the output tuple should NOT be stored back intoTom Lane2001-05-27
* Print error on SELECT tab FROM tab:Bruce Momjian2001-05-21
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* EvalPlanQual was thoroughly broken for concurrent update/delete on inheritanceTom Lane2001-05-15
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Undo pgindent brain damage, so that node type numbers can once again beTom Lane2001-04-24
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Update mysql converter, new version released.Bruce Momjian2001-03-04
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-14
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up per-tuple memory leaks in trigger firing and plpgsqlTom Lane2001-01-22
* Add missing piece of BitString support to node output functions. ExpandPeter Eisentraut2001-01-20
* Move structure comments from the top block down to the line entries forBruce Momjian2001-01-17
* Modify readfuncs so that recursive use of stringToNode will not crashTom Lane2001-01-07
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-14
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-12
* Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane2000-12-01
* Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant,Peter Eisentraut2000-11-24