| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -5/+5 |
| * | Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand... | Andrew Dunstan | 2007-02-21 | 1 | -14/+13 |
| * | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 | 1 | -4/+4 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Remove unnecessary checkpoint from PL regression tests. This was once | Tom Lane | 2007-01-28 | 2 | -11/+0 |
| * | pltcl regression test needs to actually create an opclass, not just one opera... | Tom Lane | 2007-01-09 | 2 | -0/+131 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -10/+10 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 1 | -5/+12 |
| * | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 | 1 | -23/+15 |
| * | Ah, I finally realize why Magnus wanted to add a --bindir option to | Tom Lane | 2006-07-21 | 1 | -2/+4 |
| * | Rewrite pg_regress as a C program instead of a shell script. | Tom Lane | 2006-07-19 | 1 | -3/+3 |
| * | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 | 1 | -1/+2 |
| * | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 | 1 | -1/+2 |
| * | TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs. | Andrew Dunstan | 2006-05-27 | 5 | -2/+137 |
| * | Modify all callers of datatype input and receive functions so that if these | Tom Lane | 2006-04-04 | 1 | -25/+25 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -23/+7 |
| * | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian | 2006-03-11 | 2 | -60/+1 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 2 | -0/+4 |
| * | Update pltcl expected file for E''. | Bruce Momjian | 2006-03-08 | 1 | -1/+1 |
| * | Adjust PL regression tests for escape_string_warning. | Bruce Momjian | 2006-03-08 | 2 | -9/+9 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 2 | -18/+18 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 2 | -11/+11 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -30/+30 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -69/+68 |
| * | Fix PL makefiles to support running regression tests in VPATH builds. | Tom Lane | 2005-05-24 | 1 | -1/+22 |
| * | Add a --dbname option to the pg_regress script, and use pl_regression | Tom Lane | 2005-05-17 | 1 | -2/+3 |
| * | Convert the existing regression test scripts for the various optional | Tom Lane | 2005-05-14 | 7 | -39/+423 |
| * | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 1 | -1/+2 |
| * | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 | 1 | -19/+7 |
| * | Minor improvements in the really-pretty-ad-hoc test scripts for the | Tom Lane | 2005-04-01 | 1 | -2/+2 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -4/+4 |
| * | Cause configure --with-tcl to check for presence of <tcl.h>, as per | Tom Lane | 2004-12-16 | 1 | -2/+2 |
| * | Fix plperl and pltcl error handling per my previous proposal. SPI | Tom Lane | 2004-11-21 | 4 | -360/+303 |
| * | Make pltcl work on Win32. Magnus Hagander | Tom Lane | 2004-09-14 | 2 | -2/+11 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -36/+74 |
| * | Another pgindent run with lib typedefs added. | Bruce Momjian | 2004-08-30 | 1 | -28/+28 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -292/+290 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 1 | -2/+2 |
| * | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane | 2004-07-31 | 1 | -79/+7 |
| * | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 | 1 | -392/+323 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 1 | -22/+22 |
| * | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 | 1 | -3/+3 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -4/+4 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -33/+48 |
| * | Fix problems with dropped columns in pltcl triggers, per report from Patrick ... | Tom Lane | 2004-01-24 | 1 | -17/+23 |
| * | Fix bit-rot in support for building with --disable-shared. This patch | Tom Lane | 2004-01-21 | 1 | -2/+8 |
| * | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane | 2004-01-06 | 1 | -2/+8 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 3 | -3/+3 |
| * | Fixed type lookup in spi_prepare for possible qualified | Jan Wieck | 2003-09-29 | 1 | -3/+23 |
| * | Adjust Darwin build to use the default 'two level namespace' linking | Tom Lane | 2003-09-27 | 1 | -20/+3 |