OSDN Git Service

pg-rex/syncrep.git
1996-12-14 Vadim B. MikheevUnuseful tupDesc = CreateTupleDesc(attr_count, attr...
1996-12-13 Bryan HendersonClean up. Get rid of tabs and overly long lines.
1996-12-13 Bruce MomjianSmall regression and doc patch
1996-12-11 Bruce MomjianPostgres95 to PostgreSQL.
1996-12-11 Bruce MomjianRequire seimcolons between statements.
1996-12-11 Bryan HendersonUse "Oid" type where applicable and %ud instead of...
1996-12-11 Bruce MomjianRename postgres95 to PostgreSQL. Add comment for SELEC...
1996-12-10 Bryan HendersonFix bug: libpq clients (which include libpq-fe.h) won...
1996-12-10 Bryan Hendersonsigjmp_buf/jmp_buf is backwards, so backend doesn't...
1996-12-10 Bryan HendersonFix bug: libpq clients (which include libpq-fe.h) won...
1996-12-10 Bryan HendersonAdd empty "dep:" target.
1996-12-10 Marc G. FournierNo change...just a test to make sure I didn't screw...
1996-12-09 Bryan HendersonMonitor has been obsoleted by psql.
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...
1996-11-20 Bruce MomjianHere is the patch for pg_dump not handling NULL values...
1996-11-20 Bruce MomjianFix for man Makefile. Added 'all'.
1996-11-19 Bruce MomjianMake install change for man files
1996-11-19 Bruce MomjianRemoved old Assert's used during development.
1996-11-19 Bryan HendersonThis file has not been part of the regression test...
next