aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/selfuncs.c
Commit message (Expand)AuthorAge
* Improve selectivity estimation involving string constants: pay attentionTom Lane2000-03-23
* Reverse out BYTEA type coersion.Bruce Momjian2000-03-20
* Update for BYTEAOID.Bruce Momjian2000-03-20
* Add compatiblity information for bytea.Bruce Momjian2000-03-20
* Add date and time datatype handling to convert_to_scalar. (I was waitingTom Lane2000-02-26
* Make eqsel produce better results for boolean columns,Tom Lane2000-02-16
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Add:Bruce Momjian2000-01-26
* First cut at making useful selectivity estimates for range queriesTom Lane2000-01-24
* Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian2000-01-24
* Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom Lane2000-01-23
* First cut at unifying regular selectivity estimation with indexscanTom Lane2000-01-23
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* Fix a passel of problems with incorrect calls to typinput and typoutputTom Lane2000-01-15
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Add opid to selectivity function call.Bruce Momjian1999-11-25
* Enable pg_statistic cache use.Bruce Momjian1999-11-25
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Repair error noticed by Roberto Cornacchia: selectivity codeTom Lane1999-09-09
* Ooops ... I had left some test coding in selfuncs.c thatTom Lane1999-08-21
* Store -1 in attdisbursion to signal 'no duplicates in column'.Tom Lane1999-08-09
* Further selectivity-estimation work. Speed up eqsel()Tom Lane1999-08-02
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-01
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Temporarily disable error checks for missing selectivityTom Lane1999-06-19
* Generate a more specific error message when an operator usedTom Lane1999-05-31
* pgindent run over code.Bruce Momjian1999-05-25
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* cleanupsBruce Momjian1999-03-18
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Fix for returning stack pointer from selectivity, from Bernard Frankpitt.Bruce Momjian1999-02-05
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Vadim fix for vacuum analyze.Bruce Momjian1998-02-05
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24