]> granicus.if.org Git - postgresql/history - src/include/utils/builtins.h
has_table_privilege functions from Joe Conway (with some kibitzing from
[postgresql] / src / include / utils / builtins.h
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-06-13 Bruce MomjianAttached is a patch adding following functions:
2001-06-12 Bruce MomjianBack out has_table_privilege patch.
2001-06-12 Bruce MomjianOK -- here's take #5.
2001-06-09 Tom LaneTeach convert_to_scalar about datatypes timetz, inet...
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-22 Tom LaneChange default output formatting for CIDR to be unabbre...
2000-12-08 Tom LaneRepair erroneous use of hashvarlena() for MACADDR,...
2000-11-25 Tom LaneStore current LC_COLLATE and LC_CTYPE settings in pg_co...
2000-11-21 Tom LaneMake oidin/oidout produce and consume unsigned represen...
2000-11-10 Tom LaneAdjust INET/CIDR display conventions and reimplement...
2000-10-24 Peter EisentrautInteger binary operators, from Marko Kreen <marko@l...
2000-09-25 Tom LaneKarel missed an ichar->chr ...
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-09-05 Jan WieckAdded functions
2000-08-25 Tom LaneAvoid creating a TOAST table if we can prove that the...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-23 Thomas G. LockhartAdd functions to convert to and from text, and to trunc...
2000-08-07 Thomas G. LockhartInclude the case-insensitive LIKE prototypes.
2000-08-06 Thomas G. LockhartImplement LIKE/ESCAPE. Change parser to use like()...
2000-08-03 Tom LaneConvert inet-related functions to new fmgr style. ...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-30 Tom LaneType lztext is toast.
2000-07-29 Tom LanePATH and POLYGON datatypes are now TOASTable. Associat...
2000-07-29 Tom Lanebpchar, varchar, bytea, numeric are toastable --- if...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-09 Peter Eisentrautoidvectortypes: use SQL type names and separate by...
2000-07-08 Tom LaneRemove long-dead support for invoking queries from...
2000-07-07 Peter Eisentraut- format_type function, in use by psql
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-19 Tom LaneClean up bogosities in pg_opclass, pg_amop, pg_amproc...
2000-06-15 Bruce MomjianClean up #include's.
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-04-16 Tom LaneAdd new selectivity estimation functions for pattern...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-08 Thomas G. LockhartAdd zpbit and varbit data types from Adrian Joubert
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-03-24 Tom LaneRename bytea functions to not have upper-case letters...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-27 Jan WieckReactivated LZTEXT data type and changed rule plan...
2000-02-24 Tom LaneAdd numeric <-> int8 and numeric <-> int2 conversion...
2000-02-21 Tom LaneClean up some really grotty coding in catcache.c, impro...
2000-02-16 Thomas G. LockhartImplement "date/time grand unification".
2000-02-15 Tom LaneNew cost model for planning, incorporating a penalty...
2000-02-10 Bruce MomjianAdd btree indexing of boolean values
2000-01-26 Bruce MomjianAdd:
2000-01-24 Tom LaneFirst cut at making useful selectivity estimates for...
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
2000-01-06 Jan WieckChanged "triggered data change violation" detection...
1999-12-28 Jan WieckRemoved LZTEXT datatype as discussed.
1999-12-16 Bruce MomjianI have done the QNX4 port with the current source tree...
1999-11-25 Jan WieckAdded another single byte oriented decompressor, useful for
1999-11-17 Jan WieckThe new LZ compression and an lztext data type based...
1999-10-11 Hiroshi InoueThe 1st step to implement new type of scan,TidScan.
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-09-30 Jan WieckAdded utils/adt/ri_triggers with empty shells for the
1999-09-29 Jan WieckAdded nbtree operator class for NUMERIC
1999-08-01 Tom LaneFirst step in fixing selectivity-estimation code. eqsel and
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce MomjianAnother pgindent run. Sorry folks.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-03-15 Tom LaneFix brain death in !!= operator ... it's still pretty...
1999-03-14 Bruce MomjianAttempting to insert a value of 'now' into a datetime...
1999-03-14 Bruce MomjianEnclosed below I have a patch to allow a btree index...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-30 Jan WieckAdded NUMERIC data type with many builtin funcitons...
1998-12-13 Thomas G. LockhartAdd routines to help with single-byte (internal) charac...
1998-12-08 Thomas G. LockhartDefine routines and catalog entries for string min...
1998-11-17 Thomas G. LockhartAdd text<->float8 and text<->float4 conversion functions.
1998-10-29 Bruce MomjianAdd oid8neq.
1998-10-22 Bruce MomjianINET/CIDR cleanup from D'Arcy.
1998-10-22 Bruce MomjianRemove duplicate CIDR funcs by using coerce entries.
1998-10-22 Bruce MomjianCIDR/INET fixes from D'Arcy.
1998-10-22 Bruce MomjianFix for funcs on INET/CIDR.
1998-10-22 Bruce MomjianFix function calls to INET/CIDR functions. Added cidr_out.
1998-10-21 Bruce MomjianNew CIDR type and fixed INET type, from D'Arcy.
1998-10-20 Bruce MomjianRemove unused INET functions for D'Arcy.
1998-10-12 Bruce MomjianNew INET functions from D'Arcy J.M. Cain
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-10-08 Bruce MomjianFix for INET type addition.
1998-10-08 Bruce MomjianI agree. I think, though, that the best argument prese...
1998-10-04 Bruce MomjianRemove u_int32_t
1998-10-03 Bruce MomjianIntegrate new IP type from Tom Ivar Helbekkmo.
1998-09-22 Bruce MomjianCleanup for oid8[] from Tatsuo Ishii.
next