OSDN Git Service

pg-rex/syncrep.git
1999-11-25 Bruce MomjianFix for bool casting.
1999-11-25 Jan WieckAdded another single byte oriented decompressor, useful for
1999-11-25 Bruce MomjianAdd opid to selectivity function call.
1999-11-25 Bruce MomjianEnable pg_statistic cache use.
1999-11-24 Bruce MomjianCleanup for pg_statistic commit.
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-24 Tatsuo IshiiAdd multi-byte support to lztextlen()
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-23 Bruce MomjianTid access method feature from Hiroshi Inoue, Inoue...
1999-11-23 Bruce Momjianecpg ECPGFree fix from Rene Hogendoorn.
1999-11-23 Bruce MomjianFix _cplusplus test in both trees.
1999-11-23 Bruce MomjianCleanup paths in install files.
1999-11-23 Bruce MomjianChange v6.5.2 to 6.5.2.
1999-11-23 Michael Meskes*** empty log message ***
1999-11-23 Bruce MomjianUpdate opclass to be non-unique.
1999-11-23 Tom LaneUpdate for change of 'duplicate key' message.
1999-11-23 Tom LaneReduce ReleaseLruFile failure from FATAL to ERROR grade...
1999-11-23 Tom Laneverify_password() leaked a file descriptor if it failed...
1999-11-22 Bruce MomjianUpdate TODO list.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-22 Michael Meskes*** empty log message ***
1999-11-22 Tom LaneClean up some problems in error recovery --- elog(...
1999-11-22 Tom LaneCome to think of it, DropBuffers() could have the same...
1999-11-22 Tom LaneReleaseRelationBuffers() failed to check for I/O in...
1999-11-21 Tom LaneCombine index_info and find_secondary_indexes into...
1999-11-21 Tom Laneindex_destroy() must grab exclusive access to the paren...
1999-11-21 Tom LaneClean up comments.
1999-11-21 Tom LaneChange backend-side COPY to write files with permission...
1999-11-21 Tom LaneRepair problem exposed by Jan's new parallel-regression...
1999-11-21 Tom LaneTweak run_check.sh so it prints the name of each test...
1999-11-20 Tom LaneMy latest fixes to gram.y cause CREATE TABLE t (f1...
1999-11-20 Tom LaneFix problems with CURRENT_DATE and related functions...
1999-11-20 Tom LaneFix a couple of portability problems in Jan's first...
1999-11-19 Jan WieckNew parallel regression test shell and related things.
1999-11-18 Bruce MomjianFix for arm32 and fix for dbname with dash.
1999-11-18 Jan WieckChanged pg_rewrite attributes ev_qual and ev_action...
1999-11-17 Bruce MomjianFix problem with temp tables shown in regression test...
1999-11-17 Jan WieckSome minor corrections to the LZ compression. In fact...
1999-11-17 Jan WieckThe new LZ compression and an lztext data type based...
1999-11-16 Bruce MomjianFix lookup of temp table names that I missed yesterday.
1999-11-16 Tom LaneModify elog() logic so that it won't try to longjmp...
1999-11-16 Bruce MomjianCommit to make clearer distinction for temp names and...
1999-11-15 Tatsuo IshiiTree dividing is not appropriate in Rtree.
1999-11-15 Tom LaneClean up possible memory leakage in nodeSubplan
1999-11-15 Tom LaneImplement subselects in target lists. Also, relax...
1999-11-15 Tom LaneUpdate sanity_check regress test to pass now that pg_index
1999-11-14 Tom LaneFix typo so it actually compiles...
1999-11-14 Bruce MomjianAdd recreate index notice to vacuum error.
1999-11-14 Tom LaneTweak make rules for parse.h and fmgr.h to avoid bug...
1999-11-14 Bruce MomjianAdd index recreation suggestion to end of world error...
1999-11-14 Bruce MomjianUpdate TODO list.
1999-11-13 Bruce MomjianFix for psql control-d and .psqlrc that I broke. Fix...
1999-11-13 Bruce MomjianThe \p\g fix didn't turn out to be so bad. It even...
1999-11-12 Bruce MomjianUpdate NT readme with new name.
1999-11-12 Tom LaneFix ExecSubPlan to handle nulls per the SQL spec -...
1999-11-11 Bruce MomjianUpdate for documentation in libpq changes.
1999-11-11 Bruce MomjianIn the spirit of TODO item
1999-11-10 Bruce MomjianCleanup of psql \copyright
1999-11-08 Bruce Momjianpsql makefile fix from Keith Parks
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-06 Bruce Momjianexit recursion fix from Massimo
1999-11-06 Bruce MomjianFix for recusive exit call from Massimo.
1999-11-06 Bruce MomjianUpdate TODO list.
1999-11-06 Bruce MomjianSort help file names, from Peter Eisentraut
1999-11-06 Bruce MomjianAdd Linux ARM.
1999-11-05 Bruce MomjianUpdate psql banner
1999-11-05 Bruce MomjianUpdate TODO list.
1999-11-05 Bruce MomjianUpdate psql display.
1999-11-05 Tom Laneenvironment variable set by MULTIBYTE startup code...
1999-11-05 Bruce MomjianUpdate \? display.
1999-11-05 Bruce MomjianMake pager on by default.
1999-11-05 Bruce MomjianClean up \? psql display.
1999-11-05 Bruce MomjianUpdate TODO list.
1999-11-05 Bruce MomjianUpdate man pages for new banner.
1999-11-05 Bruce Momjianpsql banner cleanup
1999-11-05 Bruce Momjianclean up startup banner
1999-11-04 Bruce MomjianFix EOF/control-D display in psql.
1999-11-04 Bruce MomjianUpdate to psql, run pgindent.
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianUpdate psql with man pages and new version of help.
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.
1999-11-04 Bruce Momjianautoconf
1999-11-04 Bruce MomjianImprove getopt and readline support, from Peter Eisentraut.
1999-11-04 Bruce MomjianUpdate bsdi for bsd/os 4.1
1999-11-04 Hiroshi InoueMake it possible to execute crashed CREATE/DROP command...
1999-11-02 Michael Meskes*** empty log message ***
1999-11-02 Michael Meskes*** empty log message ***
1999-11-02 Bruce Momjianupdate for pgaccess
1999-11-01 Bruce Momjianautoconf
1999-11-01 Bruce MomjianUpdate pgaccess
1999-11-01 Bruce Momjianautoconf
1999-11-01 Bruce MomjianUpdate for pgaccess 0.98.
1999-11-01 Bruce MomjianUpdate for 6.5.3.
1999-11-01 Tom LaneEliminate RewritePreprocessQuery, which was taking an
1999-11-01 Tom LaneEliminate some unbelievably cheesy code in _copyConst().
1999-11-01 Tom LaneInline check for full buffer in appendStringInfoChar.
1999-11-01 Tom LaneDon't call ExecOpenIndices if pg_class relhasindex...
1999-11-01 Tom LaneEliminate local inefficiencies in updateTargetListEntry...
1999-11-01 Bruce Momjianformatting cleanup
next