summaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-073-13/+16
* Fix Joubert's complaint that int8-sized numeric literals are mishandledTom Lane2001-03-221-5/+11
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-179/+124
* pgindent run. Make it all clean.Bruce Momjian2001-03-229-483/+490
* Suppress compiler warning on Alpha.Tom Lane2001-02-121-3/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-2410-20/+20
* Add missing piece of BitString support to node output functions. ExpandPeter Eisentraut2001-01-201-2/+2
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-173-10/+10
* Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean upTom Lane2001-01-082-159/+210
* Modify readfuncs so that recursive use of stringToNode will not crashTom Lane2001-01-073-455/+434
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-052-12/+12
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-143-5/+16
* Cache eval cost of qualification expressions in RestrictInfo nodes toTom Lane2000-12-123-3/+11
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-032-6/+6
* Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant,Peter Eisentraut2000-11-242-27/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-162-5/+27
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-161-10/+10
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-142-2/+6
* Restructure handling of inheritance queries so that they work with outerTom Lane2000-11-124-117/+125
* New CHECKPOINT command.Vadim B. Mikheev2000-11-052-2/+8
* Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane2000-11-052-5/+17
* Change internal string representation of BitString node to include aPeter Eisentraut2000-10-312-5/+6
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-315-10/+45
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-263-3/+48
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-222-73/+53
* The following patch was sent to the patches list:Bruce Momjian2000-10-182-33/+6
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-072-28/+10
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-056-125/+203
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-296-214/+297
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-251-5/+7
* Fix coredump in copyCommentStmt().Tom Lane2000-09-201-2/+3
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-126-174/+406
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-3/+4
* copyObject() and equal() now know about all parse-time node types,Tom Lane2000-08-112-61/+2285
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-085-88/+116
* Remove 'Array' node type, which has evidently been dead code forTom Lane2000-07-224-119/+4
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-174-15/+6
* Remove useless and dangerous 'opt_type' option from CREATE INDEX.Tom Lane2000-07-151-6/+4
* First stage of reclaiming memory in executor by resetting short-termTom Lane2000-07-124-21/+14
* Add test code to copy all parse/plan trees. Repair essential omissionsTom Lane2000-06-292-164/+153
* Remove freefuncs.c, which hasn't been used in a long time and is notTom Lane2000-06-292-1338/+4
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-185-161/+14
* Repair unforgivably brain-dead representation of CaseExpr nodes inTom Lane2000-06-162-21/+34
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-142-6/+6
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-1/+16
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-1/+4
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-2/+1
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-292-12/+5
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-5/+1
* Clean up sloppy coding of _outAExpr().Tom Lane2000-05-251-3/+7