]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1997-03-12  Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-12  Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-12  Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-12  Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-12  Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-11  Marc G. FournierAdd in the sunos4 portname to configure detection
1997-03-10  Bruce MomjianAdd missing paren.
1997-03-10  Marc G. FournierMassimo's Deadlock patches w/o the #ifdefs
1997-03-09  Bruce MomjianVacuum cleanups from Massimo.
1997-03-09  Bruce MomjianAdd prototypes for oracle-compat functions. Rename...
1997-03-09  Bruce MomjianFix vacuum crash Vadim found.
1997-03-07  Bruce MomjianReverse patch for Vadims problem.
1997-03-07  Marc G. FournierAdd man page for oracle compatibility functions
1997-03-06  Bruce MomjianMove nextstep into problem/bug section.
1997-03-06  Bruce MomjianFix vacuum bug Vadim found with text fields.
1997-03-06  Vadim B. MikheevNot understandable fix of strange bug in vacuum statist...
1997-03-04  Marc G. FournierThis is a set of single row character functions, define...
1997-03-03  Marc G. FournierFix the prototype for on_exitpg()
1997-03-03  Marc G. FournierPatch from Martin due to changes in joinrels.c
1997-03-02  Bruce MomjianNew TODO.
1997-03-02  Bruce MomjianPrevent SIGPIPE from crashing server, by Dan McGuirk.
1997-03-02  Bruce MomjianChange debug to pretty-print tree, recommended by Darre...
1997-03-02  Bruce Momjianflex 2.5.3 warning from Andrew Martin.
1997-03-02  Bruce MomjianApply date patch from tiemann@cygnus.com,Michael Tiemann.
1997-03-02  Bruce MomjianRemove _PAGE_SIZE_ as recommended by Darren King.
1997-03-02  Bruce MomjianRemove case-sensitive identifiers. Thanks for Dan...
1997-03-01  Bruce MomjianChange machine/limits.h to limits.h.
1997-03-01  Bruce MomjianSmall regress cleanup.
1997-03-01  Bruce MomjianFix example so it works.
1997-03-01  Bruce MomjianSubstitute defines for numeric constants in type ids.
1997-02-28  Marc G. FournierMake sure anything configure related is removed on...
1997-02-28  Marc G. FournierCreate a distclean make directive to handle cleaning...
1997-02-28  Marc G. FournierRemove second 'all' directive
1997-02-28  Bruce MomjianAllow update x =-3, not just x = -3.
1997-02-28  Bruce MomjianRemove old READMEs.
1997-02-28  Bruce MomjianRemove SUBSYS.o in port/ on clean.
1997-02-28  Bruce MomjianRemove win32 port directory. Forgot to do it earlier.
1997-02-27  Bruce MomjianUpdated FAQ
1997-02-25  Marc G. FournierFix, I think, the stdup.o problem reported on those...
1997-02-25  Marc G. FournierChange "WARN" message generated if a unique index is...
1997-02-22  Vadim B. MikheevAdded: UNIQUE feature to bulkload code.
1997-02-20  Marc G. FournierMake the error message output by AllocateFile() if...
1997-02-20  Marc G. FournierAdd in port hpux to configure
1997-02-20  Vadim B. MikheevFix for queries with 3 or more relations participating in
1997-02-19  Bruce MomjianPrevent under/over flow of float8 constants in parser...
1997-02-19  Marc G. FournierDisable GEQO...it seems to be broken as shown by the...
1997-02-19  Marc G. FournierVarious cleanups to satisfy -Werror, but there are...
1997-02-19  Marc G. Fournierrearrange ordering of headers os that postgres.h is...
1997-02-19  Marc G. FournierRemove WIN32 stuff, and improve conformance to configure
1997-02-19  Marc G. FournierDidn't *quite* work the way I thought it would...defaul...
1997-02-19  Marc G. FournierAdd a clean target so that the root directory gets...
1997-02-19  Marc G. FournierRemoved a ',' that didn't belong in the timezone test...
1997-02-19  Marc G. FournierAdd v6.1/Enhancements Section...or at least start it
1997-02-19  Marc G. FournierAnd, make sure that initdb.sh copies the pg_geqo.sample...
1997-02-19  Marc G. FournierAdd and install the pg_geqo.sample file
1997-02-19  Marc G. FournierAdd the GEQO Todo file too
1997-02-19  Marc G. FournierAdd the GEQO README file to the docs distribution
1997-02-19  Marc G. FournierMerge in GEQO Optimizer
1997-02-19  Bruce MomjianDelete -e option to postmaster, keep postgres -e option.
1997-02-18  Bruce MomjianUpdate btree patches that were missed.
1997-02-18  Bruce MomjianClarify clearing of attribute stats memory.
1997-02-14  Bruce MomjianOper_right added, broken with const. conversion.
1997-02-14  Bruce MomjianAdd prototypes and remove unused variables from btree...
1997-02-14  Bruce MomjianRemove hardcoded 20000 and change to BootstrapObjectIdData.
1997-02-14  Bruce MomjianRemove WIN32 defines. They never worked.
1997-02-13  Bruce MomjianFix naming from proc to prio to fix previous patch.
1997-02-13  Bruce MomjianOnly allow NULL in the prpoer places.
1997-02-13  Marc G. FournierBring in Leo's <lsh@lubrizol.com> massive changes to...
1997-02-13  Marc G. FournierImprovements to the ultrix port, in particular a bunch...
1997-02-13  Marc G. FournierHad configure check for strdup, but didn't have it...
1997-02-13  Marc G. FournierVarious patches for nextstep by GregorHoffleit
1997-02-13  Marc G. FournierPatch for:
1997-02-12  Marc G. FournierRemoved a reference to DATADIR that still existed
1997-02-12  Marc G. FournierPatch from Massimo Dal Zotto <dz@cs.unitn.it>
1997-02-12  Marc G. FournierMake sure we have an irix port
1997-02-12  Marc G. FournierWhat looks like some *major* improvements to btree...
1997-02-11  Bruce MomjianAssign priorities when creating jobs in lock queue.
1997-02-11  Bruce MomjianAdd comment for questionable 5 padding.
1997-02-11  Bruce MomjianFix \? syntax for copy command.
1997-02-09  Marc G. FournierRemove machine.h, since it wasn't doing anything that...
1997-02-09  Marc G. FournierTry to further reduce the PORT dependencies.
1997-02-09  Marc G. FournierRemove NO_{SIGPROCMASK,SETSID,WAITPID} from nextstep...
1997-02-09  Marc G. FournierChanges to configure/config.h.in to check for:
1997-02-09  Marc G. FournierVarious fixes suggested by Gregor Hoffleit
1997-02-09  Marc G. Fournier|I took a look at this and I think pg_dump mishandles...
1997-02-08  Bruce MomjianAdd missing paren for hpux.
1997-02-08  Marc G. FournierOops, the port is ultrix4, not ultrix
1997-02-07  Marc G. FournierAdd in netbsd*) to configure
1997-02-07  Bruce MomjianAdd attribute optimization statistics.
1997-02-07  Marc G. FournierAdd ultrix to configure
1997-02-07  Marc G. FournierAdd in the nextstep port so that configure will (should...
1997-02-06  Marc G. FournierThe test for union semun requires <sys/ipc.h>
1997-02-06  Bruce MomjianRemove extra paren in ifdef.
1997-02-06  Marc G. FournierVarious changes to improve/support Mklinux
1997-02-06  Marc G. FournierMake sure all changes are committed...
1997-02-06  Marc G. Fournierautoconf test for and set HAVE_VFORK
1997-02-06  Marc G. FournierAdd test for union semun to configure
1997-02-06  Marc G. FournierChange ordering of libraries
1997-02-06  Bruce MomjianInclude main Makefile.global first so variables are...
1997-02-05  Marc G. FournierOops, just about forgot to commit this one too :(
next