summaryrefslogtreecommitdiff
path: root/src/backend/commands/_deadcode
Commit message (Expand)AuthorAgeFilesLines
* Remove last recipe file.Bruce Momjian2002-07-301-20/+0
* Remove _deadcode.Peter Eisentraut2002-07-242-1664/+0
* Update copyright to 2002.Bruce Momjian2002-06-203-6/+6
* Change made to elog:Bruce Momjian2002-03-061-22/+22
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-053-12/+12
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-282-2/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-253-26/+3
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-3/+6
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-27/+26
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-243-6/+6
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-3/+3
* Add:Bruce Momjian2000-01-263-6/+9
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-171-5/+4
* Make number of args to a function configurable.Bruce Momjian2000-01-101-5/+5
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-10/+10
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-152-21/+21
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-13/+13
* pgindent run over code.Bruce Momjian1999-05-252-23/+23
* Fix snprintf with strings, and nextval('"Aa"');Bruce Momjian1999-03-161-3/+3
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-242-0/+1352
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Many more cleanups...Marc G. Fournier1998-12-141-8/+7
* Initial attempt to clean up the code...Marc G. Fournier1998-12-141-6/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-3/+3
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-7/+7
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-041-3/+3
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Rename pg_plan and pg_eval to be more meaningful.Bruce Momjian1997-12-111-3/+3
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-1/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-13/+13
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-176/+193
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-7/+20
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-3/+3
* Clean it up so that it compilesMarc G. Fournier1996-11-061-7/+7
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-031-4/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+336