OSDN Git Service

pg-rex/syncrep.git
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.
1999-08-08 Thomas G. LockhartUpdate references to char2 type by using char(2).
1999-08-08 Thomas G. LockhartAllow nsgmls to validate input by defining the document...
1999-08-07 Bruce MomjianFix so BSD yacc works on file.
1999-08-06 Thomas G. LockhartFix markup to allow clean man pages.
1999-08-06 Thomas G. LockhartFix cross-reference markup so that only the *title...
1999-08-06 Thomas G. LockhartRemove explicit references to ref/ path in file names...
1999-08-06 Thomas G. LockhartTry to clarify characteristics of the SERIAL type.
1999-08-06 Tom LaneRevise generation of hashjoin paths: generate one path per
1999-08-05 Tom Laneparse_coerce fix allows early simplification of one
1999-08-05 Tom LaneRevise parse_coerce() to handle coercion of int and...
1999-08-05 Bruce MomjianUpdate TODO list.
1999-08-03 Tom LaneFix ELF test so it doesn't spit up on all non-ELF syste...
1999-08-02 Tom LaneAdd a VACUUM command in hopes of making pg_upgrade...
1999-08-02 Michael Meskes*** empty log message ***
1999-08-02 Tom LaneFurther selectivity-estimation work. Speed up eqsel()
1999-08-02 Marc G. Fournierback out last...
1999-08-02 Marc G. Fourniertesting somethign...
1999-08-01 Bruce Momjianautoconf
1999-08-01 Bruce MomjianI didn't see any further discussion so here is, I hope...
1999-08-01 Bruce MomjianUpdate NT readme.
1999-08-01 Tom LaneFirst step in fixing selectivity-estimation code. eqsel and
1999-08-01 Tom LaneAdd another ORDER BY to rules test; got tired of it...
1999-07-31 Tom LaneRe-enable pg_upgrade, after adding checks that the...
1999-07-31 Tom LaneAdd some more verbiage to man page's directions for...
1999-07-31 Tom LaneAdd comments for attdisbursion field --- NO code change.
1999-07-30 Tom LaneUpdate comments about clause selectivity estimation.
1999-07-30 Bruce MomjianMake usecatupd disabled for normal users, and allow...
1999-07-30 Tom LaneFurther cleanups of indexqual processing: simplify...
1999-07-30 Marc G. FournierThere is one section that changed, concernign startup...
1999-07-30 Marc G. Fournierv6.6's HISTORY file should reflect changes that went...
1999-07-30 Marc G. Fournierjust testing a script...
1999-07-30 Bruce MomjianRemove extra #endif
1999-07-30 Marc G. FournierNothing changed, just testing cvslog ...
1999-07-30 Bruce MomjianFix description of psql flags -t and -q.
1999-07-30 Tom LaneFix coredump seen when doing mergejoin between indexed...
1999-07-30 Tom LaneUpdate comments for create_indexscan_node().
1999-07-29 Bruce MomjianRemove comment after optimization flag.
1999-07-29 Tom LaneAdd support for Case exprs to fix_indxqual_references,
1999-07-29 Tom LaneAdd equal() funcs for Case nodes ... amazing we had not
1999-07-28 Bruce MomjianUpdate TODO list.
1999-07-28 Bruce MomjianUpdate TODO list.
1999-07-28 Tom LaneAllow a_expr not just AexprConst in the right-hand...
1999-07-28 Bruce MomjianUpdate TODO list.
1999-07-27 Tom LaneCorrect bug in best_innerjoin(): it should check all the
1999-07-27 Tom LaneMy recent optimizer changes caused a different plan to
1999-07-27 Tom LaneFirst cut at doing LIKE/regex indexing optimization in
1999-07-26 Bruce MomjianUpdate TODO list.
1999-07-26 Bruce MomjianUpdate TODO list.
1999-07-25 Tom LaneFurther work on planning of indexscans. Cleaned up...
1999-07-25 Tom LaneRemove 'restrictinfojoinid' field from RestrictInfo...
1999-07-24 Tom LaneClean up messy clause-selectivity code in clausesel...
1999-07-23 Tom LaneMinor code beautification, extensive improvement of
1999-07-23 Tom LaneExit cleanups I made yesterday caused pq_close() to be
1999-07-22 Bruce MomjianAlpha spinlock fix from Uncle George <gatgul@voicenet...
next