OSDN Git Service

pg-rex/syncrep.git
1996-12-26 Bruce MomjianRemoval of CppConcat from indexam.c.
1996-12-26 Bruce MomjianAdded mention of CUSTOM_COPT to file.
1996-12-24 Bryan HendersonClarify error message about trying to PQgetvalue()...
1996-12-23 Bryan HendersonFix Solaris stuff so it compiles. Thanks Keith Parks.
1996-12-23 Bryan HendersonAdd some quotes so it works on more shells.
1996-12-23 Bryan HendersonAdd cast to quiet compiler warning.
1996-12-20 Bruce MomjianFix multiple "C" from backend.
1996-12-20 Bruce MomjianRemove NOTIFY_PATCH.
1996-12-20 Bruce MomjianImprove handling of semicolons ending statements.
1996-12-20 Bruce MomjianRename parameter.
1996-12-19 Bryan HendersonMake sure user is running GNU make.
1996-12-19 Marc G. FournierAdd two new comments to pglibtcl...
1996-12-19 Marc G. FournierMore patches/documentation from: Massimo Dal Zotto...
1996-12-19 Marc G. FournierCOPY_PATCH...
1996-12-19 Marc G. FournierAdd various comments to explain #define's and add a...
1996-12-19 Marc G. Fournier#ifdef ASYNC_DEBUG various sections of async.c
1996-12-17 Bruce MomjianMake GROUP BY work with aliases, ORDER BY with column...
1996-12-16 Bryan HendersonPut sys/types.h before sys/timeb.h so Ultrix compiles.
1996-12-15 Bryan HendersonRemove __P macro usage so it compiles without cdefs.h.
1996-12-15 Bryan HendersonMake compile on AIX, Alpha OSF. Thanks Darren King...
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 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...
next