aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* > > I'm using text[] arrays. Some of my array elements have '"'Bruce Momjian1998-03-20
* From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>Marc G. Fournier1998-03-15
* From: t-ishii@sra.co.jpMarc G. Fournier1998-03-15
* Fix money type USE_LOCALE support at least for default "C" locale.Thomas G. Lockhart1998-03-02
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-25
* From: "Denis V. Dmitrienko" <denis@null.net>Marc G. Fournier1998-02-24
* Remove #include "port-protos.h", since we no longer use itMarc G. Fournier1998-02-24
* From: Jan Wieck <jwieck@debis.com>Marc G. Fournier1998-02-24
* From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>Marc G. Fournier1998-02-14
* Atttypmod cleanup.Bruce Momjian1998-02-13
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Pass around typmod as int16.Bruce Momjian1998-02-10
* atttypmod now -1.Bruce Momjian1998-02-07
* Vadim fix for vacuum analyze.Bruce Momjian1998-02-05
* Fix for varchar functions, and indextyple j-1 fix.Bruce Momjian1998-02-05
* Define boolean functions for lseg <, <=, <>, >=, >Thomas G. Lockhart1998-02-03
* No datedebug printing of date debug is not defined.Bruce Momjian1998-02-02
* Move all the isinf() stuff from float.c to isinf.c, and build it according toMarc G. Fournier1998-02-02
* AIX patch from Darren King and Univel patch from Billy Allie, mostlyBruce Momjian1998-02-01
* Inline fastgetattr and others so data access does not use functionBruce Momjian1998-01-31
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Various cleanups for the i386_solaris environmentMarc G. Fournier1998-01-13
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-13
* > It seems there is a mistake in substr function:Marc G. Fournier1998-01-13
* Cleanup of varchar.Bruce Momjian1998-01-08
* Re-install working varchar() with compress size.Bruce Momjian1998-01-08
* Completion of varchar rollback.Bruce Momjian1998-01-08
* Cleanup of varchar.Bruce Momjian1998-01-08
* Rollback varchar size change.Bruce Momjian1998-01-08
* Fix for varchar I missed.Bruce Momjian1998-01-07
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-07
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Define text_substr().Thomas G. Lockhart1998-01-01
* Change some mallocs to palloc.Bruce Momjian1997-12-29
* Fix format to produce actual German style. Affects new "GERMAN" feature only.Thomas G. Lockhart1997-12-23
* Change logic slightly to avoid one unnecessary calculation. No big deal.Thomas G. Lockhart1997-12-23
* Change a few routine names back to full length now that pg_proc allowsThomas G. Lockhart1997-12-23
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-20
* First clean compile without a "PORTNAME" variable being set...Marc G. Fournier1997-12-20
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Enable timespan_finite() and text_timespan() routines (was commented out).Thomas G. Lockhart1997-12-17
* Define text, varchar, and bpchar string length functions.Thomas G. Lockhart1997-12-16
* More VARHDRSZ additions.Bruce Momjian1997-12-08
* Add VARHDRSZ where needed. Many places just used 4.Bruce Momjian1997-12-06
* Add 'GERMAN' style to date/time output.Thomas G. Lockhart1997-12-04
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Fix for textcat on varchar() fields.Bruce Momjian1997-11-23