aboutsummaryrefslogtreecommitdiff
path: root/contrib/spi
Commit message (Expand)AuthorAge
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-25
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Add use of asprintf()Peter Eisentraut2013-10-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-12
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Recode non-ASCII characters in source to UTF-8Peter Eisentraut2011-05-31
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-13
* Convert contrib modules to use the extension facility.Tom Lane2011-02-13
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Allow moddatetime's target column to be of type timestamptz.Tom Lane2010-11-04
* Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane2010-10-08
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane2010-07-05
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Remove contrib/spi/preprocessor, which has been uninteresting everTom Lane2007-12-03
* Remove obsoleted README files.Tom Lane2007-12-03
* Add CVS version labels to all install/uninstall scripts.Bruce Momjian2007-11-13
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-26
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-11
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* PGXS should be set with := not =, as specified in the documentation,Tom Lane2005-09-27
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-17
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-20
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* on my timetravel.c I find a bug: after theBruce Momjian2003-09-11
* pgindent run.Bruce Momjian2003-08-04