]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_type.h
Fix for ACL length problem on different platforms.
[postgresql] / src / include / catalog / pg_type.h
1999-07-09 Bruce MomjianFix for ACL length problem on different platforms.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianFix initdb problem introduced by recent patch.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-03-28 Tom LaneClean up various minor irregularities detected by type_...
1999-03-26 Tom LaneRemove a bunch of dead entries exposed by findoidjoins...
1999-03-25 Tom LaneClean up att_align calculations so that XXXALIGN macros
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...
1998-12-30 Jan WieckAdded NUMERIC data type with many builtin funcitons...
1998-10-22 Bruce MomjianRemove duplicate CIDR funcs by using coerce entries.
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-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-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-27 Bruce MomjianMake 'name' type int aligned, like char/varchar.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-07-20 Bruce MomjianUse defines rather than constants for types.
1998-07-08 Thomas G. LockhartAdd int8 type for 8-byte integers.
1998-05-09 Thomas G. LockhartMake lines and support routines/operators more visible.
1998-04-27 Bruce MomjianFixed table type lengths for Maurice.
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-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-02-04 Bruce MomjianCleanup getattr code. Make CHAR() use attcacheoff.
1998-02-03 Bruce MomjianSubselects with =, >, etc.
1998-02-03 Bruce MomjianParser cleanup for expr and subqueries.
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1998-01-19 Bruce MomjianFix for SELECT INTO TABLE for varchar().
1997-11-26 Bruce MomjianRe-order args for TypeCreate() to be clearer.
1997-11-18 Bruce MomjianAdd descriptions for types and operators.
1997-11-17 Thomas G. LockhartInclude first text in some type descriptions (~29 entries).
1997-11-16 Bruce MomjianNew \dS psql command. initdb cleanup.
1997-11-15 Bruce MomjianRemove pg_magic, defaults, server, hosts, and demon...
1997-11-13 Bruce MomjianAdd pg_description table for info on tables, columns...
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
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-08-31 Vadim B. MikheevWelcome, triggers
1997-08-22 Bruce MomjianAllow functions and operators on internally-identical...
1997-08-21 Vadim B. MikheevNew system relations to store DEFAULT/CHECK expressions.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-05-26 Thomas G. LockhartEnsure double alignment for time and arrays of circles.
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-03-25 Marc G. FournierFrom: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-01-14 Bruce MomjianRestored original pg_type/pg_attribute defaults. Regre...
1997-01-10 Bruce MomjianRemove octal character constants and convert to decimal...
1996-12-09 Bryan HendersonAdd comments defining "typelem" column of pg_type.
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-04 Marc G. FournierMake sure all the cleaned includes are commited
1996-10-19 Marc G. Fournierits coming...
1996-08-28 Marc G. FournierMore cleanups of the include files