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