summaryrefslogtreecommitdiff
path: root/src/backend/tcop/utility.c
Commit message (Expand)AuthorAgeFilesLines
* Final cleanup.Bruce Momjian1999-07-161-16/+13
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-9/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-2/+3
* Improve error message from failed LOAD command (includeTom Lane1999-05-221-13/+3
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-4/+4
* Here is a patch.Bruce Momjian1999-03-161-9/+9
* Remove reference to recipe.h.Bruce Momjian1999-02-251-2/+1
* Fix problem with selectivity error in added columns with ALTER TABLE.Bruce Momjian1999-02-241-1/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* primary key support cleanups from D'Arcy...Marc G. Fournier1999-01-261-2/+2
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-211-1/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-1/+5
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-1/+8
* Bracket filename in LOAD error message with single quotesThomas G. Lockhart1998-09-251-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-45/+45
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-1/+12
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-44/+43
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-5/+1
* Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian1998-08-061-2/+2
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-2/+2
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+5
* Change error message and remove non-functional update message, fromBruce Momjian1998-06-161-2/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1
* Fix macros that were not properly surrounded by parens or braces.Bruce Momjian1998-06-151-2/+7
* Show backend status on ps command line. Remove unused args fromBruce Momjian1998-06-041-42/+44
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-26/+27
* getpid/pid cleanupBruce Momjian1998-01-251-2/+2
* Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian1998-01-051-2/+2
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-16/+16
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-16/+16
* Coerce a function argument to avoid compiler warning.Thomas G. Lockhart1998-01-011-4/+6
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-041-1/+27
* Move dbcommands.c to commands/. It should not be in the parser directory.Bruce Momjian1997-11-241-2/+2
* More archive cleanup.Bruce Momjian1997-11-211-2/+1
* Remove archive stuff.Bruce Momjian1997-11-211-15/+1
* Support alternate database locations.Thomas G. Lockhart1997-11-071-2/+2
* Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev1997-10-281-4/+22
* Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conformThomas G. Lockhart1997-10-251-3/+3
* MOVE implementation.Vadim B. Mikheev1997-09-291-3/+4
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-524/+528
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-594/+618
* CREATE/DROP TRIGGERVadim B. Mikheev1997-08-311-1/+19
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-7/+7
* Reduce open() calls. Replace fopen() calls with calls to fd.c functions.Bruce Momjian1997-08-181-6/+4
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-3/+2
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-221-4/+11
* 1. SHOW/RESET var fixed.Vadim B. Mikheev1997-04-231-4/+6
* To: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-231-2/+18