summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1999-08-26Clean up some mistakes in handling of uplevel Vars in planner.Tom Lane
1999-08-26Clean up some bugs in oper_select_candidate(), notably theTom Lane
1999-08-25Revise implementation of SubLinks so that there is a consistent,Tom Lane
1999-08-25Fix vacuum's memory consumptionTatsuo Ishii
1999-08-25Add new vpl_num_allocated_pages member to VPageListData.Tatsuo Ishii
1999-08-24Alter AllocSet routines so that requests larger thanTom Lane
1999-08-24coerce_type() failed to guard against trying to convert a NULLTom Lane
1999-08-23Remove bogus code in oper_exact --- if it didn't find an exactTom Lane
1999-08-22Further sort-order twiddling in optimizer: be smart aboutTom Lane
1999-08-22Un-break code generated by ECPGRelease production.Tom Lane
1999-08-22Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane
1999-08-21Major revision of sort-node handling: push knowledge of queryTom Lane
1999-08-21Cleanups for int8: guard against null inputs in comparisonTom Lane
1999-08-21Ooops ... I had left some test coding in selfuncs.c thatTom Lane
1999-08-18Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTETatsuo Ishii
1999-08-18Remove extraneous SeqScan node that make_noname was insertingTom Lane
1999-08-17Add script that runs the regression tests with all validTom Lane
1999-08-16EXPLAIN didn't know about 'Materialize' plan nodes.Tom Lane
1999-08-16Assign sort keys properly when there are duplicate entries inTom Lane
1999-08-16 I've sent 3 mails to pgsql-patches. There are two files, one for docBruce Momjian
1999-08-16Fix for perl5 on BSD/OS.Bruce Momjian
1999-08-16Allow BSD yacc and bison to compile pl code.Bruce Momjian
1999-08-16Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane
1999-08-16Small updates to #include lists for pending optimizer checkin.Tom Lane
1999-08-16Move funcid_get_rettype() to lsyscache.Tom Lane
1999-08-16Add get_func_rettype() to general-use lsyscache routines,Tom Lane
1999-08-16Fix for Win32 making problem with MB enabled.Tatsuo Ishii
1999-08-15Repair the check for redundant UNIQUE and PRIMARY KEY indices.Thomas G. Lockhart
1999-08-14LispUnion fix changes output ordering for inheritance tests.Tom Lane
1999-08-14LispUnion routine didn't generate a proper union: anytimeTom Lane
1999-08-13Update comments about pathkeys.Tom Lane
1999-08-12Clean up optimizer's handling of indexscan quals that need to beTom Lane
1999-08-12Add commentary to show that even though ExecInitIndexScan()Tom Lane
1999-08-10Minor cleanups and code beautification; eliminate someTom Lane
1999-08-10Revise create_nestloop_node's handling of inner indexscan toTom Lane
1999-08-09> > Prevent sorting if result is already sortedBruce Momjian
1999-08-09Clean up tlist.c tree-walking routines withTom Lane
1999-08-09Store -1 in attdisbursion to signal 'no duplicates in column'.Tom Lane
1999-08-09Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane
1999-08-09Update comments about attdisbursion. NO code change.Tom Lane
1999-08-09Re-use free space on index pages with duplicates.Vadim B. Mikheev
1999-08-09Rewrite fix_indxqual_references, which was entirely bogus forTom Lane
1999-08-09Clean up routines in setrefs.c by replacing individual treeTom Lane
1999-08-09Create a standardized expression_tree_mutator support routineTom Lane
1999-08-09replace #Include .Bruce Momjian
1999-08-08Fix nbtree's failure to clear BTScans list during xact abort.Tom Lane
1999-08-08For a unique-key attribute (no duplicate values), vacuum analyzeTom Lane
1999-08-08Remove old man pages. All info is in new man pages or other docs.Thomas G. Lockhart
1999-08-07Fix so BSD yacc works on file.Bruce Momjian
1999-08-06Revise generation of hashjoin paths: generate one path perTom Lane