summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
1998-08-11More op_class cleanup.Bruce Momjian
1998-08-11cleanup.Bruce Momjian
1998-08-04MergeSort was sometimes called mergejoin and was confusing. NowBruce Momjian
1998-07-27Use Snapshot in heap access methods.Vadim B. Mikheev
1998-07-12Change atttypmod from int16 to int32, for Thomas.Bruce Momjian
1998-07-08Add int8 8-byte integer type.Thomas G. Lockhart
1998-06-16Hello!Bruce Momjian
1998-06-15Fix macros that were not properly surrounded by parens or braces.Bruce Momjian
1998-05-31Rewrite JROUND macro to multiply by 1e6 rather than divide by 1e-6Thomas G. Lockhart
1998-05-29Add conversion functions between "name" and other string types.Thomas G. Lockhart
1998-05-09Add routines to convert between varchar and bpchar.Thomas G. Lockhart
1998-05-09Make lines more visible to the user.Thomas G. Lockhart
1998-05-09Add bit flags to support timezonehour and minute in data retrieval.Thomas G. Lockhart
1998-04-27From: t-ishii@sra.co.jpMarc G. Fournier
1998-04-27From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>Marc G. Fournier
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-24Inline some small functions called for every row.Bruce Momjian
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