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