aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Add include for float.h.Bruce Momjian2000-01-26
* Add:Bruce Momjian2000-01-26
* as attache of this mail is patch (to the main tree) with to_char'sBruce Momjian2000-01-25
* Fix pg_euccn_mblen() so that it always returns 2 if data is not ascii.Tatsuo Ishii2000-01-25
* First cut at making useful selectivity estimates for range queriesTom Lane2000-01-24
* Update for index change. Semes it didn't work the first time.Bruce Momjian2000-01-24
* Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian2000-01-24
* char_length()/octet_length for char() type now returns length ofTatsuo Ishii2000-01-23
* 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
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Fix bugs in NUMERIC ceil() and floor() functions. ceil(0) returned 1,Tom Lane2000-01-20
* The latest source does not compile on Solaris 7 due toBruce Momjian2000-01-19
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* Fix minor comple errorTatsuo Ishii2000-01-18
* Fix minor comping errorsTatsuo Ishii2000-01-18
* Remove compiler warningsTatsuo Ishii2000-01-18
* Add builtin functions:Tatsuo Ishii2000-01-18
* numeric_in accepts exponents; numeric to int4 rounds; float4/8 to numericTom Lane2000-01-18
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-17
* Clean up problems with rounding/overflow code in NUMERIC, particularlyTom Lane2000-01-15
* 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
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-14
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-13
* Add UDC (User Defined Characters) support to SJIS/EUC_JP conversionTatsuo Ishii2000-01-13
* More cleanups.Bruce Momjian2000-01-11
* Remove outdated comment about 8 arguments.Tom Lane2000-01-11
* Update type stuff.Bruce Momjian2000-01-10
* Cleanup for func args > 8.Bruce Momjian2000-01-10
* More updates for function call interface > 8.Bruce Momjian2000-01-10
* Update fmgr to allow 32 arguments.Bruce Momjian2000-01-10
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian2000-01-10
* Improve cache invalidation handling. EespeciallyHiroshi Inoue2000-01-10
* Fix oid8in and int28in for spacesBruce Momjian2000-01-10
* Move fixes for >8 indexed fields.Bruce Momjian2000-01-10
* Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.Bruce Momjian2000-01-10
* Move SetPidFile() and firends to utils/init/miscinit.c fromTatsuo Ishii2000-01-09
* Another round of planner/optimizer work. This is just restructuring andTom Lane2000-01-09
* Sorry, that I send this letter/patch again, but previous sending isBruce Momjian2000-01-07
* Changed "triggered data change violation" detection codeJan Wieck2000-01-06
* Fixed bug in targetlist expression replacement ofJan Wieck2000-01-06
* Fix it's and its to be correct.Bruce Momjian2000-01-05
* Repair two recently reported problems:Thomas G. Lockhart2000-01-04
* Update DATEDEBUG removal.Bruce Momjian2000-01-02
* Remove DATEDEBUG because it didn't look Y2K safe, and fix timestamp elogBruce Momjian2000-01-02
* Clean up datatypes and comments for op_class() routine.Tom Lane1999-12-31