]> granicus.if.org Git - postgresql/history - src/backend/tcop/utility.c
Included all yacc and lex files into the distribution.
[postgresql] / src / backend / tcop / utility.c
2000-01-16 Peter EisentrautIncluded all yacc and lex files into the distribution.
2000-01-15 Peter Eisentraut- Allow array on int8
2000-01-14 Peter Eisentraut* User management commands no longer user pg_exec_query...
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
1999-12-20 Tom LaneWhoever touched this code last doesn't seem to understand
1999-12-16 Bruce MomjianHere's the Create/Alter/Drop Group stuff that's been...
1999-12-14 Bruce MomjianDepending on my interpreting (and programming) skills...
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-21 Tom LaneChange backend-side COPY to write files with permission...
1999-10-26 Bruce MomjianHello.
1999-10-15 Bruce MomjianThis patch implements ORACLE's COMMENT SQL command.
1999-09-30 Tom LaneHmm, guess I forgot to commit this file the other day ...
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-27 Vadim B. MikheevTransaction log manager core code.
1999-09-23 Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneImprove error message from failed LOAD command (include
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-03-16 Bruce MomjianHere is a patch.
1999-02-25 Bruce MomjianRemove reference to recipe.h.
1999-02-24 Bruce MomjianFix problem with selectivity error in added columns...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-26 Marc G. Fournierprimary key support cleanups from D'Arcy...
1999-01-21 Bruce MomjianThe following patch finishes primary key support. ...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-09-25 Thomas G. LockhartBracket filename in LOAD error message with single...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-06 Bruce MomjianMake large objects their own relkind type. Fix dups...
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