OSDN Git Service

pg-rex/syncrep.git
1997-11-07 Bruce MomjianAdd Unix domain socket support, from Goran Thyni, goran...
1997-11-07 Bruce MomjianRemove .orig files.
1997-11-07 Thomas G. LockhartInclude transam.h to get NullTransactionId defined
1997-11-07 Thomas G. LockhartRoutines for database initial access info and support.
1997-11-07 Thomas G. LockhartAdd database.c for database initial access info and...
1997-11-07 Thomas G. LockhartImplement CREATE DATABASE/WITH LOCATION=.
1997-11-07 Thomas G. LockhartFile is created by make from source in ../output
1997-11-07 Thomas G. LockhartDeclare routines which support SET keyword = value...
1997-11-07 Thomas G. LockhartEnable SET value = DEFAULT by passing null parameter...
1997-11-07 Thomas G. LockhartDescribe new command to create alternate database locat...
1997-11-07 Thomas G. LockhartSupport alternate database locations.
1997-11-07 Thomas G. LockhartSupport "with location" capability for database creation.
1997-11-07 Thomas G. LockhartChange error message for rejected input.
1997-11-07 Thomas G. LockhartChange phrasing of input error message.
1997-11-07 Thomas G. LockhartSupport "delimited identifiers" for \d tablename command.
1997-11-07 Thomas G. LockhartAdd "-D location" to specify alternate database location.
1997-11-07 Thomas G. LockhartAdd initlocation.
1997-11-07 Thomas G. LockhartChange "more" to "cat" to allow typeahead while making...
1997-11-07 Thomas G. LockhartCreate alternate location(s) for databases.
1997-11-05 Bruce MomjianUpdate of contrib stuff from massimo.
1997-11-05 Bruce MomjianRemove NOT_USED for Massimo.
1997-11-04 Bruce MomjianRemove duplicate text.
1997-11-03 Bruce MomjianRemove time travel from manuals.
1997-11-03 Bruce MomjianAdd paging for \d, and fix \i.
1997-11-02 Bruce MomjianPortability fix for pg_passwd.
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-11-01 Bruce MomjianFix acl error, and remove duplicate pqtrace.
1997-10-31 Bruce MomjianIndexes for LIKE and ~, !~ operations.
1997-10-30 Bruce MomjianNo more warnings on macros, thanks VAdim.
1997-10-30 Bruce MomjianRemember release.txt change.
1997-10-30 Bruce MomjianUpdate version to 6.3. dump/reload for 6.1 version...
1997-10-30 Bruce MomjianWe have multi-column indexes, so update manual.
1997-10-30 Bruce MomjianFIx for SCO compiles.
1997-10-30 Bruce MomjianFix for java to allow password, european dates,from...
1997-10-30 Bruce MomjianFIx for libptcl make, from Tatsuo Ishii.
1997-10-30 Bruce MomjianPatch for tcl library crash, from Jan Wieck.
1997-10-30 Bruce MomjianRemove duplocate lock_timeout value.
1997-10-30 Thomas G. LockhartUpdate for modified quoting style in some error messages.
1997-10-30 Thomas G. LockhartAdd initial backend support for SET/SHOW/RESET TIME...
1997-10-30 Thomas G. LockhartSupport SQL92 delimited identifiers by checking some...
1997-10-30 Thomas G. LockhartAdd routines istrue() and isfalse() to directly evaluat...
1997-10-30 Thomas G. LockhartAdd support for SQL92 delimited identifiers.
1997-10-30 Thomas G. LockhartAdd support for delimited identifiers. Include new...
1997-10-30 Thomas G. LockhartFix up elog messages for consistant usage of quotes...
1997-10-30 Bruce MomjianFix for international identifiers, from Tatsuo Ishii
1997-10-30 Bruce MomjianFix for when POSIX time not defined.
1997-10-30 Bruce MomjianFix for java timestamp type from teunis@sigil.computers...
1997-10-30 Vadim B. MikheevCREATE PROCEDURAL LANGUAGE mans (Jan).
1997-10-30 Bruce MomjianIrix LORDER addition.
1997-10-30 Bruce MomjianFix for netbsd locking, from Henry B. Hotz.
1997-10-30 Bruce MomjianFix for compile warning, from Ernst Molitor.
1997-10-30 Bruce MomjianFix for array handling, from Gerhard Hintermayer
1997-10-30 Bruce MomjianMake configure more automated, from Brook Milligan.
1997-10-30 Bruce MomjianFix for perl from Brook Milligan
1997-10-30 Bruce MomjianAdd script to check regression tests.
1997-10-30 Bruce MomjianRename pg_dump -H option to -h.
1997-10-30 Bruce MomjianAIX patch from Darren King.
1997-10-30 Bruce MomjianRemove strcasecmp for univel.
1997-10-30 Bruce MomjianGenerate error on large integer.
1997-10-29 Bruce MomjianNew backend_dir html source.
1997-10-28 Vadim B. MikheevAdded support for shlib for BSD44_derived & i386_solaris.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...
1997-10-28 Bruce MomjianRename postgres95 to postgresql.
1997-10-27 Bruce MomjianNew backend dirs html file.
1997-10-27 Bruce MomjianAdd new html development tools, and flow chart.
1997-10-27 Vadim B. Mikheevc.h:
1997-10-27 Vadim B. MikheevFree ascii representations of compared values!
1997-10-27 Vadim B. MikheevUse shared lock when building indices
1997-10-27 Vadim B. MikheevFix binary cursors broken by MOVE implementation.
1997-10-25 Thomas G. LockhartModify to reflect changes in boolean input behavior...
1997-10-25 Thomas G. LockhartRemove extraneous row from user_relns table. Don't...
1997-10-25 Thomas G. LockhartHave compiler use 486 instruction set. (Should add...
1997-10-25 Thomas G. LockhartAdd SQL92 "constants" CURRENT_DATE, CURRENT_TIME, CURRE...
1997-10-25 Thomas G. LockhartAdd SQL92 reserved words for primary and foreign keys.
1997-10-25 Thomas G. LockhartAdd conversion routines for int2, int4, and oid to...
1997-10-25 Thomas G. LockhartChange column number constant to reflect change in...
1997-10-25 Thomas G. LockhartChange embedded query to reflect column name change...
1997-10-25 Thomas G. LockhartRename "TYPE" parser keyword token from P_TYPE to TYPE_...
1997-10-25 Thomas G. LockhartReassign cash/float4 arithmetic operator oids to avoid...
1997-10-25 Thomas G. LockhartAdd conversion functions for int2, int4, oid to and...
1997-10-25 Thomas G. LockhartRename column to avoid "action" SQL92 reserved word.
1997-10-25 Thomas G. LockhartShorten routine names to <= 16 characters to fit in...
1997-10-25 Thomas G. LockhartAdd conversion routines for oid to and from text.
1997-10-25 Thomas G. LockhartClean up comments.
1997-10-25 Thomas G. LockhartAdd conversions for int2 and int4 to and from text.
1997-10-25 Thomas G. LockhartFix occasional uninitialized variable fractional seconds
1997-10-25 Thomas G. LockhartAdd conversion from datetime to time data type.
1997-10-25 Thomas G. LockhartModify one last line to complete changes for StrNCpy...
1997-10-25 Thomas G. LockhartAdd debugging statement enabled by CASHDEBUG symbol...
1997-10-25 Thomas G. LockhartCheck explicitly for valid input strings for both TRUE...
1997-10-25 Thomas G. LockhartInclude explicit SQL update instructions.
1997-10-25 Bruce MomjianStrNCpy cleanup.
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-10-24 Bruce MomjianFix alignment of source.
1997-10-22 Vadim B. MikheevDebug stuff added to BlowawayRelationBuffers().
1997-10-22 Vadim B. MikheevFix multi-column index scans in internal pages.
1997-10-22 Bruce MomjianFix \. in manual page.
1997-10-18 Bruce MomjianUpdate for 6.2.1
1997-10-18 Bruce MomjianUpdate for 6.2.1.
1997-10-17 Bruce MomjianUpdate TODO with html changes.
next