]> granicus.if.org Git - postgresql/history - src/include/utils/builtins.h
added ALTER TABLE DROP COLUMN, early version
[postgresql] / src / include / utils / builtins.h
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.
1998-09-18 Bruce MomjianFix for \df.
1998-09-01 Bruce Momjiancleanup
1998-09-01 Bruce Momjiancleanup
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-31 Bruce MomjianFix for regproc
1998-08-29 Bruce MomjianThis is the first (of hopefully few) AIX port patches...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-07-08 Thomas G. LockhartAdd int8 8-byte integer type.
1998-06-16 Bruce MomjianHello!
1998-05-29 Thomas G. LockhartAdd conversion functions between "name" and other strin...
1998-05-09 Thomas G. LockhartAdd routines to convert between varchar and bpchar.
1998-04-27 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-02 Marc G. FournierFix for ltoa() problem pointed out by Stan Brown <stanb...
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-01 Thomas G. LockhartAdd substring function for text based on oracle_compat...
1997-12-23 Thomas G. LockhartLengthen some time conversion routine names now that...
1997-12-16 Thomas G. LockhartAdd declarations for text, bpchar, and varchar length...
1997-11-15 Bruce MomjianAdd new \df psql option and oid8types() function.
1997-10-30 Thomas G. LockhartAdd routines istrue() and isfalse() to directly evaluat...
1997-10-25 Thomas G. LockhartAdd conversion routines for int2, int4, and oid to...
1997-10-09 Thomas G. LockhartClean up function declarations for the boolean type...
1997-09-20 Thomas G. LockhartAdd tinterval comparison routines.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-07-29 Thomas G. LockhartAdd new routines.
1997-06-23 Thomas G. LockhartRemove code not previously enabled with USE_NEW_DATE...
1997-05-14 Thomas G. LockhartRename new float and int conversion routines to avoid...
1997-05-11 Thomas G. LockhartAdd a few type conversion functions.
1997-04-27 Thomas G. LockhartChange mixed-case routines to lower-case for case-insen...
1997-04-15 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-04-02 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-25 Marc G. FournierFrom: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-03-14 Marc G. FournierDate/Time updates from Thomas...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-09 Bruce MomjianAdd prototypes for oracle-compat functions. Rename...
1997-02-19 Bruce MomjianPrevent under/over flow of float8 constants in parser...
1996-11-16 Bruce MomjianAdd prototype for new datetime functions.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-04 Marc G. Fournierfinally, this directory is (should be!) totally clean
1996-11-04 Marc G. FournierAnother series started from utils/builtins.h
1996-11-04 Bruce MomjianRemoved PORTNAME_. Use OS version only.
1996-11-03 Marc G. FournierMore cleans of the inter-dependencies in the #include...
1996-10-31 Marc G. Fournierremove:
1996-08-28 Marc G. FournierMore cleanups of the include files