]> granicus.if.org Git - postgresql/history - src/backend/tcop/postgres.c
getpid/pid cleanup
[postgresql] / src / backend / tcop / postgres.c
1998-01-25 Bruce Momjiangetpid/pid cleanup
1998-01-13 Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
1998-01-09 Bruce MomjianYohoo UNIONS of VIEWS.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-16 Thomas G. LockhartUse environment variable PGDATESTYLE on backend startup...
1997-12-11 Bruce MomjianRename pg_plan and pg_eval to be more meaningful.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-10 Thomas G. LockhartChange quickdie elog notice to a single message.
1997-11-09 Marc G. FournierFrom: Bryan Henderson <bryanh@giraffe.netgate.net>
1997-11-07 Bruce MomjianAdd Unix domain socket support, from Goran Thyni, goran...
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-18 Vadim B. MikheevNo more SortTuplesInTree...
1997-09-18 Vadim B. MikheevAllow set max number of tuples in leftist tree for...
1997-09-15 Vadim B. Mikheev-S need in optarg...
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-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-14 Bruce MomjianCleanup global variables, remove stable memory stuff.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-06 Bruce Momjianpsort cleanups.
1997-08-06 Bruce MomjianAnother fix.
1997-08-06 Bruce MomjianAllow internal sorts to be stored in memory rather...
1997-07-29 Thomas G. LockhartRemove some unnecessary include statements (comment...
1997-07-28 Bruce MomjianAdded SCO support, from Daniel Harris.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-04-24 Marc G. FournierSomewhat backwards #ifdef's for HAVE_GETRUSAGE
1997-04-23 Marc G. FournierChange HAVE_RUSAGE to HAVE_GETRUSAGE, which is the...
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1997-02-12 Marc G. FournierPatch from Massimo Dal Zotto <dz@cs.unitn.it>
1997-02-03 Marc G. FournierChange references to NEED_RUSAGE to HAVE_RUSAGE
1997-01-27 Marc G. FournierApply usage patches for European Dates patch from Keith
1997-01-26 Bruce MomjianChange next to nextstep where missed.
1997-01-26 Marc G. FournierBring in a patch from Keith Parks to move the use of...
1997-01-14 Bryan HendersonEliminate dupliclate definition of external variables...
1996-12-26 Bruce Momjianpq/signal() portability patch. Also psql copy prompt...
1996-12-07 Bruce MomjianReduce printing from debug level 2 ande layout change.
1996-11-27 Bruce MomjianAllow all empty queries to return EMPTY.
1996-11-18 Bryan HendersonRemove linux define of __USE_POSIX, which doesn't appea...
1996-11-16 Bryan HendersonRemove old GetPGData reference that causes warning.
1996-11-14 Bryan HendersonRemove most compile-time options, add a few runtime...
1996-11-11 Bruce MomjianWarning removal cleanup
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-10 Bryan HendersonQuiet compiler warnings.
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-04 Bruce MomjianRemove OPENLINK define
1996-11-03 Marc G. FournierProduce a clean compile of backend...
1996-10-31 Marc G. Fourniermore removal of PORTNAME_*
1996-10-30 Marc G. FournierFix memset() call, variables being passed in wrong...
1996-10-13 Bruce MomjianAdded consistent include file handling for MAXHOSTNAMELEN.
1996-10-04 Marc G. FournierThe remainder of D'Arcy's changes, most notibly the...
1996-09-16 Marc G. FournierThere is a bug in the function executor. The backend...
1996-09-10 Marc G. FournierFixes:
1996-08-19 Marc G. FournierMore run-time checking errors:
1996-08-06 Marc G. FournierFixes:
1996-07-22 Marc G. FournierMore merges from Dr. George's tree...
1996-07-19 Marc G. FournierFixes:
1996-07-15 Marc G. Fournierfsync patch from openlink
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01