]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1996-12-22  Marc G. FournierHere's a little patch to keep the compiler quiet when... REL2_0B github/REL2_0B
1996-12-22  Marc G. FournierI found that when changing databases from within psql...
1996-12-22  Marc G. FournierThis allows GROUP BY to use column aliases, and ORDER...
1996-12-22  Marc G. FournierThere are a number of tests "[" that fail if the variab...
1996-12-14  Vadim B. MikheevFix over fix: JMP_BUF gone away and we have SIGJMP_BUF...
1996-12-14  Vadim B. Mikheev if (settings->opt.fieldSep);
1996-12-14  Vadim B. MikheevAvoiding:
1996-12-14  Vadim B. Mikheevconst register ... --> register const ...
1996-12-14  Vadim B. MikheevAvoiding
1996-12-14  Vadim B. MikheevAvoiding
1996-12-14  Vadim B. MikheevUnuseful tupDesc = CreateTupleDesc(attr_count, attr...
1996-12-13  Bruce Momjianremove that pesky 95
1996-12-13  Bruce MomjianSmall regression and doc patch
1996-12-11  Bruce MomjianChange postgres95 to PostgreSQL.
1996-12-11  Bruce MomjianRequire seimcolons between statements.
1996-12-11  Bruce MomjianRename postgres95 to PostgreSQL. Add comment for SELEC...
1996-12-10  Marc G. FournierTest two...branch REL2_0B works...I think
1996-12-09  CVS to git... This commit was manufactured by cvs2git to create branc... REL2_0
1996-12-09  Bryan HendersonRemove include of libpq-fe.h. This file has nothing...
1996-12-09  Bryan HendersonAdd comments defining "typelem" column of pg_type.
1996-12-09  Bryan HendersonAdd comments describing interface to heap_getattr().
1996-12-09  Bryan HendersonAdd CUSTOM_CC variable for Makefile.custom. Thanks...
1996-12-07  Bruce MomjianReduce printing from debug level 2 ande layout change.
1996-12-07  Bruce MomjianReduce printing from deub level 2 ande layout change.
1996-12-07  Bruce MomjianRemove Dan's fix of SELECT NULL to fix INSERT NULL.
1996-12-07  Bruce MomjianFix for SELECT NULL.
1996-12-07  Bruce MomjianFix from Jan agreed with by Massimo.
1996-12-06  Vadim B. Mikheev_bt_updateitem is returned in code, but works only...
1996-12-06  Vadim B. Mikheev1. _bt_compare fixed to work properly with new code...
1996-12-04  Bruce MomjianRemove duplicate patch for COUNT fix.
1996-12-04  Bryan HendersonChange portname "sparc" to "sunos4" and change some...
1996-12-03  Bruce MomjianChange tests to lowercase for esthetics.
1996-12-03  Vadim B. Mikheevpname=NULL -> pname="" (stringinfo.c:appendStringInfo...
1996-12-03  Bruce MomjianMake COUNT,SUM case insensitive.
1996-12-03  Bryan HendersonRemove #if defined(bsdi) define SIGJMP_BUF, per Kurt...
1996-12-02  Bruce MomjianReduce regression diffs
1996-12-02  Bruce MomjianReduce regression diff size with timezone changes and...
1996-12-01  Bruce MomjianFix for inclusion of new prompt output.
1996-12-01  Bruce MomjianFix compiler warning about unitialized variables.
1996-11-30  Bruce MomjianThis patch changes quite a few instances of references...
1996-11-30  Bruce MomjianAs someone asked for this feature - patch for 1.09...
1996-11-30  Bruce MomjianChange end-of-line comma to semicolon.
1996-11-30  Bruce MomjianAded mention that != maps to <>.
1996-11-30  Bruce MomjianAdd indicator for in quote or in query to prompt.
1996-11-30  Bruce MomjianAdded BETWEEN and IN to grammar. Map != to <>.
1996-11-29  Bruce MomjianAllow select oid,* from table. Allow * anywhere in...
1996-11-29  Vadim B. Mikheevvrl_min_tlen added to VRelListData.
1996-11-29  Vadim B. MikheevAdded: dynamic re-moving page from list of pages usable...
1996-11-29  Bryan HendersonThrow some double quotes on the pile!
1996-11-29  Bruce MomjianFix for BSDI compile.
1996-11-28  Bruce MomjianChanged saved_relname size to save memory.
1996-11-28  Vadim B. MikheevFix for "might be used uninitialized" warnings.
1996-11-28  Bryan HendersonMake strdup work for Ultrix. Thanks Erik Bertelsen
1996-11-27  Vadim B. MikheevTransactionIdIsInProgress is commented out
1996-11-27  Bruce MomjianConvert ' to " in dates. Update example code to show...
1996-11-27  Bruce MomjianRemove unused define's.
1996-11-27  Bruce Momjianno change
1996-11-27  Bruce MomjianAllow all empty queries to return EMPTY.
1996-11-27  Bryan HendersonMore stuff to make it compile on various ports.
1996-11-27  Vadim B. MikheevNew structures for new vacuum.
1996-11-27  Vadim B. MikheevNew mdtruncate() & smgrtruncate() funcs.
1996-11-27  Vadim B. MikheevTransactionIdIsInProgress moved to shmem.c
1996-11-27  Vadim B. MikheevShrinking and other things.
1996-11-27  Vadim B. MikheevNew smgrtruncate smgr' interface func.
1996-11-27  Vadim B. MikheevNew mdtruncate() func for single segment relations...
1996-11-27  Vadim B. MikheevTransactionIdIsInProgress is here now and gives quality...
1996-11-27  Vadim B. MikheevSetting MyProc->xid to InvalidTransactionId while creating
1996-11-27  Vadim B. MikheevSetting MyProc->xid to current transaction' id in Start...
1996-11-27  Vadim B. MikheevTransactionIdIsInProgress moved to shmem.c
1996-11-27  Bryan HendersonForgot in yesterday's Ultrix compile work.
1996-11-26  Bryan HendersonOK, I think I've got the postconfig thing right now.
1996-11-26  Bryan HendersonWhoops, redo Ultrix patch so the other ports still...
1996-11-26  Bryan HendersonFix double-colon syntax error on fe-lobj.o.
1996-11-26  Bryan HendersonMake it compile on Ultrix. Thanks Erik Bertelson.
1996-11-26  Bryan HendersonProperly structure ProcedureNameIndexScan so it doesn...
1996-11-26  Bryan HendersonPut in #include <fcntl.h> for those systems that don...
1996-11-26  Bryan Henderson-Werror fixes from D'Arcy.
1996-11-25  Bryan HendersonInclude fcntl.h, which is not automatically included...
1996-11-25  Bryan HendersonGo back to $(postconfig...) from $(exec postconfig...
1996-11-25  Bruce MomjianPrevent empty queries from crashing server.
1996-11-24  Bryan HendersonFix access through null pointer info->rule_action....
1996-11-24  Bryan HendersonFix syntax error: missing argument to elog(). Thanks...
1996-11-24  Bryan HendersonTypecasts, etc. to make compile work on AIX. Thanks...
1996-11-24  Bryan HendersonMove include of signal.h inside pqsignal.h so it's...
1996-11-24  Bryan HendersonAdd dep: rule.
1996-11-23  Bryan HendersonFirst pass at getting shared libraries on AIX properly...
1996-11-23  Bryan HendersonEliminate pesky "postconfig not found" message.
1996-11-22  Bruce MomjianFix for \g strdup error.
1996-11-22  Bryan HendersonInclude ctype.h to fix Kurt Lidl's compile problem.
1996-11-22  Bryan HendersonInclude stdio.h to fix Craig Anderson's compile problem.
1996-11-22  Bryan HendersonFix bug: No -D option to postgres
1996-11-22  Bryan HendersonFix bug: -D options implies -d option.
1996-11-21  Vadim B. MikheevFix memory overhelding while forming index' result:
1996-11-21  Vadim B. MikheevFix memory overhelding while forming index' result:
1996-11-21  Vadim B. MikheevFix memory overhelding while forming index' result:
1996-11-20  Bruce MomjianCan't add a keyword without making it a keyword. :-)
1996-11-20  Bruce MomjianOtherwise "gmake install" fails.
1996-11-20  Bruce MomjianThere is a bug in aclinsert3 in the code which update...
1996-11-20  Bruce Momjian following is a little fix for libpq.
1996-11-20  Bruce MomjianFix \g filename. Free allocated memory and don't use...
next