]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1999-02-13  Thomas G. LockhartChange #if FALSE to #if NOT_USED to avoid port problems.
1999-02-13  Thomas G. LockhartAdd routines to convert between int8 and text/varchar...
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-13  Thomas G. LockhartRe-enable arch-dev.sgml now that it has new information...
1999-02-13  Thomas G. LockhartRequire complete tagging in emacs hints at bottom of...
1999-02-13  Thomas G. LockhartInclude chapter on SQL language elements (keywords...
1999-02-13  Thomas G. LockhartDescribe the date/time parsing rules.
1999-02-13  Thomas G. LockhartAdd Stefan Simkovics' Master's Thesis.
1999-02-13  Thomas G. LockhartSubstitute great info from Stefan Simkovics' Master...
1999-02-13  Thomas G. LockhartMinor markup changes for the recent TEMP TABLE info.
1999-02-13  Thomas G. LockhartMore complete info from Oliver Elphick.
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-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
next