]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1999-05-15  Bruce MomjianI made it so it rolled over files at 1MB. My table...
1999-05-15  Bruce MomjianI've got 2 pretty small patches.
1999-05-14  Michael Meskes*** empty log message ***
1999-05-13  Bruce MomjianHi, Bruce!
1999-05-13  Thomas G. LockhartAdd double quotes around the sequence name generated...
1999-05-13  Thomas G. LockhartSurround a variable declaration with ENABLE_OUTER_JOINS...
1999-05-13  Tatsuo Ishiiset client_encoding to <nothing> crashes backend.
1999-05-13  Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-13  Byron NikolaidisUpdate driver to 6-40-0006
1999-05-13  Bruce MomjianHere's a small patch to cause pg_dump to emit the
1999-05-13  Tom LaneRelease allocated memory during AtAbort_Memory.
1999-05-12  Tom LaneDo not refer to stdin in static variable initializer ...
1999-05-12  Jan WieckFixed small bug in ruleutils and added output of pg_vie...
1999-05-12  Jan WieckFixed wrong hasAggs when aggregate columns of view...
1999-05-12  Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-05-12  Bruce MomjianI am sorry, I misinterpreted the still failing trigger...
1999-05-12  Jan WieckAdded installation of created procedural languages...
1999-05-12  Thomas G. LockhartMinor wording change.
1999-05-12  Thomas G. LockhartInclude mention of CASE, COALESCE, and IFNULL.
1999-05-12  Thomas G. LockhartAdjust elog NOTICE messages to surround table and colum...
1999-05-12  Thomas G. LockhartAdd keywords to implement Vadim's transaction isolation
1999-05-12  Thomas G. LockhartFix problem with multiple indices defined if using...
1999-05-12  Thomas G. LockhartHandle conversion of floating point constants to intern...
1999-05-12  Thomas G. LockhartKeep long non-quoted numeric strings *as* untyped strin...
1999-05-12  Tom LaneFix bogus assumption that MAXALIGN is at least sizeof...
1999-05-11  Tom LaneFix configure to generate correct expansion of library...
1999-05-11  Bruce MomjianJust a couple more files to untar in src/test/regress
1999-05-11  Jan WieckChanged debug options:
1999-05-11  Bruce Momjianput back mklang.sql.in file.
1999-05-11  Bruce Momjianclean up comments
1999-05-10  Bruce MomjianUpdate man page for select
1999-05-10  Jan WieckCheck for NUMERIC overflow a second time after rounding
1999-05-10  Bruce MomjianAllow perl install as non-root, from Geoff Keating
1999-05-10  Bruce MomjianUpdate to PyGreSQL 2.3.
1999-05-10  Bruce Momjian libpq++ uses fe_setauthsvc which is deprecated and...
1999-05-10  Bruce MomjianRename MAP_FILE to USERMAP_FILE for Digital Unix.
1999-05-10  Bruce MomjianI send you a attach of my modified refint.c that
1999-05-10  Bruce MomjianThis patch is to add more comments
1999-05-10  Bruce Momjianadd mention of large object orphaning
1999-05-10  Bruce MomjianFix initdb problem introduced by recent patch.
1999-05-10  Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-09  Tom LaneCorrect type_sanity test so it doesn't spit up on new
1999-05-09  Tom LaneRearrange top-level rewrite operations so that EXPLAIN...
1999-05-09  Tatsuo IshiiRunning lo_read/lo_write under different memory context
1999-05-09  Vadim B. MikheevMistyping by me.
1999-05-09  Tom LaneRepair incorrect pg_proc entry for numeric_in.
1999-05-09  Tom LaneFix some miscellaneous places that were using raw open...
1999-05-09  Tom LaneUpdate hash and join routines to use fd.c's new temp...
1999-05-09  Tom LaneAdd 'temporary file' facility to fd.c, and arrange...
1999-05-08  Bruce MomjianAdd new netbsd file.
1999-05-07  Michael Meskes*** empty log message ***
1999-05-07  Bruce MomjianRemove unused Netbsd files.
1999-05-07  Bruce MomjianPlease apply the following patch for regress.sh to...
1999-05-07  Bruce MomjianPlease apply the following patch for regress.sh to...
1999-05-07  Vadim B. MikheevFix LMGR for MVCC.
1999-05-06  Tom LaneUpdate regress test for CASE to enable tests involving...
1999-05-06  Tom LaneFix oversights in flatten_tlistentry and replace_clause...
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>
next