OSDN Git Service

pg-rex/syncrep.git
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.
1999-01-17 Tom LaneAdd configure test to see whether vsnprintf() is present,
1999-01-17 Tom LaneRemove uses of MSG_WAITALL temporarily, since it doesn't
1999-01-17 Tom LaneReplace direct inclusions of c.h with inclusion of...
1999-01-17 Tom LaneApply Magnus Hagander's followup patch to correct
1999-01-17 Tom LaneRe-insert %.sl rule into Makefile.hpux ... seems it...
1999-01-12 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1999-01-11 Marc G. FournierFrom: Magnus Hagander <mha@sollentuna.net>
1999-01-10 Thomas G. LockhartBe more careful to check input string lengths as well...
1999-01-10 Thomas G. LockhartHandle "NaN" and "Infinity" for input values.
1999-01-08 Byron NikolaidisUpdate 06-40-0004 -- Add Bookmark support!
1999-01-07 Bruce MomjianSorry for posting it here again, but I haven't corrected my
1999-01-07 Thomas G. LockhartFix build rules for the tutorial,
1999-01-07 Thomas G. LockhartRefresh info for various platforms. Claim client-side...
1999-01-07 Thomas G. LockhartFix typo.
1999-01-07 Thomas G. LockhartAdd entries for introduction chapter components such...
1999-01-07 Thomas G. LockhartRemove mention of a couple of introductory chapters
1999-01-07 Thomas G. LockhartFix column formatting for a table. No content changes.
1999-01-07 Thomas G. LockhartPut in more markup. Not done yet though.
1999-01-07 Thomas G. LockhartInclude installation instructions for WIN32 client...
1999-01-06 Byron NikolaidisUpdate 06-40-0003
1999-01-05 Vadim B. MikheevSELECT FOR UPDATE syntax
1999-01-05 Jan WieckRestricted maximum precision for NUMERIC to 1000 digits.
1999-01-05 Jan WieckRemoved precision restriction in numeric_round() causing
1999-01-05 Byron NikolaidisMini Update #2 -- final fixes for buffer lengths, null...
1999-01-04 Jan WieckJust one more bugfix - this time in cmp_abs (cannot...
1999-01-04 Jan WieckFixed backend crashing bug in apply_typmod()
1999-01-04 Jan WieckLittle fix for round() function
1999-01-03 Bruce Momjianupdate HISTORY
1999-01-03 Bruce MomjianFix NAN code.
1999-01-03 Bruce MomjianFix for NAN generation.
1999-01-02 Bruce MomjianMention 6.4.2 changes.
1999-01-01 Bruce Momjian Some security, since we now have vsnprintf, I remade...
1999-01-01 Bruce MomjianFix for no platform NAN.
1998-12-31 Bruce MomjianAdd max oid display, rather than returning just a dash...
1998-12-31 Thomas G. LockhartChange ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE...
1998-12-31 Byron Nikolaidisuncomment MYLOG to prevent warnings in compile
1998-12-31 Byron NikolaidisMini update to fix SQLGetInfo to work properly (truncat...
1998-12-30 Jan WieckLittle precision fix for POWER(). I discovered problems...
1998-12-30 Jan WieckAdded NUMERIC data type with many builtin funcitons...
1998-12-29 Bruce MomjianUpdate for deadlock detection.
1998-12-29 Bruce MomjianUpdate for deadlock timer.
1998-12-29 Bruce MomjianFix for deadlock detection timeout.
1998-12-29 Bruce MomjianFix for deadlock timer timeout.
1998-12-29 Byron NikolaidisMinor fixes to compile on unix for v6-40-0002
1998-12-29 Thomas G. LockhartClean up to ensure tag completion as required by the...
1998-12-29 Byron NikolaidisUpdate for version 6-40-0002 and re-merge Thomas' changes.
1998-12-28 Bruce Momjianautoconf
1998-12-28 Bruce MomjianFix for current dir not in path, from stan's report.
1998-12-26 Bruce MomjianLong awaited port for NetBSD/m68k was finally done...
1998-12-25 Bruce MomjianFix for version, update to 6.5.
1998-12-24 Bruce MomjianFix for snprintf and long long unsigned.
1998-12-24 Bruce MomjianUpdate HISTORY in CURRENT tree.
1998-12-23 Thomas G. LockhartFix reference to null pointer when no aggregate functio...
1998-12-23 Bruce MomjianAdd subversion mention
1998-12-22 Marc G. FournierFrom: Michael Meskes <Michael.Meskes@usa.net>
1998-12-21 Jan WieckChanged TypeName.typmod to int32 - atttypmod is of...
next