summaryrefslogtreecommitdiff
path: root/contrib/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-3/+3
* Call timestamp_in with proper arguments, per gripe from Mark Halliwell.Tom Lane2003-01-091-2/+4
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-185-35/+48
* Restore NOTICEs that were mistakenly removed from triggers regressionTom Lane2002-10-032-5/+7
* Fix bit-rotted reference to GetUserName() ...Tom Lane2002-09-051-1/+1
* pgindent run.Bruce Momjian2002-09-042-7/+7
* I checked all the previous string handling errors and most of them wereBruce Momjian2002-09-022-15/+15
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-225-6/+6
* The attached patch changes most of the usages of sprintf() toBruce Momjian2002-08-152-15/+17
* Remove the last traces of datatypes datetime and timespan.Tom Lane2002-05-033-3/+3
* Change made to elog:Bruce Momjian2002-03-061-5/+5
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-052-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-6/+5
* To fix the perpetually broken makefiles in the contrib tree, I havePeter Eisentraut2001-09-061-48/+6
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-161-0/+5
* Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane2001-04-041-1/+4
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-8/+18
* pgindent run. Make it all clean.Bruce Momjian2001-03-223-4/+4
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-2/+2
* Seems to have been missed in GetPgUserName updates.Tom Lane2000-12-041-2/+3
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-033-5/+5
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-2010-9/+21
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-201-4/+5
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-1/+2
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-092-33/+22
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-052-9/+9
* Makefile cleanup from Karel.Bruce Momjian2000-07-041-2/+2