summaryrefslogtreecommitdiff
path: root/src/backend/tcop/dest.c
Commit message (Expand)AuthorAgeFilesLines
* 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-149/+185
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-5/+5
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian1998-07-201-3/+2
* Allow cancel from client of backend query. Change some int variablesBruce Momjian1998-05-191-2/+3
* Pass atttypmod to the frontend.Bruce Momjian1998-05-141-1/+2
* What I've done:Bruce Momjian1998-05-061-52/+55
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-2/+2
* From: Phil Thompson <phil@river-bank.demon.co.uk>Marc G. Fournier1998-01-261-2/+2
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-061-5/+5
* Prevent flushing from packets, by Massimo.Bruce Momjian1997-11-271-2/+1
* Fix alignment of source.Bruce Momjian1997-10-241-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-193/+194
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-243/+259
* New results destination for SPI manager.Vadim B. Mikheev1997-08-291-1/+7
* Clean CommandInfo after posting to client.Vadim B. Mikheev1997-08-281-1/+2
* Number of tuples inserted/affected by INSERT/UPDATE/DELETE...Vadim B. Mikheev1997-08-271-49/+21
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-3/+6
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-101-1/+3
* Use proper types so it compiles on DEC C89. Thanks Erik Bertelson.Bryan Henderson1997-01-081-4/+4
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-5/+5
* Produce a clean compile of backend...Marc G. Fournier1996-11-031-2/+1
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+354