OSDN Git Service

pg-rex/syncrep.git
1999-09-20 Marc G. Fournierbring in missing files ... this isn't very clean, but :(
1999-09-20 Bruce MomjianMake proper plpgsql non-externs.
1999-09-20 Bruce MomjianUpdate pgaccess 0.98.
1999-09-20 Bruce MomjianUpdate TODO.
1999-09-20 Bruce MomjianUpdate TODO list.
1999-09-20 Bruce MomjianAdd TODO detail directory.
1999-09-20 Bruce MomjianDefine plpgsql_yylineno as non-extern somewhere for...
1999-09-19 Tom LaneRemove incorrect 'Assert(targetList != NULL)'. An
1999-09-18 Tom LaneFix CASE bug identified by Keith Parks: CASE didn't...
1999-09-18 Tom LaneUpdate regress test expected outputs for small changes in
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-18 Bruce MomjianUpdate TODO list.
1999-09-17 Michael Meskes*** empty log message ***
1999-09-17 Bruce MomjianUpdate TODO list.
1999-09-17 Michael Meskes*** empty log message ***
1999-09-17 Bruce MomjianUpdate TODO list.
1999-09-16 Tatsuo IshiiChanges made by Hiroshi Inoue and approved by Vadim.
1999-09-15 Peter Mountjdbc2real rule was in there twice. One of them should...
1999-09-15 Peter MountJens Glaser found that getPrimaryKeys() had a table...
1999-09-15 Peter MountSome late patches from Jens Glaser (jens@jens.de)....
1999-09-15 Michael Meskes*** empty log message ***
1999-09-15 Michael Meskes*** empty log message ***
1999-09-14 Peter MountAn abstract declaration for the close() method was...
1999-09-14 Thomas G. LockhartUpdate from Andreas Zeugswetter <andreas.zeugswetter...
1999-09-14 Thomas G. LockhartAllow ISOLATION and LEVEL as column names. These are...
1999-09-14 Peter MountPatches for 6.5.2
1999-09-14 Bruce MomjianUpdate TODO list.
1999-09-13 Thomas G. LockhartAllow CASE statement to contain *only* untyped result...
1999-09-13 Tom LanePatch to cure O(N^2) behavior in libpq when reading...
1999-09-13 Bruce MomjianAdd solaris faq.
1999-09-13 Tom LaneFirst cut at doing something reasonable with OR-of...
1999-09-12 Marc G. FournierMake sure both SRCH_INC and SRCH_LIB are checked for...
1999-09-12 Marc G. Fourniercygwin doesn't have an endian.h, but defines BYTE_ORDER...
1999-09-12 Tom LaneFurther improvements in cnfify: reduce amount of self...
1999-09-11 Tom LaneEliminate query length limitation imposed by pg_client_...
1999-09-11 Tom LaneEliminate token length assumption in scanstr().
1999-09-11 Tom LaneUpdate protocol doc to emphasize that backend can return
1999-09-11 Tom LaneEliminate elog()'s hardwired limit on length of an...
1999-09-10 Thomas G. LockhartAdd information on ssh tunnelling from Gene Selkov.
1999-09-09 Bruce MomjianMake pgindent gnu test better.
1999-09-09 Tom LaneRepair incorrect cleanup of heap memory allocation...
1999-09-09 Tom LaneMinor improvement in SI overflow logic: try to delete
1999-09-09 Tom LaneGet rid of elog(DEBUG) in snprintf emulation ... it...
1999-09-09 Tom LaneRepair error noticed by Roberto Cornacchia: selectivity...
1999-09-08 Tom LaneStreamConnection() mustn't call elog().
1999-09-08 Tom LaneCope with versions of vsnprintf() written by people who
1999-09-07 Tom LaneRepair logic error in LIKE: should not return LIKE_ABORT
1999-09-07 Tom LaneIrix linking fix from Yu Cao <yucao@falcon.kla-tencor...
1999-09-07 Bruce MomjianUpdate TODO list.
1999-09-07 Tom LanePerformance improvements in cnfify(): get rid of expone...
1999-09-07 Tom LaneMike Ansley's fixes for long queries. This change...
1999-09-06 Tom LaneAdditional long-query fixes from Mike Ansley and yours...
1999-09-06 Tom LaneMark bpchareq not hashjoinable, since it strips trailin...
1999-09-06 Tom LaneI finally understood what sinvaladt.c is doing ---...
1999-09-06 Tom LaneFix relcache.c so that local relations (those created...
1999-09-06 Tom LaneRelationCacheInvalidate thought there were 7 nailed...
1999-09-06 Bruce Momjiantest
1999-09-05 Tom LanePer Tatsuo's recommendation, change mdopen so that...
1999-09-05 Tom LaneDisallow DROP TABLE/DROP INDEX inside a transaction...
1999-09-05 Tom LaneIsTransactionBlock() should return true in TBLOCK_ABORT...
1999-09-04 Bruce Momjianremove elogs used for debugging.
1999-09-04 Bruce MomjianIntercept temp table lookups further up to map temp...
1999-09-04 Tom LaneIn RelationNameGetRelation(), replace temp table name by
1999-09-04 Tom LaneAvoid transaction overhead when there are no temp tables
1999-09-04 Tom LaneRemove no-longer-needed code to update temprel's copy of
1999-09-04 Bruce MomjianInvalidate temp entries for aborted transactions.
1999-09-04 Tom LaneModify RelationFlushRelation so that if the relcache...
1999-09-04 Tom LaneModify sinval so that InvalidateSharedInvalid() does...
1999-09-03 Thomas G. LockhartFix for perl5 on BSD/OS breaks most other platforms...
1999-09-03 Byron Nikolaidisdriver v06-40-0007
1999-09-03 Byron Nikolaidisdriver v06-40-0007
1999-09-02 Tom LaneRule deparser didn't handle unary operators correctly.
1999-09-02 Tom LaneRepair a bunch of problems in md.c. This builds on...
1999-09-01 Bruce MomjianDocument -x properly for pg_dump.
1999-09-01 Thomas G. LockhartFix wording on allowed/forbidden keyword usage.
1999-08-31 Tom LaneCommit the bulk of Mike Ansley's long-query changes...
1999-08-31 Tom LaneUpdate frontend libpq to remove limits on query lengths,
1999-08-31 Tom LaneMinor improvements to stringinfo package to make it...
1999-08-29 Tom LaneFix quoting problems in mkMakefile.tcldefs.sh.in and
1999-08-29 Tom LaneCorrect broken entries for pg_proc OIDs 1364 (time...
1999-08-28 Tom LaneUpdate rules test expected output to conform to slightly
1999-08-28 Tom LaneFix several problems in rule deparsing: didn't handle...
1999-08-26 Tom LaneClean up some mistakes in handling of uplevel Vars...
1999-08-26 Tom LaneClean up some bugs in oper_select_candidate(), notably the
1999-08-25 Tom LaneRevise implementation of SubLinks so that there is...
1999-08-25 Tatsuo IshiiFix vacuum's memory consumption
1999-08-25 Tatsuo IshiiAdd new vpl_num_allocated_pages member to VPageListData.
1999-08-24 Tom LaneAlter AllocSet routines so that requests larger than
1999-08-24 Tom Lanecoerce_type() failed to guard against trying to convert...
1999-08-23 Tom LaneRemove bogus code in oper_exact --- if it didn't find...
1999-08-22 Tom LaneFurther sort-order twiddling in optimizer: be smart...
1999-08-22 Tom LaneUn-break code generated by ECPGRelease production.
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-21 Tom LaneCleanups for int8: guard against null inputs in comparison
1999-08-21 Tom LaneOoops ... I had left some test coding in selfuncs.c...
1999-08-18 Bruce MomjianUpdate TODO list.
1999-08-18 Tatsuo IshiiOld multi-byte bug. Forgot to rename #ifdef MB to ...
1999-08-18 Tom LaneRemove extraneous SeqScan node that make_noname was...
1999-08-17 Tom LaneAdd script that runs the regression tests with all...
next