]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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,
1999-01-24  Tom LaneFix a couple little problems with signed vs. unsigned
1999-01-24  Bruce MomjianRename Aggreg to Aggref.
1999-01-24  Tom LaneImproper addition of NaN/Infinity recognition to float8in()
1999-01-23  Bruce MomjianRemove unused Choose node.
1999-01-23  Tom LaneAdd explicit buffering in backend libpq, to compensate for
1999-01-23  Tom LaneFix unportable test syntax in regression script.
1999-01-22  Bruce MomjianFix for intersect FOR UPDATE check.
1999-01-22  Bruce MomjianRelcache Size fix.
1999-01-22  Bruce MomjianFix for Size sizeof in cache code.
1999-01-22  Marc G. Fournier|From: "D'Arcy" "J.M." Cain <darcy@druid.net>
1999-01-21  Bruce MomjianIt seems that SPI_prepare() doesn't work well in some...
1999-01-21  Bruce MomjianHere is a new version of my patch for allowing pg_dump...
1999-01-21  Bruce MomjianThe following patch finishes primary key support. ...
1999-01-21  Bruce Momjiani have made minor changes to array_iterator to make...
1999-01-21  Marc G. FournierFrom: Michael Meskes <Michael.Meskes@usa.net>
1999-01-21  Vadim B. MikheevCopy RowMark node (it's for (-:)) FOR UPDATE).
1999-01-21  Vadim B. MikheevFOR UPDATE is in parser & rules.
1999-01-20  Bruce MomjianUpdate gram.c.
1999-01-20  Bruce MomjianAdd Intersect check.
1999-01-20  Thomas G. LockhartFix "Y-2K" problem with two-digit BC dates being correc...
1999-01-20  Thomas G. LockhartClean up leap year support and date/time validation.
1999-01-20  Thomas G. LockhartAdd a set of braces to clarify conditional nesting.
1999-01-19  Thomas G. LockhartRemove redundant note on NT port.
1999-01-19  Thomas G. LockhartAugment info on string functions per Jose Soares' sugge...
1999-01-19  Thomas G. LockhartIntroduction to SQL from Stefan. Not yet marked up...
1999-01-19  Thomas G. LockhartAdd tables of allowed values and formats for date/time...
1999-01-19  Thomas G. LockhartMerge current.sgml into release.sgml so all release...
1999-01-18  Bruce MomjianOkay, I've updated the ecpg parser yet again. Unfortuna...
1999-01-18  Bruce MomjianAdd missing Windows files.
1999-01-18  Bruce MomjianFix cfor typos.
1999-01-18  Bruce MomjianFix for typo in gram.y
1999-01-18  Bruce MomjianAdd masters thesis to docs.
1999-01-18  Bruce MomjianHi!
1999-01-17  Tom LaneClean up trivial compiler warning from gcc.
1999-01-17  Tom LaneReverse out yesterday's patch from Horak Daniel, since
1999-01-17  Tom LaneKeep Tcl from getting confused if backend closes connection
1999-01-17  Tom LaneTCL_ARRAYS option patches from Massimo Dal Zotto
1999-01-17  Tom LaneAdd missing variable, per Massimo.
1999-01-17  Tom Lanefixes to lock debugging macros from Massimo Dal Zotto
1999-01-17  Tom LaneAdd description of ELOG_TIMESTAMPS and USE_SYSLOG options,
1999-01-17  Bruce MomjianWin32 new files.
1999-01-17  Bruce MomjianApply Win32 patch from Horak Daniel.
1999-01-17  Bruce MomjianAs the email posted to the announce and interfaces...
1999-01-17  Tom LaneImprove error message when connect() call fails:
1999-01-17  Bruce MomjianFix for missing NAN.
next