| Commit message (Expand) | Author | Age |
* | Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpath | Tom Lane | 2006-06-14 |
* | Fix Assert failure when a fastpath function call is attempted inside an | Tom Lane | 2006-06-11 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Suppress signed-vs-unsigned-char warnings. | Tom Lane | 2005-09-24 |
* | Change typreceive function API so that receive functions get the same | Tom Lane | 2005-07-10 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 |
* | Complete TODO item: | Bruce Momjian | 2004-04-19 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 |
* | Now that fastpath protocol allows null arguments to be passed, | Tom Lane | 2003-05-09 |
* | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 |
* | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 |
* | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 |
* | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 |
* | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 |
* | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 |
* | Move new typedef AclId into c.h, so as to avoid cluttering namespace | Tom Lane | 2003-01-09 |
* | SendFunctionResult should take care to detoast varlena results. | Tom Lane | 2003-01-07 |
* | fastpath code neglected to check whether user has privileges to call the | Tom Lane | 2003-01-01 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Remove fastpath.c's lame attempt at caching function lookup info across | Tom Lane | 2001-06-01 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Do not execute fastpath function calls if in transaction ABORT state. | Tom Lane | 2000-10-24 |
* | TOAST | Jan Wieck | 2000-07-03 |
* | Final #include cleanup. | Bruce Momjian | 2000-06-15 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Ooops, looks like I broke fastpath in last changes... | Tom Lane | 2000-05-30 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |