| Commit message (Expand) | Author | Age | Files | Lines |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -6/+6 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -45/+40 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -5/+5 |
| * | Rename bytea functions to not have upper-case letters in their names. | Tom Lane | 2000-03-24 | 1 | -52/+63 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -1/+2 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -5/+5 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -11/+14 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Add routines to help with single-byte (internal) character type support. | Thomas G. Lockhart | 1998-12-13 | 1 | -11/+19 |
| * | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart | 1998-12-08 | 1 | -1/+33 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -2/+6 |
| * | > David Hartwig wrote: | Bruce Momjian | 1998-09-02 | 1 | -3/+5 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -40/+52 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -34/+34 |
| * | This is the first (of hopefully few) AIX port patches. This patch | Bruce Momjian | 1998-08-29 | 1 | -7/+7 |
| * | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 | 1 | -2/+2 |
| * | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 | 1 | -10/+10 |
| * | Hello! | Bruce Momjian | 1998-06-16 | 1 | -78/+49 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -11/+1 |
| * | Add conversion functions to and from the "name" data type. | Thomas G. Lockhart | 1998-05-29 | 1 | -1/+60 |
| * | Add routines to convert between varchar and bpchar. | Thomas G. Lockhart | 1998-05-09 | 1 | -12/+11 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-04-27 | 1 | -3/+83 |
| * | From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu> | Marc G. Fournier | 1998-03-15 | 1 | -2/+2 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -20/+20 |
| * | From: "Denis V. Dmitrienko" <denis@null.net> | Marc G. Fournier | 1998-02-24 | 1 | -1/+11 |
| * | Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ... | Bruce Momjian | 1998-01-07 | 1 | -3/+3 |
| * | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | 1 | -9/+9 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -9/+9 |
| * | Define text_substr(). | Thomas G. Lockhart | 1998-01-01 | 1 | -70/+99 |
| * | Define text, varchar, and bpchar string length functions. | Thomas G. Lockhart | 1997-12-16 | 1 | -11/+5 |
| * | More VARHDRSZ additions. | Bruce Momjian | 1997-12-08 | 1 | -7/+7 |
| * | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian | 1997-12-06 | 1 | -2/+2 |
| * | Fix for textcat on varchar() fields. | Bruce Momjian | 1997-11-23 | 1 | -1/+6 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -7/+7 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -55/+55 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -388/+431 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -3/+5 |
| * | Add routines for text trimming on both ends, substring, and string position. | Thomas G. Lockhart | 1997-07-29 | 1 | -24/+65 |
| * | Lexicographically compare 'char' and 'text'. | Vadim B. Mikheev | 1997-06-11 | 1 | -23/+11 |
| * | More timezone patches by Thomas: | Marc G. Fournier | 1997-04-25 | 1 | -32/+37 |
| * | Fix for text_lt/text_le to avoid warnings if not def USE_LOCALE. | Vadim B. Mikheev | 1997-04-21 | 1 | -31/+31 |
| * | GNUmakefile.in - remove backend/utils/Gen_fmgrtab.sh on distclean | Marc G. Fournier | 1997-04-09 | 1 | -39/+82 |
| * | From: Oleg Bartunov <oleg@sai.msu.su> | Marc G. Fournier | 1997-04-02 | 1 | -1/+9 |
| * | Date/Time updates from Thomas... | Marc G. Fournier | 1997-03-14 | 1 | -20/+20 |