aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/selfuncs.c
Commit message (Expand)AuthorAge
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-19
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane2002-10-19
* Tom Lane wrote:Bruce Momjian2002-09-20
* pgindent run.Bruce Momjian2002-09-04
* Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut2002-09-03
* > Okay. When you get back to the original issue, the gold is hidden inBruce Momjian2002-09-02
* Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii2002-08-29
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Update copyright to 2002.Bruce Momjian2002-06-20
* Make initdb print a message about which locale it is about to use.Peter Eisentraut2002-05-09
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* TODO item done:Bruce Momjian2002-03-08
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Teach planner about the idea that a mergejoin won't necessarily readTom Lane2002-03-01
* Guard against roundoff errors in new selectivity-estimation code,Tom Lane2002-01-03
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Make selectivity routines cope gracefully with NaNs, infinities, andTom Lane2001-10-13
* Add missing TIMESTAMPTZ case.Tom Lane2001-10-03
* > Here's a revised patch. Changes:Bruce Momjian2001-09-14
* Add comparison operators and btree indexing support for type bytea.Tom Lane2001-08-13
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-25
* Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr.Tom Lane2001-06-09
* Further work on making use of new statistics in planner. Adjust APIsTom Lane2001-06-05
* Fix eqjoinsel() to make use of new statistics.Tom Lane2001-05-27
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20
* First cut at making indexscan cost estimates depend on correlationTom Lane2001-05-09
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Use SearchSysCacheTupleCopy() instead of SearchSysCacheTuple() inHiroshi Inoue2000-11-10
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane2000-09-15
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Repair bug noted by Paul Caskey: neqsel() has been generating a bogusTom Lane2000-08-03
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-29
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-06
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Clean up #include's.Bruce Momjian2000-06-15