summaryrefslogtreecommitdiff
path: root/contrib/spi
Commit message (Expand)AuthorAgeFilesLines
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-185-13/+0
* Add use of asprintf()Peter Eisentraut2013-10-132-4/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-2/+1
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-1210-0/+30
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-162-12/+9
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-045-0/+5
* Recode non-ASCII characters in source to UTF-8Peter Eisentraut2011-05-311-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-135-8/+8
* Convert contrib modules to use the extension facility.Tom Lane2011-02-1320-41/+72
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-238-31/+31
* Allow moddatetime's target column to be of type timestamptz.Tom Lane2010-11-041-14/+22
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-085-17/+17
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+5
* Remove cvs keywords from all files.Magnus Hagander2010-09-2011-11/+11
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane2010-07-051-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-113-10/+10
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-075-24/+34
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-173-0/+9
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-253-6/+4
* Remove contrib/spi/preprocessor, which has been uninteresting everTom Lane2007-12-034-263/+0
* Remove obsoleted README files.Tom Lane2007-12-033-222/+2
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-135-0/+10
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-261-2/+3
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-152-7/+7
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-015-14/+14
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-0/+1
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-305-2/+12
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-112-0/+3
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-275-10/+8
* Standard pgindent run for 8.1.Bruce Momjian2005-10-155-60/+52
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-271-2/+2
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-0/+2
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-171-1/+3
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-072-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-5/+9
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-1/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* on my timetravel.c I find a bug: after theBruce Momjian2003-09-111-6/+6
* pgindent run.Bruce Momjian2003-08-045-129/+134
* Remove unportable // comments.Tom Lane2003-07-271-6/+7
* Cleanup of timetravel compile warnings.Bruce Momjian2003-07-271-4/+3
* Here is 4 file in tgz:Bruce Momjian2003-07-274-208/+429
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-245-50/+144
* Remove platform-specific executable; does not belong in distribution.Tom Lane2003-06-112-2/+2
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-4/+4
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-145-10/+0