]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
1997-12-21  Bruce MomjianRemove some recursion in optimizer and clean up some...
1997-12-20  Marc G. FournierPotential fix for Bruce's "test" problem
1997-12-20  Bruce MomjianFix aggregates on inherited tables.
1997-12-20  Marc G. FournierMove more to dynloader subdir
1997-12-20  Marc G. FournierMake sure distclean works as well as clean
1997-12-20  Marc G. FournierMissed a HAVE_
1997-12-20  Marc G. Fournierfix so that dynloader.h is included instead of port...
1997-12-20  Marc G. FournierFix use of variable in Makefile.in
1997-12-20  Marc G. FournierMake sure configure reflects changes
1997-12-20  Marc G. FournierOops, forgot to add what I took away
1997-12-20  Marc G. FournierMore cleanups...
1997-12-20  Marc G. FournierMore ports switched over
1997-12-20  Marc G. FournierMove over the BSDi port files
1997-12-20  Marc G. FournierThis should get the linux port to work...
1997-12-20  Marc G. FournierGet it so that everything else *should* work with my...
1997-12-20  Marc G. FournierMajor cleanout of PORTNAME variables from Makefiles...
1997-12-20  Marc G. FournierFirst clean compile without a "PORTNAME" variable being...
1997-12-19  Marc G. Fournierremoved the port-protos.h from bsd a little too quick...
1997-12-19  Marc G. FournierIf this doesn't break something, nothing will *muhahaha*
1997-12-19  Marc G. FournierThese files will get link'd to 'dynloader.[ch]', from...
next