]> granicus.if.org Git - postgresql/history - src/backend/tcop/utility.c
From: t-ishii@sra.co.jp
[postgresql] / src / backend / tcop / utility.c
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-06-16 Bruce MomjianChange error message and remove non-functional update...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-15 Bruce MomjianFix macros that were not properly surrounded by parens...
1998-06-04 Bruce MomjianShow backend status on ps command line. Remove unused...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-25 Bruce Momjiangetpid/pid cleanup
1998-01-05 Bruce MomjianMove variable.c to commands/ and aclchk.c to catalog/.
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-01 Thomas G. LockhartCoerce a function argument to avoid compiler warning.
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...
1997-11-21 Bruce MomjianMore archive cleanup.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-07 Thomas G. LockhartSupport alternate database locations.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-10-25 Thomas G. LockhartRename "TYPE" parser keyword token from P_TYPE to TYPE_...
1997-09-29 Vadim B. MikheevMOVE implementation.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-31 Vadim B. MikheevCREATE/DROP TRIGGER
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-18 Bruce MomjianReduce open() calls. Replace fopen() calls with calls...
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-05-22 Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-04-23 Vadim B. Mikheev1. SHOW/RESET var fixed.
1997-04-23 Marc G. FournierTo: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-02 Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-04-02 Vadim B. MikheevCall DefineSequence () for T_CreateSeqStmt node.
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-01-16 Bruce MomjianChange EXPLAIN options to just use VERBOSE.
1997-01-13 Bruce MomjianAdded VERBOSE option to vacuum command.
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-11 Bruce MomjianWarning removal cleanup
1996-11-10 Bryan HendersonQuiet compiler warnings.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-03 Marc G. FournierProduce a clean compile of backend...
1996-11-02 Bryan HendersonFix bug in checking permissions on table being COPY'd.
1996-10-31 Bryan HendersonRequire superuser privilege to create C function.
1996-08-24 Marc G. FournierThe patch does several things:
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01