summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus code in oper_exact --- if it didn't find an exactTom Lane1999-08-234-105/+33
* Further sort-order twiddling in optimizer: be smart aboutTom Lane1999-08-224-57/+97
* Un-break code generated by ECPGRelease production.Tom Lane1999-08-221-2/+3
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-2223-950/+649
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-2133-996/+961
* Cleanups for int8: guard against null inputs in comparisonTom Lane1999-08-211-19/+87
* Ooops ... I had left some test coding in selfuncs.c thatTom Lane1999-08-211-6/+16
* Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTETatsuo Ishii1999-08-181-2/+2
* Remove extraneous SeqScan node that make_noname was insertingTom Lane1999-08-182-40/+32
* Add script that runs the regression tests with all validTom Lane1999-08-171-0/+98
* EXPLAIN didn't know about 'Materialize' plan nodes.Tom Lane1999-08-161-1/+4
* Assign sort keys properly when there are duplicate entries inTom Lane1999-08-161-35/+63
* I've sent 3 mails to pgsql-patches. There are two files, one for docBruce Momjian1999-08-161-0/+12
* Fix for perl5 on BSD/OS.Bruce Momjian1999-08-161-3/+3
* Allow BSD yacc and bison to compile pl code.Bruce Momjian1999-08-161-3/+9
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-1643-3249/+1916
* Small updates to #include lists for pending optimizer checkin.Tom Lane1999-08-162-3/+4
* Move funcid_get_rettype() to lsyscache.Tom Lane1999-08-161-23/+3
* Add get_func_rettype() to general-use lsyscache routines,Tom Lane1999-08-162-2/+29
* Fix for Win32 making problem with MB enabled.Tatsuo Ishii1999-08-161-1/+30
* Repair the check for redundant UNIQUE and PRIMARY KEY indices.Thomas G. Lockhart1999-08-151-13/+33
* LispUnion fix changes output ordering for inheritance tests.Tom Lane1999-08-141-21/+21
* LispUnion routine didn't generate a proper union: anytimeTom Lane1999-08-141-212/+133
* Update comments about pathkeys.Tom Lane1999-08-131-28/+63
* Clean up optimizer's handling of indexscan quals that need to beTom Lane1999-08-124-239/+258
* Add commentary to show that even though ExecInitIndexScan()Tom Lane1999-08-121-40/+52
* Minor cleanups and code beautification; eliminate someTom Lane1999-08-105-225/+118
* Revise create_nestloop_node's handling of inner indexscan toTom Lane1999-08-101-53/+57
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-099-28/+78
* Clean up tlist.c tree-walking routines withTom Lane1999-08-091-280/+88
* Store -1 in attdisbursion to signal 'no duplicates in column'.Tom Lane1999-08-093-102/+43
* Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane1999-08-095-131/+187
* Update comments about attdisbursion. NO code change.Tom Lane1999-08-091-3/+10
* Re-use free space on index pages with duplicates.Vadim B. Mikheev1999-08-091-20/+9
* Rewrite fix_indxqual_references, which was entirely bogus forTom Lane1999-08-091-147/+134
* Clean up routines in setrefs.c by replacing individual treeTom Lane1999-08-092-551/+157
* Create a standardized expression_tree_mutator support routineTom Lane1999-08-093-52/+281
* replace #Include .Bruce Momjian1999-08-091-3/+4
* Fix nbtree's failure to clear BTScans list during xact abort.Tom Lane1999-08-085-18/+34
* For a unique-key attribute (no duplicate values), vacuum analyzeTom Lane1999-08-081-8/+16
* Remove old man pages. All info is in new man pages or other docs.Thomas G. Lockhart1999-08-0878-9006/+1
* Fix so BSD yacc works on file.Bruce Momjian1999-08-071-2/+3
* Revise generation of hashjoin paths: generate one path perTom Lane1999-08-065-118/+201
* parse_coerce fix allows early simplification of oneTom Lane1999-08-051-29/+29
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-056-239/+114
* Fix ELF test so it doesn't spit up on all non-ELF systems...Tom Lane1999-08-032-438/+455
* Add a VACUUM command in hopes of making pg_upgrade usable againTom Lane1999-08-021-2/+11
* *** empty log message ***Michael Meskes1999-08-023-21/+12
* Further selectivity-estimation work. Speed up eqsel()Tom Lane1999-08-021-100/+168
* autoconfBruce Momjian1999-08-011-401/+407