]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1999-05-06  Tom Lanefix_indxqual_references didn't cope with ArrayRef nodes,
1999-05-06  Tom LaneFix some nasty coredump bugs in hashjoin. This code...
1999-05-05  Bruce MomjianI have two patches for 6.5.0:
1999-05-05  Bruce Momjiansmall error message improvement from Dmitry Samersoff
1999-05-04  Tom LaneRepair incorrectly-figured snprintf length restriction.
1999-05-04  Thomas G. LockhartUse sprintf() to convert float8 to a string during...
1999-05-04  Thomas G. LockhartAllow -t tablename to preserve case if specified as...
1999-05-04  Thomas G. LockhartFix up examples of sh/ksh PATH environment variable...
1999-05-04  Thomas G. LockhartClean up markup for first useful version.
1999-05-04  Thomas G. LockhartInclude new introductory chapter on SQL from Stefan S.
1999-05-04  Thomas G. LockhartIndent markup using emacs.
1999-05-04  Thomas G. LockhartInclude specific info on available timezones.
1999-05-04  Thomas G. LockhartInclude chapters on security and an intro to SQL.
1999-05-04  Thomas G. LockhartFirst version of markup which can run through jade...
1999-05-04  Thomas G. LockhartInclude chapter on security.
1999-05-04  Tom LaneMake sure targetlist generated for subplan does not...
1999-05-03  Tom LaneCorrect declaration of array_map() so that it doesn...
1999-05-03  Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-05-03  Tom LaneRevise union_planner and associated routines to clean...
1999-05-01  Tom LaneClean up cost_sort some more: most callers were double...
1999-05-01  Tom LaneArrange for VACUUM to delete the init file that relcach...
1999-05-01  Tom Lane-T was omitted from getopt() call.
1999-05-01  Tom LaneFix compile failures in dt.c --- line broken in middle of
1999-05-01  Vadim B. MikheevPatch from "Hiroshi Inoue" <Inoue@tpf.co.jp> for
1999-05-01  Vadim B. MikheevUse page-level ExtendLock lock instead of table-level -
1999-04-30  Bruce Momjiancleanup
1999-04-30  Bruce MomjianClean up typo causing compile failure.
1999-04-30  Tom LaneFill in reasonable-looking cost estimates in inserted...
1999-04-30  Tom LaneClean up some bogosities in path cost estimation, like
1999-04-30  Tom LaneFix nasty little typo that prevented get_cheapest_path_...
1999-04-30  Bruce MomjianPrevent priority inversion in locking by checking for...
1999-04-29  Jan WieckBugfix (bug by me in 1.4) in backparsing INSERT .....
1999-04-29  Tom LaneDefend against 'update oid'. Someday we might want...
1999-04-29  Tom LaneAggregate functions didn't work on subscripted array...
1999-04-29  Tom LaneSeveral routines in setrefs.c would crash on array...
1999-04-28  Tom LaneFix stupid typo that broke empty-query response......
1999-04-27  Jan WieckFixed DECIMAL data type to handle specified precision...
1999-04-27  Tatsuo IshiiFix for _copyUnique() suggested by Hiroshi Inoue
1999-04-26  Marc G. FournierThese are no longer used ...
1999-04-26  Marc G. Fournierprovides string to be used for expected/* files for...
1999-04-26  Michael Meskes*** empty log message ***
1999-04-26  Tatsuo IshiiFix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin3...
1999-04-26  Tatsuo IshiiFix from Yutaka Tanida <yutaka@marin.or.jp>
1999-04-26  Tom LaneInsert a test for missing targetlist entry in replace_a...
1999-04-25  Tom LaneIt looks like the multibyte regress tests only work...
1999-04-25  Tom LaneMore multibyte tests with obsolete spelling of error...
1999-04-25  Tom Lanepsql's recognition of comments didn't work right in...
1999-04-25  Tom LaneExplicitly set PGCLIENTENCODING during regression tests,
1999-04-25  Tom LaneStill had a few MULTIBYTE problems when client encoding was
1999-04-25  Tom LaneCorrect potential infinite loop in pg_utf2wchar_with_len;
1999-04-25  Tom LaneMultibyte tests were all 'failing' because of change of
1999-04-25  Tom LaneMy first cut at libpq revision didn't handle MULTIBYTE...
1999-04-25  Tom LaneClean up gcc warning in MULTIBYTE code.
1999-04-25  Tom Laneifdef out some unused routines to suppress gcc warnings.
1999-04-25  Tom LaneOoops, missed committing this one...
1999-04-25  Tom LaneRevise backend libpq interfaces so that messages to...
1999-04-23  Bruce MomjianRename explain's "size" to "rows".
1999-04-23  Bruce MomjianAdd disk space message to "can not extend" message.
1999-04-23  Thomas G. LockhartRemove "Non-functional update" notices since that messa...
1999-04-23  Tom LaneRepair missing heap_endscan() in OperatorUpd().
1999-04-22  Vadim B. MikheevFix duplicating ROOT page in concurrent updates.
1999-04-20  Tom LaneUn-break CREATE TYPE. Fix some other inconsistencies...
1999-04-20  Tom LaneChange elog(ERROR) to get back to main loop via a plain...
1999-04-20  Tom LanePortability patches for HPUX 11 and Unixware in configure
1999-04-19  Bruce MomjianAdd temporary for temp.
1999-04-19  Tatsuo IshiiFix typo in multi-byte encodings (EHC_CN --> EUC_CN)
1999-04-19  Tom LaneFix problems seen when result of a subselect was used...
1999-04-19  Tom LaneRepair some problems in planner's handling of HAVING...
1999-04-18  Tom LaneAfter transforming a CASE expr with a default argument,
1999-04-18  Tom LaneUpdate CREATE FUNCTION's on-line help in psql.
1999-04-18  Tom LaneAllow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to
1999-04-17  Bruce MomjianAdd res checking to libpq examples, from Dan Merillat.
1999-04-16  Tom LaneAdd missing function prototypes to stifle gcc warnings.
1999-04-16  Michael Meskes*** empty log message ***
1999-04-16  Tatsuo IshiiFix kill() call in elog() so that it gets its own pid...
1999-04-16  Tatsuo IshiiOverhaul Wisconsin Benchmark test suit
1999-04-16  Tom LaneImprove error messages when a connection is rejected.
1999-04-15  Thomas G. LockhartFix max(int8) result by making sure int8larger() copies...
1999-04-15  Tatsuo IshiiHello!
1999-04-15  Peter MountReplaced <literal></literal> with "" in ProgramListing...
1999-04-15  Tom LaneInitialize reltuples = 1000, relpages = 10 in a newly...
1999-04-15  Tom LaneAdd ORDER BY clauses to some select-from-view operations
1999-04-15  Tom Lanepsql did the wrong thing with COPY FROM STDIN inside...
1999-04-15  Thomas G. LockhartMove some useful date/time test macros to here to allow
1999-04-15  Thomas G. LockhartDeclare hashint8().
1999-04-15  Thomas G. LockhartFix code to check legal dates *before* calling localtim...
1999-04-15  Thomas G. LockhartFix boolean assignment of return values to use "FALSE...
1999-04-15  Thomas G. LockhartCode modified to reject out of range day of month.
1999-04-15  Thomas G. LockhartFix error message to match that returned by new regress...
1999-04-15  Tom LaneCorrect documentation of CREATE OPERATOR.
1999-04-14  Tom LaneCorrect psql's online help for CREATE OPERATOR, which did
1999-04-14  Tom Lanepg_dump was trying to use an incorrect (or, perhaps...
1999-04-14  Michael Meskes*** empty log message ***
1999-04-14  Marc G. Fournieruse new config.guess output for system specific expecte...
1999-04-14  Marc G. Fournieruse config.guess instead of uname -s to figure out...
1999-04-13  Bruce MomjianFix adding columns to a temp table.
1999-04-13  Bruce MomjianAdd ARM32 support by Andrew McMurry
1999-04-13  Bruce Momjianarray_in is defined in the system catalog as taking...
1999-04-13  Bruce MomjianThere are some bugs about backward scanning using
1999-04-13  Michael Meskes*** empty log message ***
next