aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-dumpdata.c
Commit message (Expand)AuthorAge
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Another SELECT speedup: extract OIDs of column print functionsTom Lane1999-01-27
* Replace typtoout() and gettypelem() with a single routine,Tom Lane1999-01-24
* Many more cleanups...Marc G. Fournier1998-12-14
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-13
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-26
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* I'm getting there, slowly :)Marc G. Fournier1996-11-06
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09