| Commit message (Expand) | Author | Age |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Fix for multi-byte includes. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Clarify maximum tuple and max attribute lengths. | Bruce Momjian | 1999-07-04 |
* | Fix to prevent too large tuple from being created. | Bruce Momjian | 1999-07-03 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Remove 4096 string limited key on block size | Bruce Momjian | 1999-05-19 |
* | here are some patches for 6.5.0 which I already submitted but have never | Bruce Momjian | 1999-05-03 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Here are the patches against the current source tree. I have run the | Bruce Momjian | 1998-10-06 |
* | multi-byte fix from Tatsuo Ishii | Bruce Momjian | 1998-09-25 |
* | MB patches from Tatsuo Ishii | Bruce Momjian | 1998-09-25 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | 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 |
* | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 |
* | 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 |
* | 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 |
* | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 |
* | atttypmod now -1. | Bruce Momjian | 1998-02-07 |
* | Fix for varchar functions, and indextyple j-1 fix. | Bruce Momjian | 1998-02-05 |
* | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 |
* | 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 |
* | Change logic slightly to avoid one unnecessary calculation. No big deal. | Thomas G. Lockhart | 1997-12-23 |
* | Define text, varchar, and bpchar string length functions. | Thomas G. Lockhart | 1997-12-16 |
* | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian | 1997-12-06 |
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian | 1997-08-12 |
* | Date/Time updates from Thomas... | Marc G. Fournier | 1997-03-14 |
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 |
* | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 |