]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_proc.h
Un-break CREATE TYPE. Fix some other inconsistencies in the
[postgresql] / src / include / catalog / pg_proc.h
1999-04-20 Tom LaneUn-break CREATE TYPE. Fix some other inconsistencies...
1999-04-13 Bruce Momjianarray_in is defined in the system catalog as taking...
1999-03-29 Tom LaneModify fmgr so that internal name (compiler name) of...
1999-03-28 Tom LaneClean up various minor irregularities detected by type_...
1999-03-14 Bruce MomjianCleanup of hash functions in pg_proc.
1999-03-14 Bruce MomjianEnclosed below I have a patch to allow a btree index...
1999-03-10 Tom LaneFix some typos in argument and result types in pg_proc
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-13 Thomas G. LockhartAdd routines to convert between int8 and text/varchar...
1998-12-30 Jan WieckAdded NUMERIC data type with many builtin funcitons...
1998-12-13 Thomas G. LockhartAdd routines and synonyms to help with single-byte...
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 Tom Laneoid8neq => oid8ne
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 MomjianFix indexing for INET / CIDR.
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 MomjianCleanup of \df for INET/CIDR.
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 MomjianI agree. I think, though, that the best argument prese...
1998-10-03 Bruce MomjianIntegrate new IP type from Tom Ivar Helbekkmo.
1998-10-02 Bruce Momjian Here's a combination of all the patches I'm current...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-15 Thomas G. LockhartRemove single-argument trim() function from table.
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-07-08 Thomas G. LockhartAdd int8 type for 8-byte integers.
1998-06-13 Bruce MomjianMake lo_unlink take oid param, not int4.
1998-05-29 Thomas G. LockhartAdd conversion functions between "name" and other strin...
1998-05-13 Bruce MomjianRemove added NullProc define, and use fmgr.h value...
1998-05-12 Bruce MomjianSomeone remove a #define too much from pg_proc.h which...
1998-05-09 Thomas G. LockhartMake lines and support routines/operators more visible.
1998-04-29 Marc G. FournierFrom: Jeroen van Vianen <jeroenv@design.nl>
1998-04-27 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-04-27 Bruce MomjianThis patch...
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-08 Thomas G. LockhartFix incorrect second argument type for dpow() declaration.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1998-03-02 Marc G. FournierFrom: Darren King <darrenk@insightdist.com>
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-03 Thomas G. LockhartDefine boolean functions and operators for lseg <,...
1998-01-26 Bruce Momjiancash_words_out fix
1998-01-25 Bruce MomjianAdd cash_words_out and fix \df width.
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1998-01-01 Thomas G. LockhartInclude text_substr() function and use instead of oracl...
1997-12-23 Thomas G. LockhartExpand a few date/time routine names to > 16 characters...
1997-12-16 Thomas G. LockhartAdd declarations for text, bpchar, and varchar length...
1997-11-30 Thomas G. LockhartRemove duplicate block of declarations. Must have been...
1997-11-24 Bruce MomjianMove descriptions to pg_proc, add descriptions.
1997-11-17 Bruce MomjianRemove 16 char limit on system table/index names. ...
1997-11-15 Bruce MomjianAdd new \df psql option and oid8types() function.
1997-11-14 Bruce MomjianAdd new psql \da, \do, and \dT options.
1997-11-13 Bruce MomjianAdd pg_description table for info on tables, columns...
1997-10-30 Thomas G. LockhartAdd routines istrue() and isfalse() to directly evaluat...
1997-10-25 Thomas G. LockhartAdd conversion functions for int2, int4, oid to and...
1997-09-20 Thomas G. LockhartAdd tinterval comparison operators.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-09-04 Thomas G. LockhartAdd comparision routines and catalog entries to support...
1997-09-01 Thomas G. LockhartFix return value data type declarations for box_circle...
1997-08-21 Bruce MomjianChange time function names to be more consistent, and...
1997-07-29 Thomas G. LockhartAdd new operators and functions for geometric types.
1997-06-03 Thomas G. LockhartAdd upgradepath(), isoldpath(), upgradepoly() and rever...
1997-05-14 Thomas G. LockhartRename new float and int conversion routines to avoid...
1997-05-11 Thomas G. LockhartAdd type conversion functions between floats and integers.
1997-05-06 Thomas G. LockhartRename LOread() and LOwrite() to loread() and lowrite...
1997-04-27 Thomas G. LockhartChange mixed-case routines to lower-case in pg_proc.h
1997-04-22 Marc G. FournierMajor patch from Thomas Lockhart <Thomas.G.Lockhart...
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-04-02 Vadim B. MikheevNew relkind ('S') for sequence relations.
1997-03-25 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-24 Vadim B. MikheevAdded #define NullValueRegProcedure and #define NonNull...
1997-03-16 Marc G. Fournieroracle_compat.c fixed for function overloading...
1997-03-16 Marc G. FournierRemove overloaded functions until we can figure out...
1997-03-15 Marc G. FournierRe-oid the oracle_compat functions
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-04 Marc G. FournierThis is a set of single row character functions, define...
1996-11-14 Marc G. FournierFeatures added:
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-08 Marc G. FournierSecondly, small problem when trying to create a MAX...
1996-11-05 Marc G. Fournierthese ones have their dependencies cleaned up
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