summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-dumpdata.c
Commit message (Expand)AuthorAgeFilesLines
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Final cleanup.Bruce Momjian1999-07-161-4/+4
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-7/+7
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-8/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-4/+4
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-271-2/+2
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-241-7/+6
* Many more cleanups...Marc G. Fournier1998-12-141-6/+4
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-4/+4
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-131-3/+3
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-301-1/+3
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
* Pass around typmod as int16.Bruce Momjian1998-02-101-2/+2
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-101-2/+4
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-311-2/+2
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-261-2/+2
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-121-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-28/+28
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-217/+231
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-2/+2
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-5/+5
* I'm getting there, slowly :)Marc G. Fournier1996-11-061-18/+15
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+323