OSDN Git Service

pg-rex/syncrep.git
1999-06-04 Tom LaneAdd startup-time check that -B is not unreasonably...
1999-06-04 Tom LaneAdd configurable option controlling security checks...
1999-06-04 Tom LaneTurns out OIDNAMELEN wasn't really being used at all!
1999-06-04 Thomas G. LockhartAdd blurb on new docs in release notes.
1999-06-04 Thomas G. LockhartAdd input parameters for LOCK TABLE. Still needs explan...
1999-06-04 Thomas G. LockhartMay as well keep an ApplixWare version of this file...
1999-06-04 Thomas G. LockhartHardcopy for v6.5 release.
1999-06-04 Thomas G. LockhartAdd a mention of doc changes in the release notes.
1999-06-04 Thomas G. LockhartRelease notes from sgml for v6.5 release.
1999-06-04 Bruce MomjianAdd mention of SHARE ROW EXCLUSIVE mode.
1999-06-04 Bruce Momjianman page cleanup for vadim.
1999-06-04 Bruce MomjianAdd description for SET TRANSACTION.
1999-06-04 Tom LaneFix for failure to clean SysCache entry when a relation...
1999-06-03 Bruce Momjiancleanup
1999-06-03 Bruce MomjianSET TRANSACTION ISOLATION LEVEL SERIALIZABLE;
1999-06-03 Bruce MomjianThanks for this, but SET TRANSACTION ISOLATION LEVEL
1999-06-03 Bruce MomjianUpdate of release notes with new items.
1999-06-03 Bruce MomjianAdd mention of FOR UPDATE and LIMIT/OFFSET>
1999-06-03 Bruce MomjianUpdate lock sgml/man/psql help pages.
1999-06-03 Bruce MomjianAdd SET TRANSACTION ISOLATION LEVEL and SET NAMES mention.
1999-06-03 Bruce MomjianUpdate psql help so it looks better.
1999-06-03 Bruce MomjianUpdate SET commands for psql \h, man pages, and sgml.
1999-06-03 Thomas G. LockhartMinor markup fixes.
1999-06-03 Thomas G. LockhartMake separate subsection for Vadim's MVCC notes.
1999-06-03 Thomas G. LockhartFix markup and formatting.
1999-06-03 Thomas G. LockhartInstallation notes for v6.5.
1999-06-03 Vadim B. Mikheev1. Additional fix against ERROR: Child itemid marked...
1999-06-03 Vadim B. MikheevUnuseful tuple.t_data->t_infomask & HEAP_XMIN_COMMITTED in
1999-06-03 Vadim B. MikheevNotes in Migration to v6.5 section.
1999-06-03 Vadim B. Mikheev1. MyProc->xid assignment is moved to GetNewTransaction...
1999-06-03 Thomas G. LockhartMarkup changes for v6.5 release.
1999-06-03 Thomas G. LockhartCGM format from Hannu. Seem to have lost the .ag origin...
1999-06-03 Thomas G. LockhartNew versions of hardcopy for 6.5 release.
1999-06-03 Tom Lanepg_dump failed on any database containing large objects,
1999-06-03 Tom LaneEnsure consistent results when FormSortKeys fails to...
1999-06-03 Tom LaneOoops ... dllist.c can't use Assert() when it is compil...
1999-06-02 Jan WieckChanged "current." into "old." in rule string backparsing
1999-06-02 Bruce MomjianThe INET and CIDR types mistakenly compared 198.68...
1999-06-01 Thomas G. LockhartMake sure that only one intro is included in the integr...
1999-06-01 Vadim B. Mikheevtypedef struct LTAG
1999-06-01 Bruce Momjianforgot to attach the patch. :(
1999-06-01 Bruce Momjiancommented out PgConnection& references for now. May...
1999-05-31 Tom LaneFix some latent bugs in dllist.c (carelessness about...
1999-05-31 Tom LaneClean up memory leaks in LO operations by freeing LO...
1999-05-31 Tom LaneGenerate a more specific error message when an operator...
1999-05-31 Tom LaneRound up shmem size estimate to 1Kb boundary.
1999-05-31 Tom LaneCorrect serious bug in hashtable expansion routine...
1999-05-31 Bruce MomjianNT similar file update.
1999-05-31 Vadim B. MikheevRelease XactLockTable share lock immediately after...
1999-05-30 Tom LaneClean up uninitialized-variable warning from egcs.
1999-05-30 Tom Laneegcs thinks omitting the return type in a function...
1999-05-30 Tom LaneReplace static rcsid[] strings by IDENTIFICATION commen...
1999-05-30 Tom Laneconfigure.in forgot to do AC_LANG_C to reselect C-based...
1999-05-29 Tom LaneTurns out that configure's test for HPUXMATHLIB didn...
1999-05-29 Vadim B. Mikheev1. Run all pg_dump queries in single serializable trans...
1999-05-29 Vadim B. MikheevFix xid table sizing.
1999-05-29 Tom LaneMissing semicolons in non-HAS_TEST_AND_SET code paths :-(
1999-05-29 Tom LaneAvoid redundant SysCache searches in coerce_type, for...
1999-05-29 Tom Lanenew_relation_targetlist used to cause about 8 separate...
1999-05-29 Tom LaneClean up inefficient and just plain bad code in some...
1999-05-28 Tom LaneRepair performance problem in SI segment manipulations...
1999-05-28 Bruce MomjianClean up mention of gmake vs. make.
1999-05-28 Bruce MomjianUpdate pygresql version stamp.
1999-05-28 Tom LaneWhen closure of the backend connection is detected...
1999-05-27 Bruce MomjianMake pg_dump dump ACL's by default, print warning on...
1999-05-27 Thomas G. LockhartMore info is in sgml and html docs so this is now obsolete.
1999-05-27 Thomas G. LockhartFAQs contributed for this release.
1999-05-27 Thomas G. LockhartMarkup fixes.
1999-05-27 Thomas G. LockhartMarkup fixes.
1999-05-27 Thomas G. LockhartSignificant updates from Vince Vielhaber.
1999-05-27 Thomas G. LockhartRemove disclaimer about exact numeric types. They work...
1999-05-27 Thomas G. LockhartRefresh FreeBSD info.
1999-05-27 Thomas G. LockhartSignificant update from Vince Vielhaber.
1999-05-27 Bruce MomjianUpdate release notes for 6.5.
1999-05-27 Bruce MomjianClean up release sgml file.
1999-05-27 Bruce MomjianI am not sure if libpq++ will compile with non g++...
1999-05-27 Bruce MomjianFix for crypt memory leak, from James Thompson
1999-05-26 Tom LanePatch from Andreas: when CREATE TABLE is followed by...
1999-05-26 Tom LaneFix pg_dump to use the same maximum-query-size constant as
1999-05-26 Bruce MomjianFix compile of plpgsql by adding 'extern int yylineno.'
1999-05-26 Bruce MomjianDisplay numeric precision on \d.
1999-05-26 Bruce MomjianAllow GROUPs to be dumped properly.
1999-05-26 Thomas G. LockhartAdd chapters on CVS access, MVCC, SQL theory to the...
1999-05-26 Thomas G. LockhartChapter on multi-version concurrency control from Vadim.
1999-05-26 Thomas G. LockhartAdd new reference pages for postmaster and postgres.
1999-05-26 Thomas G. LockhartFirst copy from the man pages.
1999-05-26 Bruce MomjianFix for NT from Horak Daniel
1999-05-26 Bruce MomjianDisable use of -o and -d pg_dump options together....
1999-05-26 Bruce MomjianAdd fix for 0x7fU constants to pgindent
1999-05-26 Bruce MomjianAllow pg_dump -v display proper table/sequence count...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-26 Marc G. FournierGive BEOS a chance ...
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce MomjianMake 0x007f -> (unsigned)0x7f to make pgindent happy.
1999-05-25 Vadim B. MikheevGet rid of page-level locking in btree-s.
1999-05-25 Vadim B. MikheevGet rid of page-level locking in btree-s.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-25 Michael Meskes*** empty log message ***
1999-05-25 Jan WieckBugfix - Range table entries that are unused after...
1999-05-25 Jan WieckFixed bug in rules event qualification output.
next