| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move new typedef AclId into c.h, so as to avoid cluttering namespace | Tom Lane | 2003-01-09 | 1 | -1/+2 |
| * | SendFunctionResult should take care to detoast varlena results. | Tom Lane | 2003-01-07 | 1 | -2/+2 |
| * | fastpath code neglected to check whether user has privileges to call the | Tom Lane | 2003-01-01 | 1 | -1/+16 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -10/+13 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -6/+7 |
| * | Remove fastpath.c's lame attempt at caching function lookup info across | Tom Lane | 2001-06-01 | 1 | -97/+30 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -4/+4 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -23/+27 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -16/+14 |
| * | Do not execute fastpath function calls if in transaction ABORT state. | Tom Lane | 2000-10-24 | 1 | -14/+46 |
| * | TOAST | Jan Wieck | 2000-07-03 | 1 | -2/+2 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 1 | -2/+1 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -2/+2 |
| * | Ooops, looks like I broke fastpath in last changes... | Tom Lane | 2000-05-30 | 1 | -3/+3 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -84/+75 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -5/+5 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Use fmgr_array_args() to avoid dependency on FUNC_MAX_ARGS. | Tom Lane | 2000-01-12 | 1 | -7/+3 |
| * | More cleanups. Still doesn't work. | Bruce Momjian | 2000-01-11 | 1 | -3/+3 |
| * | More cleanups. | Bruce Momjian | 2000-01-11 | 1 | -1/+3 |
| * | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 1 | -6/+6 |
| * | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 | 1 | -2/+2 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -4/+4 |
| * | Plug several holes in backend's ability to cope with | Tom Lane | 1999-07-22 | 1 | -11/+25 |
| * | 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 | -9/+6 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -3/+3 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -4/+4 |
| * | Revise backend libpq interfaces so that messages to the frontend | Tom Lane | 1999-04-25 | 1 | -16/+24 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -3/+3 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -5/+5 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -3/+5 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -9/+1 |
| * | What I've done: | Bruce Momjian | 1998-05-06 | 1 | -2/+1 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 1 | -2/+2 |
| * | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 | 1 | -2/+2 |
| * | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 | 1 | -2/+2 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -2/+4 |
| * | From: Phil Thompson <phil@river-bank.demon.co.uk> | Marc G. Fournier | 1998-01-26 | 1 | -2/+2 |
| * | Fix from Peter for BLOBs | Marc G. Fournier | 1998-01-11 | 1 | -2/+2 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -9/+9 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -9/+9 |
| * | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian | 1997-12-06 | 1 | -2/+2 |