]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1997-09-22  Vadim B. MikheevFix: Operand Order Affects OR.
1997-09-22  Vadim B. Mikheev+#include <access/xact.h>
1997-09-21  Bruce MomjianConfigure OS cleanup.
1997-09-21  Bruce MomjianMake manual page for pg_passwd from README.
1997-09-20  Thomas G. LockhartOutput changed for new ORDER BY to cope with new sortin...
1997-09-20  Thomas G. LockhartOutput changed to reflect extra entries from new regres...
1997-09-20  Thomas G. LockhartChange ORDER BY to get consistant results with new...
1997-09-20  Thomas G. LockhartUpdate results count to reflect bad entries now being...
1997-09-20  Thomas G. LockhartChange ORDER BY to get more consistant results.
1997-09-20  Thomas G. LockhartAdd tinterval comparison operators.
1997-09-20  Thomas G. LockhartAdd point_ne() comparison routine.
1997-09-20  Thomas G. LockhartAdd tinterval comparison routines.
1997-09-20  Thomas G. LockhartAdd integer/money arithmetic from Darren King.
1997-09-20  Thomas G. LockhartAdd point_ne() function.
1997-09-20  Thomas G. LockhartFix typo for default units for timespan input.
1997-09-20  Thomas G. LockhartInclude tinterval comparison functions for span of...
1997-09-20  Thomas G. LockhartInclude functions for integer/money arithmetic.
1997-09-20  Thomas G. LockhartFix up elog warning messages.
1997-09-20  Thomas G. LockhartAdd support for FLOAT(p) SQL/92 data type.
1997-09-20  Thomas G. LockhartReplace missing directory delimiter for postmaster...
1997-09-20  Marc G. FournierBring in Peter's changes...finally :(
1997-09-19  Bruce MomjianUpdate configure.
1997-09-19  Marc G. Fournier1997-06-15 Paul Eggert <eggert@twinsun.com>
1997-09-19  Vadim B. Mikheev+ _copyGroup(Group *from)
1997-09-19  Bruce MomjianFix \e and \p after query.
1997-09-18  Bruce MomjianInline memset() as MemSet().
1997-09-18  Bruce MomjianHave to do [[ ]] in configure.in.
1997-09-18  Bruce MomjianUPdate memset macro.
1997-09-18  Bruce MomjianUpdate HISTORY.
1997-09-18  Bruce MomjianCleanup for memset macro.
1997-09-18  Marc G. FournierAdd in srandom() check to configure
1997-09-18  Vadim B. MikheevQUERY: SELECT p.name, p.age FROM person* p ORDER BY...
1997-09-18  Vadim B. MikheevNo more SortTuplesInTree...
1997-09-18  Vadim B. MikheevDon't limit number of tuples in leftist trees!
1997-09-18  Vadim B. MikheevNo more SortTuplesInTree...
1997-09-18  Vadim B. MikheevConvert sequence names tolower.
1997-09-18  Vadim B. MikheevALTER TABLE ADD COLUMN: set atthasdef to FALSE.
1997-09-18  Bruce MomjianInline frequently called functions.
1997-09-18  Vadim B. MikheevAddded to Psortstate:
1997-09-18  Vadim B. Mikheev+ SortTuplesInTree
1997-09-18  Vadim B. Mikheev1. Use qsort for first run
1997-09-18  Vadim B. Mikheev+ int SortTuplesInTree = 2560;
1997-09-18  Vadim B. MikheevAllow set max number of tuples in leftist tree for...
1997-09-18  Thomas G. LockhartAdd explicit test for various comment syntaxes.
1997-09-18  Thomas G. LockhartExplicitly test various comment syntaxes.
1997-09-18  Thomas G. LockhartAdd syntax and warnings for unsupported ALTER TABLE...
1997-09-18  Marc G. FournierAck, I missed a template file here :(
1997-09-17  Edmund Mergl*** empty log message ***
1997-09-17  Edmund Mergl*** empty log message ***
1997-09-17  Edmund Mergladapted to pgsql-v6.2
1997-09-17  Edmund Mergl*** empty log message ***
1997-09-17  Bruce MomjianRemove extra backets in tr test.
1997-09-16  Bruce MomjianLinux seems to have 3/4/5/686.
1997-09-16  Bruce MomjianMakefile cleanup.
1997-09-16  Bruce MomjianMklinux patch from Tatsuo.
1997-09-16  Thomas G. LockhartModify to match current expected output
1997-09-16  Thomas G. LockhartAdd explicit, separate test sections for DEFAULT and...
1997-09-16  Thomas G. LockhartRemove extraneous blank lines from error messages.
1997-09-16  Thomas G. LockhartRemove difftime() calls.
1997-09-16  Thomas G. LockhartFix string conversions for operators in DEFAULT and...
1997-09-16  Bruce MomjianRemove uint32 from inet_aton file.
1997-09-16  Bruce MomjianRemoved un-needed signal suff from pginterface.
1997-09-16  Bruce MomjianAdd .eo to pgbuiltin.
1997-09-16  Bruce MomjianRemove NO_MK_LORDER from Solaris.
1997-09-16  Bruce MomjianManual cleanup for textcat.
1997-09-15  Vadim B. MikheevFix pfree problem.
1997-09-15  Vadim B. Mikheev-S need in optarg...
1997-09-14  Bruce Momjian-Linux configure additoin, libtcl Makefile patch.
1997-09-14  Bruce MomjianTo find uint32 on AIX.
1997-09-14  Bruce MomjianAdd mention of heap_getattr() compiler warning.
1997-09-14  Bruce MomjianUpdate README, HISTORY, etc for beta release.
1997-09-13  Marc G. FournierLet's hope this fixes the "bug" that was introduced
1997-09-13  Bruce MomjianCleanup of use of settings as pointer and structure...
1997-09-13  Bruce MomjianCleanup for cash patch .
1997-09-13  Bruce MomjianAdded pgindent/README file.
1997-09-13  Bruce MomjianCleanup from patch applied.
1997-09-13  Bruce Momjianconfigure cleanup.
1997-09-13  Bruce MomjianFix for copy to stdout for cash.
1997-09-13  Thomas G. LockhartAdd results from Vadim's new tables.
1997-09-13  Thomas G. LockhartAdd tests for unary minus.
1997-09-13  Thomas G. LockhartMake tests match with modified error messages.
1997-09-13  Thomas G. LockhartAdd a few tests for unary minus syntax.
1997-09-13  Thomas G. LockhartRemove backdoor strings from scan.l for DEFAULT and...
1997-09-13  Thomas G. LockhartAdd a few keywords for SQL-92 support.
1997-09-13  Thomas G. LockhartUse exclusive state to help fix unary minus parsing.
1997-09-13  Thomas G. LockhartFix up error messages.
1997-09-13  Thomas G. LockhartFix up error messages to remove extra newline. Use...
1997-09-13  Bruce MomjianSolaris does not have lorder/tsort.
1997-09-12  Bruce Momjianpg_version Makefile was not being processed.
1997-09-12  Bruce MomjianRemove that 5 from MESSAGE SIZE that no one understands.
1997-09-12  Bruce MomjianDec alphaserver patch from Malcolm Beattie
1997-09-12  Bruce MomjianAllow SELECT NULL as EMPTY_FIELD, Patrick.
1997-09-12  Bruce MomjianFix for select null, "fail" from pg_am from Patrick...
1997-09-12  Bruce MomjianNo \\connect with usernames AND passwords.
1997-09-12  Bruce MomjianIncrease default geqo parameter to 8.
1997-09-12  Bruce MomjianFix heap_getattr bug I just added.
1997-09-12  Vadim B. MikheevQuick hack to get CHECK working for incoming betta.
1997-09-12  Vadim B. MikheevAdded: SPI_copytuple() & SPI_modifytuple()
1997-09-12  Vadim B. MikheevRelationBuildRuleLock(): char* --> Datum for ruleaction and
1997-09-12  Bruce MomjianMacro cleanup of heap_getattr.
next