aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/print.c
Commit message (Expand)AuthorAge
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Alter string format used for integer and OID lists in stored rules.Tom Lane2004-05-08
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-22
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Improve print_expr() a little. It's still not very bright though.Tom Lane2003-01-22
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-15
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* pgindent run.Bruce Momjian2002-09-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-24
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* MIN() -> Min, fixes compile problem.Bruce Momjian2001-12-20
* Fix buffer-overrun problem in pretty printer.Tom Lane2001-12-19
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Extend code that deduces implied equality clauses to detect whether aTom Lane2001-10-18
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-25
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-18
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15
* Add:Bruce Momjian2000-01-26
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-23
* fix compile problem.Bruce Momjian1999-02-22
* pathkeys.c cleanup.Bruce Momjian1999-02-21
* pathkeys fixesBruce Momjian1999-02-20
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13