]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1998-02-02  Bruce MomjianTODO cleanup
1998-02-02  Bruce MomjianInstall migration file and IP contrib/ stuff.
1998-02-02  Marc G. FournierFix HP/ux port for tas.s
1998-02-02  Marc G. FournierFixes:
1998-02-02  Marc G. Fournier#if aix changed to #if HAVE_SYS_SELECT_H
1998-02-02  Marc G. FournierMove all the isinf() stuff from float.c to isinf.c...
1998-02-01  Bruce MomjianFix for psort. fixes regression tests.
1998-02-01  Bruce MomjianUpgrade doc stuff to 6.3.
1998-02-01  Bruce MomjianAIX patch from Darren King and Univel patch from Billy...
1998-02-01  Marc G. Fournierminor change so that it outputs to regression.diffs ...
1998-02-01  Marc G. FournierMake changes so that when the diff is done between...
1998-02-01  Marc G. FournierMissed adding new univel files and removing univel...
1998-02-01  Marc G. FournierFrom: "Billy G. Allie" <Bill.Allie@mug.org>
1998-02-01  Bruce MomjianReduce size of inlining.
1998-02-01  Marc G. Fournier1. "#ifdef 0" is bad C. ifdef is for checking a macro...
1998-01-31  Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-31  Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-31  Bruce Momjianfmgr_faddr cleanup
1998-01-31  Bruce Momjianfmgr_faddr cleanup
1998-01-31  Bruce MomjianInline fmgr_faddr() for speed.
1998-01-31  Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-30  Marc G. FournierFrom: PostgreSQL DataBase <postgres@scuba.pcpipeline...
1998-01-29  Marc G. Fournierdon't forget to 'template' i386_solaris
1998-01-29  Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-29  Marc G. FournierFrom: "Pedro J. Lobo" <pjlobo@euitt.upm.es>
1998-01-28  Bruce Momjianpsql \df cleanup and lock manual page cleanup.
1998-01-28  Marc G. FournierSomeone wants to try a Cynus port....
1998-01-28  Bruce MomjianLock cleanup
1998-01-28  Marc G. FournierFrom: Peter T Mount <patches@maidast.demon.co.uk>
1998-01-28  Bruce MomjianMore deadlock code to check for escallation locks.
1998-01-27  Bruce Momjiandummyret cleanup
1998-01-27  Bruce MomjianReversed out group by patch.
1998-01-27  Bruce MomjianDeadlock ceallnup.
1998-01-27  Marc G. FournierThis should fix Stan's USE_POSIX_SIGNALS problem as...
1998-01-27  Marc G. FournierFrom what I can tell, -DNOFIXADE does absolutely nothin...
1998-01-27  Marc G. Fournieradd CC:cc so that configure uses cc on non-gcc machine
1998-01-27  Bruce MomjianFix local domain structure size computation.
1998-01-27  Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-27  Bruce MomjianProtocol cleanup from Phil.
1998-01-27  Bruce MomjianReal deadlock detection.
1998-01-26  Marc G. FournierTry this to fix HP/UX port compile
1998-01-26  Marc G. Fournier#include <sys/types.h> required for u_long in <netinet...
1998-01-26  Marc G. Fournier#include <sys/types.h> required for u_long
1998-01-26  Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-26  Bruce Momjiancash_words_out fix
1998-01-26  Marc G. FournierFrom: Darren King <darrenk@insightdist.com>
1998-01-25  Bruce MomjianAdd cash_words_out and fix \df width.
1998-01-25  Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1998-01-25  Marc G. FournierFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-01-25  Marc G. Fournierthis is to help someone that wants an AUX port get...
1998-01-25  Marc G. FournierPatch to document the /etc/psqlrc / ~/.psqlrc config...
1998-01-25  Marc G. FournierMerge in D'Arcy Cain's python interface (PyGreSQL 2.0)
1998-01-25  Marc G. FournierFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
1998-01-25  Marc G. FournierFrom: Jeroen van Vianen <jeroenv@design.nl>
1998-01-25  Bruce Momjiangetpid/pid cleanup
1998-01-25  Marc G. FournierSomehow the 'comment' here got messed up
1998-01-25  Marc G. FournierFrom: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
1998-01-25  Marc G. FournierWish ppl would make up their mnd :)
1998-01-25  Marc G. FournierOOps...missed the second patch of patch two that uses...
1998-01-25  Marc G. FournierThis is the second of two patches required to fix the...
1998-01-25  Marc G. FournierPatch against src/backend/nodes/outfuncs.c.orig fixes...
1998-01-25  Marc G. FournierThis patch fixes one of two problems with grant/revoke...
1998-01-24  Bruce MomjianFix prototypes so they don't look like function definit...
1998-01-24  Marc G. FournierMore up to date scan.c
1998-01-23  Bruce MomjianFix a variety of locking problems like newer lock waite...
1998-01-23  Marc G. FournierLOCK_LEVEL is defined in an i386_solaris system file...
1998-01-23  Marc G. FournierFrom: James Hughes <jamesh@interpath.com>
1998-01-23  Marc G. FournierFrom: Andrew Martin <martin@biochemistry.ucl.ac.uk>
1998-01-23  Marc G. FournierMinor cleanups for i386_solaris port
1998-01-23  Marc G. FournierA dummy file so that configure under solaris works
1998-01-23  Bruce MomjianCleanup deadlock message.
1998-01-23  Marc G. FournierFixes a free() problem under FreeBSD
1998-01-22  Bruce MomjianAdd LOCK command as DELETE FROM ... WHERE false.
1998-01-22  Bruce MomjianAllow \z to show sequences.
1998-01-21  Bruce MomjianSmall varlena cleanup.
1998-01-21  Bruce MomjianMake subqueries rewrite properly.
1998-01-20  Bruce MomjianFIx for regression-test found bug.
1998-01-20  Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1998-01-20  Bruce MomjianParser cleanup.
1998-01-20  Marc G. FournierStart an openbsd port
1998-01-19  Bruce MomjianFix problem with nodes handling.
1998-01-19  Bruce MomjianAdded code so SubLinks make it to optimizer.
1998-01-19  Bruce MomjianCreate SubLink nodes in parser for Vadim.
1998-01-19  Bruce MomjianFix for SELECT INTO TABLE for varchar().
1998-01-17  Marc G. FournierFrom: "Michael J. Maravillo" <mmj@philonline.com>
1998-01-17  Marc G. FournierFrom: "Michael J. Maravillo" <mmj@philonline.com>
1998-01-17  Marc G. FournierMust commit configure changes after patch to configure.in
1998-01-17  Marc G. FournierFrom: "Billy G. Allie" <Bill.Allie@mug.org>
1998-01-17  Marc G. FournierFrom: Jan Wilhelm <Jan_Wilhelm@Physik.TU-Muenchen.DE>
1998-01-17  Bruce MomjianGram.y cleanup.
1998-01-17  Bruce MomjianCreates the SubLink structure, and the Query->hasSubLin...
1998-01-16  Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-16  Bruce MomjianTemporary varchar patch.
1998-01-15  Bruce MomjianFix for aggreg problem and fmgr.c compile problems.
1998-01-15  Marc G. FournierFix:
1998-01-15  PostgreSQL... Thank god for searchable mail archives.
1998-01-15  Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1998-01-14  Bruce MomjianFunction cleanupo for List* when it should be Node *.
1998-01-14  Bruce MomjianCleanup of prototypes. FIx for PQtrace start/stop...
1998-01-13  Marc G. Fournierthis should pretty much clean up the i386_solaris port...
next