aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-16
* Add get_func_rettype() to general-use lsyscache routines,Tom Lane1999-08-16
* Clean up optimizer's handling of indexscan quals that need to beTom Lane1999-08-12
* Minor cleanups and code beautification; eliminate someTom Lane1999-08-10
* > > Prevent sorting if result is already sortedBruce Momjian1999-08-09
* Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane1999-08-09
* Update comments about attdisbursion. NO code change.Tom Lane1999-08-09
* Clean up routines in setrefs.c by replacing individual treeTom Lane1999-08-09
* Create a standardized expression_tree_mutator support routineTom Lane1999-08-09
* Fix nbtree's failure to clear BTScans list during xact abort.Tom Lane1999-08-08
* Revise generation of hashjoin paths: generate one path perTom Lane1999-08-06
* Revise parse_coerce() to handle coercion of int and floatTom Lane1999-08-05
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-01
* Add comments for attdisbursion field --- NO code change.Tom Lane1999-07-31
* Further cleanups of indexqual processing: simplify controlTom Lane1999-07-30
* Correct bug in best_innerjoin(): it should check all theTom Lane1999-07-27
* First cut at doing LIKE/regex indexing optimization inTom Lane1999-07-27
* Further work on planning of indexscans. Cleaned up interfacesTom Lane1999-07-25
* Remove 'restrictinfojoinid' field from RestrictInfo nodes.Tom Lane1999-07-25
* Clean up messy clause-selectivity code in clausesel.c; repair bugTom Lane1999-07-24
* Reverse out cache changes that are not ready yet.Bruce Momjian1999-07-20
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-20
* linux/sparc cleanupBruce Momjian1999-07-19
* Fix for linux/sparc.Bruce Momjian1999-07-19
* Fix #if if.Bruce Momjian1999-07-19
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-19
* Remove getopt configure check.Bruce Momjian1999-07-19
* Put back mistakenly removed configure test for HAVE_NETINET_IN_H.Tom Lane1999-07-19
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-19
* Add getopt test.Bruce Momjian1999-07-18
* Fix configure problem.Bruce Momjian1999-07-18
* Update for 6.6.Bruce Momjian1999-07-18
* configure cleanupBruce Momjian1999-07-18
* configure cleanupBruce Momjian1999-07-18
* Update configure include checks.Bruce Momjian1999-07-18
* Update includes from configureBruce Momjian1999-07-18
* Improve commentary about ArrayRef and ResTarget nodes.Tom Lane1999-07-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Fix for multi-byte includes.Bruce Momjian1999-07-17
* More config.h cleanups.Bruce Momjian1999-07-17
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Cleanups.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Remove S*I comments from Stephan.Bruce Momjian1999-07-13
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-13
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-13
* readd include for safety.Bruce Momjian1999-07-12