| Commit message (Expand) | Author | Age |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Apply Tcl_Init() to the "hold" interpreter created by pltcl. | Tom Lane | 2010-01-25 |
* | Redefine Datum as uintptr_t, instead of unsigned long. | Tom Lane | 2009-12-31 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Forgot to handle the new SPI_OK_REWRITTEN result code in a couple places. | Heikki Linnakangas | 2009-01-21 |
* | Make error messages match backend style. | Peter Eisentraut | 2009-01-14 |
* | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 |
* | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 |
* | Add missing header. | Alvaro Herrera | 2008-10-11 |
* | Improve translatability of error messages for external modules by tweaking | Alvaro Herrera | 2008-10-09 |
* | Clean up a number of bogosities around pltcl's handling of the Tcl "result": | Tom Lane | 2008-06-17 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 |
* | Fix plperl and pltcl to include the name of the current function when | Tom Lane | 2007-10-05 |
* | Update TCL comment: | Bruce Momjian | 2007-09-28 |
* | Insert a hack in pl/tcl to disable Tcl's built-in Notifier subsystem, which | Tom Lane | 2007-09-21 |
* | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 |
* | Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand... | Andrew Dunstan | 2007-02-21 |
* | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 |
* | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs. | Andrew Dunstan | 2006-05-27 |
* | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian | 2006-03-11 |
* | 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 |
* | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 |
* | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Fix plperl and pltcl error handling per my previous proposal. SPI | Tom Lane | 2004-11-21 |
* | Make pltcl work on Win32. Magnus Hagander | Tom Lane | 2004-09-14 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 |
* | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane | 2004-07-31 |
* | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 |
* | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |