OSDN Git Service

From: Tatsuo Ishii <t-ishii@sra.co.jp>
[pg-rex/syncrep.git] / src / include /
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-21 Bruce Momjianpathkeys.c cleanup.
1999-02-21 Tom LaneRearrange handling of MAXBACKENDS a little bit. The...
1999-02-20 Bruce Momjianpathkeys fixes
1999-02-20 Bruce Momjianadd pathkeys description.
1999-02-19 Tom LaneReorder startup ops so that if preallocation of semas...
1999-02-19 Tom LaneAllow maximum number of backends to be set at configure...
1999-02-19 Bruce Momjianoptimizer cleanup
1999-02-19 Bruce Momjianoptimizer cleanup
1999-02-18 Bruce MomjianEnable bushy plans by default.
1999-02-18 Bruce Momjianoptimizer cleanup
1999-02-18 Bruce Momjianmore optimizer cleanups
1999-02-18 Bruce MomjianFix bushy plans. Cleanup.
1999-02-16 Bruce MomjianRe-enable bushy plans. Vadim want them.
1999-02-15 Bruce Momjianrename
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce Momjianotherrels is now unjoined_rels
1999-02-15 Bruce Momjianoptimizer rename
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
1999-02-14 Bruce MomjianOptimizer rename.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-13 Thomas G. LockhartRemove equivalence between datetime and float8. Led...
1999-02-13 Thomas G. LockhartAdd routines to convert between int8 and text/varchar...
1999-02-13 Thomas G. LockhartInclude some Julian date declarations to share between...
1999-02-12 Bruce MomjianOptimizer cleanup.
1999-02-12 Bruce MomjianJoinPath -> NestPath for nested loop.
1999-02-12 Bruce MomjianFix optimizer and make faster.
1999-02-11 Bruce MomjianOptimizer cleanup.
1999-02-11 Bruce MomjianMore optimizer speedups.
1999-02-11 Bruce MomjianOptimizer fix for samekeys() and cost fixes for longer...
1999-02-11 Tom LaneInclude <varargs.h> on SunOS. (Does any other platform...
1999-02-10 Bruce MomjianOptmizer cleanup
1999-02-10 Bruce MomjianRename Path.keys to Path.pathkeys. Too many 'keys...
1999-02-09 Bruce MomjianRename Temp to Noname for noname tables.
1999-02-09 Bruce MomjianMajor optimizer improvement for joining a large number...
1999-02-08 Jan WieckAdded LIMIT/OFFSET functionality including new regressi...
1999-02-08 Bruce MomjianOptimizer cleanup.
1999-02-07 Tom LaneCorrect definition of srandom() --- it takes unsigned...
1999-02-07 Jan WieckChanged ExecConstraints() and ExecRelCheck() to cache...
1999-02-06 Bruce MomjianOptimizer cleanup.
1999-02-06 Jan WieckNew alloc set code using a memory block pool for small...
1999-02-05 Bruce MomjianOptimizer cleanup.
1999-02-04 Bruce MomjianMore optimizer cleanups.
1999-02-04 Bruce MomjianMore optimizer renaming HInfo -> HashInfo.
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1999-02-02 Bruce MomjianSET_ARGS cleanup
1999-02-02 Bruce MomjianIncluded patches make some enhancements to the multi...
1999-02-02 Bruce MomjianFix create_rule is->as.
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1999-01-27 Jan WieckSpeedup of PL/pgSQL by calling ExecEvalExpr() directly
1999-01-27 Tom LaneAnother SELECT speedup: extract OIDs of column print...
1999-01-25 Bruce MomjianAgg/Aggreg cleanup and datetime.sql patch.
1999-01-25 Vadim B. MikheevSELECT FOR UPDATE is implemented...
1999-01-24 Tom LaneReplace typtoout() and gettypelem() with a single routine,
1999-01-24 Tom LaneFix a couple little problems with signed vs. unsigned
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1999-01-23 Bruce MomjianRemove unused Choose node.
1999-01-23 Tom LaneAdd explicit buffering in backend libpq, to compensate for
1999-01-21 Bruce MomjianThe following patch finishes primary key support. ...
1999-01-21 Vadim B. MikheevFOR UPDATE is in parser & rules.
1999-01-20 Thomas G. LockhartClean up leap year support and date/time validation.
1999-01-18 Bruce MomjianAdd missing Windows files.
1999-01-18 Bruce MomjianHi!
1999-01-17 Tom LaneAdd description of ELOG_TIMESTAMPS and USE_SYSLOG options,
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1999-01-17 Tom LaneAdd configure test to see whether vsnprintf() is present,
1999-01-17 Tom LaneReplace direct inclusions of c.h with inclusion of...
1999-01-17 Tom LaneApply Magnus Hagander's followup patch to correct
1999-01-12 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1999-01-11 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1999-01-05 Vadim B. MikheevSELECT FOR UPDATE syntax
1999-01-05 Jan WieckRestricted maximum precision for NUMERIC to 1000 digits.
1998-12-31 Bruce MomjianAdd max oid display, rather than returning just a dash...
1998-12-30 Jan WieckLittle precision fix for POWER(). I discovered problems...
1998-12-30 Jan WieckAdded NUMERIC data type with many builtin funcitons...
1998-12-29 Bruce MomjianFix for deadlock detection timeout.
1998-12-26 Bruce MomjianLong awaited port for NetBSD/m68k was finally done...
1998-12-25 Bruce MomjianFix for version, update to 6.5.
1998-12-21 Jan WieckChanged TypeName.typmod to int32 - atttypmod is of...
1998-12-18 Bruce MomjianI have ported PostgreSQL 6.4 to Cobalt Qube running...
1998-12-18 Jan WieckFixed nodeToString() to put out "<>" for NULL strings...
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-12-16 Vadim B. MikheevSerialized mode works!
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-12-14 Marc G. Fourniermore cleanups...of note, appendStringInfo now performs...
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-12-13 Thomas G. LockhartAdd routines and synonyms to help with single-byte...
1998-12-13 Thomas G. LockhartAdd routines to help with single-byte (internal) charac...
1998-12-13 Tom LaneUse standard AC_PROG_INSTALL macro to search for instal...
1998-12-13 Bruce MomjianChange Size from unsigned int to size_t.
1998-12-08 Thomas G. LockhartDefine routines and catalog entries for string min...
1998-12-04 Thomas G. LockhartImplement CASE expression.
1998-11-30 Tom LanePortability fixes found needed for SunOS 4.1.x:
1998-11-29 Tom LaneUse autoconf to determine whether system has POSIX...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-11-22 Vadim B. MikheevAdded indxqualorig to IndexScan: fix for using indices...
1998-11-17 Thomas G. LockhartAdd text<->float8 and text<->float4 conversion functions.
1998-10-31 Bruce Momjians_lock patch from Ryan.
next