OSDN Git Service

pg-rex/syncrep.git
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...
1999-08-17 Bruce MomjianAdd missing docs semicolon.
1999-08-16 Tom LaneEXPLAIN didn't know about 'Materialize' plan nodes.
1999-08-16 Tom LaneAssign sort keys properly when there are duplicate...
1999-08-16 Bruce MomjianTypo fix
1999-08-16 Bruce Momjian I've sent 3 mails to pgsql-patches. There are two...
1999-08-16 Bruce MomjianFix for perl5 on BSD/OS.
1999-08-16 Bruce MomjianChange >& to > and 2>&1.
1999-08-16 Bruce MomjianAllow BSD yacc and bison to compile pl code.
1999-08-16 Tom LaneMajor planner/optimizer revision: get rid of PathOrder...
1999-08-16 Tom LaneSmall updates to #include lists for pending optimizer...
1999-08-16 Tom LaneMove funcid_get_rettype() to lsyscache.
1999-08-16 Tom LaneAdd get_func_rettype() to general-use lsyscache routines,
1999-08-16 Tatsuo IshiiFix for Win32 making problem with MB enabled.
1999-08-15 Thomas G. LockhartRepair the check for redundant UNIQUE and PRIMARY KEY...
1999-08-14 Tom LaneLispUnion fix changes output ordering for inheritance...
1999-08-14 Tom LaneLispUnion routine didn't generate a proper union: anytime
1999-08-13 Bruce MomjianUpdate TODO list.
1999-08-13 Tom LaneUpdate comments about pathkeys.
1999-08-12 Tom LaneClean up optimizer's handling of indexscan quals that...
1999-08-12 Tom LaneAdd commentary to show that even though ExecInitIndexScan()
1999-08-10 Bruce MomjianUpdate TODO list.
1999-08-10 Tom LaneMinor cleanups and code beautification; eliminate some
1999-08-10 Tom LaneRevise create_nestloop_node's handling of inner indexsc...
1999-08-09 Bruce Momjian> > Prevent sorting if result is already sorted
1999-08-09 Tom LaneClean up tlist.c tree-walking routines with
1999-08-09 Tom LaneStore -1 in attdisbursion to signal 'no duplicates...
1999-08-09 Tom LaneMove get_attdisbursion to lsyscache. Clean up get_typd...
1999-08-09 Tom LaneUpdate comments about attdisbursion. NO code change.
1999-08-09 Vadim B. MikheevRe-use free space on index pages with duplicates.
1999-08-09 Tom LaneRewrite fix_indxqual_references, which was entirely...
1999-08-09 Tom LaneClean up routines in setrefs.c by replacing individual...
1999-08-09 Tom LaneCreate a standardized expression_tree_mutator support...
1999-08-09 Bruce Momjianreplace #Include .
1999-08-08 Tom LaneFix nbtree's failure to clear BTScans list during xact...
1999-08-08 Tom LaneFor a unique-key attribute (no duplicate values), vacuu...
1999-08-08 Thomas G. LockhartRemove old man pages. All info is in new man pages...
1999-08-08 Thomas G. LockhartUse sgml/Makefile to generate man sections, so just...
1999-08-08 Thomas G. LockhartSwitch from old man pages to new ones generated from...
1999-08-08 Thomas G. LockhartRemove emacs properties block from end of file.
next