OSDN Git Service

pg-rex/syncrep.git
1999-02-12 Bruce MomjianJoinPath -> NestPath for nested loop.
1999-02-12 Bruce MomjianFix optimizer and make faster.
1999-02-12 Bruce Momjianoptimizer update
1999-02-11 Tom LaneRemove Perl module's unnecessary dependence on libpq...
1999-02-11 Bruce MomjianOptimizer cleanups.
1999-02-11 Bruce MomjianOptimizer cleanup.
1999-02-11 Bruce Momjianoptimizer cleanup
1999-02-11 Bruce MomjianOptimizer cleanup.
1999-02-11 Bruce MomjianMore optimization.
1999-02-11 Bruce MomjianMore optimizer speedups.
1999-02-11 Bruce Momjianoptimizer cleanup
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 MomjianUpdate find_typedefs for bsdi 4.0.
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 MomjianOptimizer fix for samekeys.
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-08 Tom Lanepg_dump -d or -D didn't quote special characters in...
1999-02-08 Jan WieckRevert some changes from the INTERSECT/EXPECT patch...
1999-02-07 Tom LaneSimplify scanstr(), fix broken octal-escape code.
1999-02-07 Tom LaneSimplify lexer's rules for string constants, eliminate...
1999-02-07 Tom LaneInclude -lcrypt when needed to link libpgtcl.so and...
1999-02-07 Jan WieckChanged manpages for create_rule/drop_rule to the semantics
1999-02-07 Tom LaneAdd PQresStatus() function to avoid direct access to...
1999-02-07 Tom LaneClean up some minor compile warnings.
1999-02-07 Tom LaneCorrect definition of srandom() --- it takes unsigned...
1999-02-07 Jan WieckNew gram.c after modification of gram.y
1999-02-07 Jan WieckReenabled parentheses for grouping multiple rule action...
1999-02-07 Jan WieckChanged ExecConstraints() and ExecRelCheck() to cache...
1999-02-07 Jan WieckMissing semicolon in last fix :-}
1999-02-07 Jan WieckOne more fix to QuerySnapshot usage in ExecutorStart...
1999-02-07 Jan WieckFixed problem with multiple portals shown up in portals...
1999-02-07 Tom LaneFix bracketing error in CaseExpr code
1999-02-07 Bruce MomjianAllow psql to do \p\g. Ingres does it, why not us?
1999-02-07 Tom LaneAdd equality checking for T_Query so that we don't get
1999-02-06 Tom LaneAdd floating-point support to our emulation of snprintf
1999-02-06 Tom LaneFix silly typo causing SELECT INTO TABLE to sometimes be
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-05 Bruce MomjianOptimizer cleanup.
1999-02-05 Bruce MomjianFix for returning stack pointer from selectivity, from...
1999-02-05 Bruce MomjianReverse out const to libpq interface from D'Arcy.
1999-02-05 Tom LaneFix silly typo in prune_joinrel
1999-02-04 Bruce MomjianOptimizer cleanups.
1999-02-04 Bruce MomjianUpdate optimizer comments.
1999-02-04 Bruce MomjianLarge object write-into-middle fix from Tatsuo Ishii.
1999-02-04 Marc G. FournierFrom: Michael Meskes <Michael.Meskes@usa.net>
1999-02-04 Bruce MomjianConst fixes from D'Arcy.
1999-02-04 Bruce MomjianMore optimizer cleanups.
1999-02-04 Bruce MomjianMore optimizer renaming HInfo -> HashInfo.
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-03 Bruce MomjianThe libpq function PQfnumber does not handle case-insen...
1999-02-03 Bruce MomjianOptimizer rename ClauseInfo -> RestrictInfo. Update...
1999-02-03 Jan WieckSort node for ORDER BY is suppressed if choosen index...
1999-02-03 Tom LaneModify int8 to not depend on sscanf(), and fix configur...
1999-02-02 Bruce MomjianSET_ARGS cleanup
1999-02-02 Bruce MomjianMake GEQO use dependent on table and index count.
1999-02-02 Bruce MomjianOK I found it,
1999-02-02 Bruce MomjianAdd missing mb files.
1999-02-02 Bruce MomjianIncluded patches make some enhancements to the multi...
1999-02-02 Bruce Momjianpsql help fix.
1999-02-02 Bruce MomjianFix for psql help create table.
1999-02-02 Bruce MomjianFix create_rule is->as.
1999-02-02 Jan WieckFixed failed assertion happening in multiple action...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-02-01 Jan WieckFixed growing of backend due to not pfree()'d data...
1999-02-01 Vadim B. MikheevInitialize es_snapshot.
1999-02-01 Tom LaneTighten coding in samekeys(). Pretty braindead change,
1999-02-01 Marc G. Fournierfreebsd4.0 needed to be added to configure...
1999-01-31 Marc G. FournierFrom: Michael Meskes <Michael.Meskes@usa.net>
1999-01-31 Marc G. FournierFrom: D'Arcy J.M. Cain <darcy@druid.net>
1999-01-30 Tom LaneFix postmaster to not try to start more than MaxBackend...
1999-01-29 Vadim B. MikheevSmall fix for READ COMMITTED isolevel.
1999-01-29 Vadim B. MikheevHope that execMain.c good merged.
1999-01-29 Vadim B. MikheevTrying to fix bad merging...
1999-01-29 Vadim B. MikheevREAD COMMITTED isolevel is implemented and is default...
1999-01-28 Jan WieckChanged qualification of pg_views and pg_tables to...
1999-01-28 Jan WieckNew prebuilt versions of gram.c and scan.c for the...
1999-01-28 Jan WieckPartial support for mixed case in PL/pgSQL.
1999-01-27 Tom LaneQuick fix for subplan-related crash.
1999-01-27 Jan WieckSpeedup of PL/pgSQL by calling ExecEvalExpr() directly
1999-01-27 Bruce Momjianfix for aggregates
1999-01-27 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-01-27 Tom LaneTurns out it's easy to cache the fmgr function lookup
1999-01-27 Tom LaneAnother SELECT speedup: extract OIDs of column print...
1999-01-26 Bruce MomjianMore agg cleanup.
1999-01-26 Marc G. Fournierprimary key support cleanups from D'Arcy...
1999-01-26 Bruce Momjianpgindent file.
1999-01-25 Marc G. FournierFrom: Peter T Mount <peter@retep.org.uk>
1999-01-25 Bruce MomjianAgg/Aggreg cleanup and datetime.sql patch.
1999-01-25 Vadim B. MikheevSELECT FOR UPDATE is implemented...
1999-01-25 Tom LaneTighten coding of fmgr_isbuiltin() ... managed to speed...
1999-01-24 Tom LaneTighten coding of inner loops in nocachegetattr ...
1999-01-24 Tom LaneUse heap_attisnull, rather than heap_getattr, for a...
1999-01-24 Tom LaneReplace typtoout() and gettypelem() with a single routine,
next