]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1997-05-22  Vadim B. MikheevRelationPurgeLocalRelation():
1997-05-22  Vadim B. Mikheev1. Fix md memory leak:
1997-05-22  Vadim B. Mikheev1. Cleanup (no more FreeFd - unuseful; others).
1997-05-22  Vadim B. Mikheevgist.h:
1997-05-22  Vadim B. Mikheev1. Pass GISTENTRYs to giststate->penaltyFn by pointers...
1997-05-22  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-22  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-22  Marc G. FournierOops, missed the commit on this one by Darren King...
1997-05-22  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-22  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-21  Bruce MomjianUpdated pg_dumpall and psql to preserve database owners.
1997-05-21  Bruce MomjianAdd SRCDIR to lextest
1997-05-20  Bruce MomjianFix for lextest return value.
1997-05-20  Vadim B. MikheevLittle memmory leak in RelationFlushRelation() in freeing
1997-05-20  Vadim B. MikheevDefine FREE(x) as pfree.
1997-05-20  Vadim B. MikheevShouldn't we use palloc instead of malloc ?
1997-05-20  Vadim B. Mikheev1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we...
1997-05-20  Vadim B. MikheevConsider right-sided plans if _use_right_sided_plans_...
1997-05-20  Vadim B. MikheevNew VAR r_plans added to enable turn ON/OFF
1997-05-20  Vadim B. MikheevInitialize internal keys if rtree used in inner scan.
1997-05-20  Bruce MomjianAdded fcvt() prot for bsdi.
1997-05-20  Marc G. FournierFrom: Darren King <aixssd!darrenk@abs.net>
1997-05-19  Bruce MomjianRemove create_database interactive prohibition from...
1997-05-19  Bruce MomjianAdd Makefile.global to lextest makefile.
1997-05-19  Vadim B. MikheevMulti-column indices creation is now supported in norma...
1997-05-19  Marc G. FournierFrom: Olaf Mittelstaedt <MSTAEDT@va-sigi.va.fh-ulm.de>
1997-05-19  Marc G. FournierThese two files got reversed somehow... -K PIC is a...
1997-05-17  Edmund Mergladded const declaration in form() E.Mergl
1997-05-17  Edmund Mergladded const declaration E.Mergl
1997-05-17  Thomas G. LockhartAdd comments to assist with installation.
1997-05-17  Thomas G. LockhartLinux-specific (RedHat variant) postgres system startup...
1997-05-17  Thomas G. LockhartAdd information on regression testing and Linux ports.
1997-05-17  Thomas G. LockhartInitial 64-bit integer package.
1997-05-17  Thomas G. LockhartRemove troublesome type coersions from the char8 return...
1997-05-17  Thomas G. LockhartSpiff up description of the regression tests and outcomes.
1997-05-17  Thomas G. LockhartInclude information for reset, set, and show commands.
1997-05-17  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-17  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-16  Thomas G. LockhartImprove informational messages for "show" command respo...
1997-05-16  Thomas G. LockhartFix expected output for datetime and abstime to/from...
1997-05-16  Thomas G. LockhartFix datetime and abstime conversions to and from date.
1997-05-16  Thomas G. LockhartAdd documentation for reset, set, and show, and cross...
1997-05-16  Marc G. FournierModify lextest and GNUmakefile so that if the test...
1997-05-16  Marc G. FournierHave Make process exit if lextest fails
1997-05-15  Marc G. FournierFrom: Robert E. Bruccoleri <bruc@bms.com>
1997-05-15  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-14  Bruce MomjianMore TODO/HISTORY updates
1997-05-14  Bruce MomjianUPdate TODO and HIstory for new release.
1997-05-14  Bruce MomjianAllow pg_dumpall to preserve database ownership.
1997-05-14  Bruce MomjianRemove README.flex and make lextest point to INSTALL.
1997-05-14  Bruce Momjianlextest Makefile cleanup
1997-05-14  Thomas G. LockhartRename new float and int conversion routines to avoid...
1997-05-14  Bruce MomjianAdd test for flex bug as part of make, and point them...
1997-05-14  Bruce MomjianUpdate FAQ and TODO
1997-05-14  Vadim B. MikheevAdded:
1997-05-13  Marc G. FournierFrom: "Brian E. Gallew" <geek+@cmu.edu>
1997-05-13  Bruce MomjianUpdate manual pages for vacuum and create index for...
1997-05-13  Thomas G. LockhartFix return value for tm2datetime to properly indicate...
1997-05-13  Bruce Momjianfix for sizeof pointed out by Ed Buddington
1997-05-12  Vadim B. MikheevAdded _readAggreg() to work with T_Aggreg type.
1997-05-11  Thomas G. LockhartUpdate to current information for upcoming v6.1 product...
1997-05-11  Thomas G. LockhartMore tables are listed in the user-defined relations...
1997-05-11  Thomas G. LockhartAdd inter-type regression tests for geometry, date...
1997-05-11  Thomas G. LockhartAdd type conversion functions between floats and integers.
1997-05-11  Thomas G. LockhartAdd a few type conversion functions.
1997-05-11  Thomas G. LockhartFix timezone manipulation code to avoid crashes on...
1997-05-11  Marc G. FournierOops, one of DAvid's patches didn't quite make it in...
1997-05-11  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-09  Marc G. FournierFrom: Edmund Mergl <E.Mergl@bawue.de>
1997-05-09  Marc G. FournierFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
1997-05-08  Bruce MomjianFix typechecking problem pointed out by Thomas.
1997-05-08  Bruce MomjianUpdate for bsdi
1997-05-07  Marc G. FournierFrom: David Friend <dfriend@atlsci.atlsci.com>
1997-05-07  Marc G. FournierFrom: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
1997-05-07  Marc G. FournierFrom: "Paul M. Aoki" <aoki@CS.Berkeley.EDU>
1997-05-07  Marc G. FournierFrom: Keith Parks <emkxp01@mtcc.demon.co.uk>
1997-05-07  Marc G. FournierFrom: Erich Stamberger <eberger@gewi.kfunigraz.ac.at>
1997-05-06  Thomas G. LockhartRemove valid pointer checks for returns from palloc...
1997-05-06  Thomas G. LockhartChange dummy array dimensions from [0] to [1] to keep...
1997-05-06  Thomas G. LockhartRename LOread() and LOwrite() to loread() and lowrite...
1997-05-06  Thomas G. LockhartChange LOread() and LOwrite() to loread() and lowrite...
1997-05-06  Thomas G. LockhartChange LOread() and LOwrite() to loread() and lowrite...
1997-05-06  Thomas G. LockhartRename LOread() and LOwrite() to be lower case to allow use
1997-05-06  Vadim B. Mikheev1. Multi-column indices support.
1997-05-06  Vadim B. Mikheevmdcreate():
1997-05-05  Vadim B. MikheevKill re-incarnated bug arround
1997-05-05  Vadim B. MikheevThere is no more _CWD_ tag in sources...
1997-05-05  Vadim B. MikheevWARN:parser: parser error ...
1997-05-05  Vadim B. MikheevIf SELECT uses index (btree) then ordered results are...
1997-05-05  Vadim B. MikheevThere is no partial index onek2_u1_prtl in tests...
1997-05-05  Vadim B. MikheevBug: backend crashes in btbeginscan()->btrescan()-...
1997-05-02  Thomas G. LockhartAdd substitution from output/.. to input/.. to match...
1997-05-02  Thomas G. LockhartUpdate to work with new regression tests and directory...
1997-05-02  Thomas G. LockhartNew test data for aggregate functions.
1997-04-30  Vadim B. MikheevFix old bug in _hash_first() for scan without keys:
1997-04-30  Vadim B. MikheevMore informative NOTICEs in tuple checks.
1997-04-29  Edmund Merglcreation for postgresql-6.1
1997-04-29  Thomas G. LockhartReorder tests and move aggregate table data to data/.
1997-04-29  Thomas G. LockhartAdded initial set of expected outputs for new regressio...
1997-04-29  Vadim B. MikheevSET geqo TO ON|OFF
next