summaryrefslogtreecommitdiff
path: root/src/backend/nodes/print.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-8/+1
* pgindent run over code.Bruce Momjian1999-05-251-4/+6
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* Remove Tee code, move to _deadcode.Bruce Momjian1999-03-231-4/+1
* fix compile problem.Bruce Momjian1999-02-221-2/+2
* pathkeys.c cleanup.Bruce Momjian1999-02-211-2/+2
* pathkeys fixesBruce Momjian1999-02-201-7/+15
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-7/+7
* Rename Path.keys to Path.pathkeys. Too many 'keys' used for other things.Bruce Momjian1999-02-101-5/+5
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-091-3/+3
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+9
* Check for null pointer returned from get_opname().Thomas G. Lockhart1998-08-161-2/+2
* Fix explain for union and inheritance. Rename Append structureBruce Momjian1998-07-151-1/+18
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-15/+1
* Parser cleanup.Bruce Momjian1998-01-201-6/+2
* Cleanup of outnodes.Bruce Momjian1998-01-071-2/+2
* Remove Existential, and ifdef out generate_fjoin. Neither did anything.Bruce Momjian1997-12-181-4/+1
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-3/+3
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-251-4/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-11/+11
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-144/+144
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-272/+310
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+5
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-6/+4
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-031-3/+3
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+3
* Just a couple of small modsMarc G. Fournier1996-11-061-2/+4
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+377