summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2000-04-08Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart
2000-04-07Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart
2000-03-27Fix up comments where had been uglified by the automated reformatter.Thomas G. Lockhart
2000-03-24Rename bytea functions to not have upper-case letters in their names.Tom Lane
2000-03-23>> 5. empty define that results in an empty but terminated line ( ; )Bruce Momjian
2000-03-18Clean up minor compiler warnings.Tom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-02-27Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck
2000-02-27Add Assert() to check for trying to heap_close a relation when theTom Lane
2000-02-26Shared-memory hashtables have non-extensible directories, which meansTom Lane
2000-02-24Add numeric <-> int8 and numeric <-> int2 conversion functions, as wellTom Lane
2000-02-21Clean up some really grotty coding in catcache.c, improve hashingTom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-02-17Finish repairing 6.5's problems with r-tree indexes: create appropriateTom Lane
2000-02-16Implement "date/time grand unification".Thomas G. Lockhart
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-13contrib-array.patchBruce Momjian
2000-02-10Add btree indexing of boolean valuesBruce Momjian
2000-02-08 I'm sending patch with new version of to_char numbers formatting.Bruce Momjian
2000-01-31Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane
2000-01-29Delete unused and long-dead header file.Tom Lane
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-24Made abstime/reltime use int4 instead of time_t (TODO item)Peter Eisentraut
2000-01-24First cut at making useful selectivity estimates for range queriesTom Lane
2000-01-23Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetchesTom 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-17setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
2000-01-15Clean up problems with rounding/overflow code in NUMERIC, particularlyTom Lane
2000-01-15Fixed all elog related warnings, as well as a few others.Peter Eisentraut
2000-01-13Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut
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-10Improve cache invalidation handling. EespeciallyHiroshi Inoue
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-05Fix it's and its to be correct.Bruce Momjian
2000-01-02Update length of timestamp to 30.Bruce Momjian
1999-12-31Clean up datatypes and comments for op_class() routine.Tom Lane
1999-12-28Removed LZTEXT datatype as discussed.Jan Wieck
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
1999-12-13aggregate(DISTINCT ...) works, per SQL spec.Tom Lane
1999-12-10Added global variable to have RI triggers overrideJan Wieck
1999-12-10Fix memory overrun while setting ps statusTatsuo Ishii
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-11-25Added another single byte oriented decompressor, useful forJan Wieck
1999-11-24Add pg_statistic index, add missing Hiroshi file.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian