| Commit message (Expand) | Author | Age |
* | Add comparison operators and btree indexing support for type bytea. | Tom Lane | 2001-08-13 |
* | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane | 2001-05-03 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |
* | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane | 2000-07-29 |
* | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 |
* | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | TOAST | Jan Wieck | 2000-07-03 |
* | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Rename bytea functions to not have upper-case letters in their names. | Tom Lane | 2000-03-24 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Add routines to help with single-byte (internal) character type support. | Thomas G. Lockhart | 1998-12-13 |
* | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart | 1998-12-08 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | > David Hartwig wrote: | Bruce Momjian | 1998-09-02 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | This is the first (of hopefully few) AIX port patches. This patch | Bruce Momjian | 1998-08-29 |
* | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 |
* | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 |
* | Hello! | Bruce Momjian | 1998-06-16 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Add conversion functions to and from the "name" data type. | Thomas G. Lockhart | 1998-05-29 |
* | Add routines to convert between varchar and bpchar. | Thomas G. Lockhart | 1998-05-09 |
* | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-04-27 |
* | From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu> | Marc G. Fournier | 1998-03-15 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | From: "Denis V. Dmitrienko" <denis@null.net> | Marc G. Fournier | 1998-02-24 |
* | 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 |
* | 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 |
* | Fix for textcat on varchar() fields. | Bruce Momjian | 1997-11-23 |