]> granicus.if.org Git - postgresql/history - contrib
Don't define BUILDING_DLL for snowball lib. Should fix build problems
[postgresql] / contrib /
2007-08-21 Tom Lanecontrib/tsearch2 now fails its regression test because...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
2007-07-16 Tom LaneFix pg_buffercache to release buffer partition locks...
2007-07-16 Magnus HaganderQuote pathnames so pg_standby works with paths that...
2007-07-15 Tom LaneGet rid of overly cute, unportable, probably not very...
2007-07-15 Tom LaneFix CHECK_RELATION_BLOCK_RANGE macro, which was not...
2007-07-15 Tom LaneFix a passel of signed vs unsigned char warnings.
2007-07-15 Tom LaneSilence a rather odd compiler warning. In passing...
2007-07-15 Tom LaneAvoid possibly-unportable initializer, per buildfarm...
2007-07-15 Tom LaneChange a couple of exit(0) to return 0 to suppress...
2007-07-15 Tom LaneSilence Solaris compiler warnings, per buildfarm.
2007-07-15 Tom LaneSilence Solaris compiler warning, per buildfarm.
2007-07-15 Tom LaneFix compile warning on Solaris, per buildfarm. (Why...
2007-07-15 Tom LaneFix possible portability problem, per buildfarm warnings.
2007-07-15 Tom LaneFix unportable use of isspace(), per buildfarm results.
2007-07-12 Tom LaneSimplify overly-cute array coding to avoid an apparent...
2007-07-08 Joe ConwayRestrict non-superusers to password authenticated conne...
2007-07-06 Jan WieckChanged new \usleep command into \sleep with an optiona...
2007-07-06 Jan WieckAdded a new scripting meta command
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-06-07 Magnus HaganderThe functions bt_metap, bt_page_stats and bt_page_items...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-06-01 Tom LaneMake CREATE/DROP/RENAME DATABASE wait a little bit...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-05-30 Bruce MomjianAdd standard error redirection for OS/X & darwin startu...
2007-05-30 Bruce MomjianUpdate /contrib OS/X startup files, and move to a separ...
2007-05-24 Tom LaneAvoid assuming that the fields of struct timeval have...
2007-05-24 Peter EisentrautAdd deprecation notice about planned removal in 8.4...
2007-05-22 Alvaro HerreraRemove unsupported -u option from pg_standby example...
2007-05-17 Bruce MomjianAdd CVS comment for recent commit:
2007-05-17 Bruce MomjianAdd database page inspection /contrib module.
2007-05-15 Andrew DunstanRemove directory qualification in <ossp/uuid.h> because...
2007-05-03 Tom LaneTweak hash index AM to use the new ReadOrZeroBuffer...
2007-04-22 Peter EisentrautMake some functions immutable.
2007-04-22 Peter EisentrautFix typo
2007-04-21 Peter EisentrautContrib module uuid-ossp for generating UUID values...
2007-04-15 Andrew DunstanAdd --with-libxslt configure option
2007-04-14 Andrew Dunstanrevert change to build xml2 until a better fix is found
2007-04-13 Andrew DunstanEnable building contrib/xml2 if configured using -...
2007-04-08 Tatsuo IshiiAdd -F option to set fillfactor for tellers, accounts...
2007-04-07 Bruce MomjianAdd the usage count statistics to the information avail...
2007-04-06 Tatsuo IshiiEnhance pgbench -l option to add timestamp. Patch contr...
2007-04-06 Tatsuo IshiiVarious pgbench enhancements. Patch contributed by...
2007-04-06 Tom LaneNow that core functionality is depending on autoconf...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-02 Teodor SigaevFix caching of unsuccessful initialization of parser...
2007-03-28 Neil ConwayReplace 4-clause licensed blf.[ch] with blowfish implem...
2007-03-28 Tom LaneFix uninitialized-variable bug.
2007-03-26 Teodor SigaevAdd checking of end of line in parsing stopword list...
2007-03-26 Teodor SigaevFix stopword and synonym files parsing bug in MSVC...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-22 Teodor SigaevFix parser bug on Windows with UTF8 encoding and C...
2007-03-16 Alvaro HerreraFix uninitialized value in pgstatindex leading to inval...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-03-14 Teodor SigaevAdd GIN support for pg_trgm. From Guillaume Smet <guill...
2007-03-14 Teodor SigaevAdd GIN support for pg_trgm. From Guillaume Smet <guill...
2007-03-13 Magnus HaganderSet stderr to unbuffered for pgbench on win32.
2007-03-07 Teodor SigaevAthough cube is a varlena type, nowhere was a detoastin...
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-03-03 Bruce MomjianAdd logging to /contrib/pg_standby if -k couldn't clean...
2007-02-28 Tom LaneFix up several contrib modules that were using varlena...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-13 Bruce MomjianUpdate /contrib/fuzzystrmatch error message to mention...
2007-02-12 Teodor SigaevFix backend crash in parsing incorrect tsquery.
2007-02-10 Magnus HaganderFix pg_standby to build on msvc.
2007-02-09 Peter EisentrautRemove useless CPPFLAGS.
2007-02-09 Peter EisentrautAdd $PostgreSQL$ marker to contrib makefiles.
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2007-02-08 Bruce MomjianAdd /contrib/pg_standby:
2007-02-08 Bruce MomjianAdd /contrib/pg_standby:
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-02-07 Peter EisentrautUse memcpy() instead of strncpy() for copying into...
2007-02-01 Neil ConwayFix two more regression tests whose expected outputs...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-26 Neil ConwaySquelch some VC++ compiler warnings. Mark float literal...
2007-01-22 Tom LaneAdjust pgbench so it won't spit up on non-select querie...
2007-01-15 Teodor SigaevFix localization support for multibyte encoding and...
2007-01-14 Alvaro HerreraReplace unnecessary DISABLE_ZLIB define in pgcrypto...
2007-01-10 Bruce MomjianUpdate copyright script to allow spaces around dash.
2007-01-10 Tatsuo IshiiUpdate copyright year
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-03 Tom LaneFix btree_gist for new larger money type.
2006-12-28 Tom LaneAdd a defense to prevent core dumps if 8.2 version...
2006-12-26 Teodor SigaevFix memory reallocation condition
2006-12-26 Tatsuo IshiiCall srandom() instead of srand().
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-21 Teodor SigaevFix convertion for 'PFX flag N num'
2006-12-05 Neil ConwayFix typos in comments and error messages in HStore...
2006-12-04 Teodor SigaevFix core dump of ispell for case of non-successfull...
2006-11-24 Tom LaneMake contrib/isn pass the opr_sanity sanity checks...
2006-11-23 Teodor SigaevFix lowercasing while parse OO dictionary
2006-11-22 Teodor SigaevAvoid infinity calculations in rank_cd
2006-11-21 Teodor SigaevFix type in return value
2006-11-20 Teodor SigaevFix bug http://archives.postgresql.org/pgsql-bugs/2006...
2006-11-10 Neil ConwayMinor code cleanup for pgcrypto: for UDFs declared...
2006-11-08 Neil ConwayFix two typos.
2006-11-08 Teodor SigaevNew README, forgotten when docs was updated
2006-11-06 Tom LaneGet rid of some unnecessary dependencies on DataDir...
next