]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1998-01-13  Marc G. FournierOne more src/interfaces/libpq/Makefile problem: there...
1998-01-13  Marc G. FournierVarious fixes resulting from removing the PORTNAME...
1998-01-13  Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
1998-01-13  Marc G. Fournier> It seems there is a mistake in substr function:
1998-01-13  Marc G. FournierShould fix it all, Peter?
1998-01-13  Marc G. FournierOops...missed over half the patch :(
1998-01-12  Marc G. FournierUpgrade to 0.76
1998-01-12  Bruce MomjianHtml backend_dir cleanup
1998-01-11  Bruce MomjianManual page dash cleanup.
1998-01-11  Marc G. FournierFix from Peter for BLOBs
1998-01-11  Marc G. FournierPeter's Mega-Patch for JDBC...
1998-01-11  Bruce MomjianFix SCO and change index name.
1998-01-11  Bruce MomjianClean up of copyfuncs.
1998-01-11  Bruce Momjianpsql help cleanup.
1998-01-11  Bruce MomjianUpdate psql help.
1998-01-11  Bruce MomjianAdd UNION, GROUP, DISTINCT to INSERT.
1998-01-10  Thomas G. LockhartFix up for recent changes in elog error messages.
1998-01-10  Bruce MomjianFix CLUSTER.
1998-01-10  Bruce MomjianBye CursorStmt, now use SelectStmt.
1998-01-09  Bruce MomjianRemove old quel labels.
1998-01-09  Bruce MomjianRemove old quel labels.
1998-01-09  Bruce MomjianRemove old quel labels.
1998-01-09  Bruce MomjianPAGER \z in psql.
1998-01-09  Bruce MomjianYohoo UNIONS of VIEWS.
1998-01-08  Bruce MomjianCleanup of varchar.
1998-01-08  Bruce MomjianRe-install working varchar() with compress size.
1998-01-08  Bruce MomjianCompletion of varchar rollback.
1998-01-08  Bruce MomjianCleanup of varchar.
1998-01-08  Bruce MomjianRollback varchar size change.
1998-01-07  Bruce MomjianFix for varchar I missed.
1998-01-07  Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-07  Bruce MomjianAllow varchar() to only store needed bytes. Remove...
1998-01-07  Marc G. FournierWrap the function in and #ifdef, not the header files
1998-01-07  Bruce MomjianCleanup of outnodes.
1998-01-07  Bruce MomjianCleanup of outnodes.
1998-01-07  Bruce MomjianFix for views and outnodes.
1998-01-07  Bruce MomjianCleanup of outnode stuff.
1998-01-07  Bruce MomjianCleanup of outnode stuff.
1998-01-07  Bruce MomjianCleanup of outnode stuff.
1998-01-07  Bruce MomjianChange web page directions.
1998-01-07  Marc G. FournierShort little FAQ for FreeBSD
1998-01-06  Bruce MomjianFix sorting of multiple fields broken with UNION.
1998-01-06  Bruce MomjianCleanup of sort nodes and use of strtoul .
1998-01-06  Bruce MomjianABORT to ERROR in catalog/.
1998-01-06  Bruce MomjianRegression cleanup of WARN.
1998-01-06  Bruce MomjianChange some labels in bootparse to make ctags happy...
1998-01-05  Bruce MomjianMove variable.c to commands/ and aclchk.c to catalog/.
1998-01-05  Bruce MomjianMove variable.c to commands/ and aclchk.c to catalog/.
1998-01-05  Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05  Bruce MomjianRemove un-needed quotes from psql \d DEFAULT display.
1998-01-05  Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05  Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05  Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-05  Bruce MomjianAdd NOT NULL and DEFAULT to \d table.
1998-01-04  Marc G. FournierVarious fixes NETBSD/sparc related
1998-01-04  Bruce MomjianFix for aggs on views and complex ones. I missed one...
1998-01-04  Bruce MomjianFix for count(*), aggs with views and multiple tables...
1998-01-02  Marc G. Fournierneed to include postgres.h before HAVE_DLD_H
1998-01-01  Thomas G. LockhartTest for __ELF__ rather than LINUX_ELF in headers.
1998-01-01  Thomas G. LockhartRemove declaration for -DLINUX_ELF since testing for...
1998-01-01  Thomas G. LockhartDefine text_substr().
1998-01-01  Thomas G. LockhartCoerce a function argument to avoid compiler warning.
1998-01-01  Thomas G. LockhartInclude text_substr() function and use instead of oracl...
1998-01-01  Thomas G. LockhartChange precedence for boolean operators to match expect...
1998-01-01  Thomas G. LockhartAdd substring function for text based on oracle_compat...
1998-01-01  Thomas G. LockhartBracket #define sigsetjmp() to avoid redefinition....
1998-01-01  Thomas G. LockhartInclude SPI module when cleaning.
1997-12-31  Marc G. FournierMissed a subst() for the RANDOM substritution...
1997-12-30  Marc G. FournierChange @RANDOM@ to @MISSING_RANDOM@ because of bash
1997-12-30  Marc G. FournierOops, missed adding a file
1997-12-30  Marc G. Fournierbring in alpha/linux s_lock changes
1997-12-30  Marc G. FournierSlightly delayed patches from Todd...damn holidays :)
1997-12-29  Bruce MomjianChange some mallocs to palloc.
1997-12-29  Bruce MomjianFix for ORDER BY in UNION.
1997-12-29  Bruce MomjianUNION cleanup again.
1997-12-29  Bruce MomjianCleanup of UNION ALL fix. Manual page updates.
1997-12-27  Bruce MomjianUNION work for UNION ALL and other union stuff.
1997-12-26  Marc G. FournierKnew I missed somewhere...remove PORTNAME references...
1997-12-26  Vadim B. MikheevPrototypes for new funcs.
1997-12-26  Vadim B. MikheevCleaning GCC warnings.
1997-12-26  Vadim B. Mikheevextern char* crypt_getpwdfilename(void);
1997-12-24  Bruce MomjianImplementation of UNIONs.
1997-12-23  Bruce MomjianReverse out Thomas's group clause change.
1997-12-23  Bruce MomjianMake no-tty not use quiet in psql, fix group by copy...
1997-12-23  Thomas G. LockhartAdd newline/tab to middle of long failure message to...
1997-12-23  Thomas G. LockhartChange field name in RetrieveStmt from selectClause...
1997-12-23  Thomas G. LockhartLengthen some time conversion routine names now that...
1997-12-23  Thomas G. LockhartFix numeric comparision (... != NULL) to be (... >...
1997-12-23  Thomas G. LockhartAdd routines to print AExpr, Ident, and AConst parsing...
1997-12-23  Thomas G. LockhartImplement CREATE TABLE ... AS SELECT borrowing code...
1997-12-23  Thomas G. LockhartChange variable name reference from selectClause to...
1997-12-23  Thomas G. LockhartFix up some elog error messages.
1997-12-23  Thomas G. LockhartExpand a few date/time routine names to > 16 characters...
1997-12-23  Thomas G. LockhartFix format to produce actual German style. Affects...
1997-12-23  Thomas G. LockhartChange logic slightly to avoid one unnecessary calculat...
1997-12-23  Thomas G. LockhartChange a few routine names back to full length now...
1997-12-23  Bruce MomjianRemove regression in function.
1997-12-22  Bruce MomjianFix notty output to show status result. -q option...
1997-12-22  Bruce MomjianFix for test 0 error.
1997-12-22  Bruce MomjianFix for select 1=1 or 2=2, select 1=1 and 2=2, and...
next