summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
1998-04-12More work in the right direction on linux/alphaMarc G. Fournier
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-03-30The following uuencoded, gzip'd file will ...Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-25From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
1998-02-24From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
1998-02-23Quick cleanupsMarc G. Fournier
1998-02-23From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
1998-02-23ExecReScan for Unique & Sort nodes.Vadim B. Mikheev
1998-02-13Atttypmod cleanup.Bruce Momjian
1998-02-13From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at>Marc G. Fournier
1998-02-10Pass around typmod as int16.Bruce Momjian
1998-02-03Define boolean functions and operators for lseg <, <=, <>, >=, >.Thomas G. Lockhart
1998-02-03Fix for various aix related 'mis-defines'Marc G. Fournier
1998-02-02Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com>Marc G. Fournier
1998-01-24Fix prototypes so they don't look like function definitions.Bruce Momjian
1998-01-20Parser cleanup.Bruce Momjian
1998-01-16New pg_attribute.atttypmod for type-specific information likeBruce Momjian
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1998-01-11Fix SCO and change index name.Bruce Momjian
1998-01-07Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian
1998-01-07Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian
1998-01-05Move variable.c to commands/ and aclchk.c to catalog/.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1998-01-01Add substring function for text based on oracle_compat package butThomas G. Lockhart
1997-12-23Lengthen some time conversion routine names now that longer namesThomas G. Lockhart
1997-12-17Move declarations for timespan2tm() and tm2timespan() from dt.c to here.Thomas G. Lockhart
1997-12-16Add declarations for text, bpchar, and varchar length functions.Thomas G. Lockhart
1997-11-26Cleanup up include files.Bruce Momjian
1997-11-21More archive cleanup.Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-17Add DTK_DOY to help decode day of year fields.Thomas G. Lockhart
1997-11-15Add new \df psql option and oid8types() function.Bruce Momjian
1997-11-02Good Bye, Time Travel!Vadim B. Mikheev
1997-10-30Add routines istrue() and isfalse() to directly evaluate boolean type.Thomas G. Lockhart
1997-10-28Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan).Vadim B. Mikheev
1997-10-25Add conversion routines for int2, int4, and oid to and from text.Thomas G. Lockhart
1997-10-15Fix for backward cursors with ORDER BY.Vadim B. Mikheev
1997-10-09Clean up function declarations for the boolean type packageThomas G. Lockhart
1997-09-25Back out inclusion of postgres.h.Bruce Momjian
1997-09-25Massive examples fix from Nicola BernardelliBruce Momjian
1997-09-20Add point_ne() comparison routine.Thomas G. Lockhart
1997-09-20Add tinterval comparison routines.Thomas G. Lockhart
1997-09-20Add integer/money arithmetic from Darren King.Thomas G. Lockhart
1997-09-18No more SortTuplesInTree...Vadim B. Mikheev
1997-09-18Addded to Psortstate:Vadim B. Mikheev
1997-09-15Fix pfree problem.Vadim B. Mikheev
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian