]> granicus.if.org Git - postgresql/history - contrib
Translation updates
[postgresql] / contrib /
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-30 Tom LaneTriggers should return TRIGGER not OPAQUE. Looks like...
2004-12-14 Tom LaneIn 'make installcheck' for contrib/, insert 'sleep...
2004-12-02 Bruce Momjian> > 8.0beta3 has pg_autovacuum included, when I want...
2004-12-02 Bruce MomjianAttached is a patch that adds the function xml_encode_s...
2004-12-02 Bruce MomjianPrevent pg_autovacuum -D from needing an argument.
2004-12-02 Neil ConwayFix a potential free() of string literal in oid2name...
2004-11-28 Tom LaneMake pg_dumplo schema-aware. Karel Zak
2004-11-27 Tom LaneFix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spott...
2004-11-27 Tom LaneThis adds mention of my latest tweak to the tsearch2...
2004-11-23 Neil ConwayPrevent pgcrypto from successfully compiling if no...
2004-11-17 Tom LaneRename vacuum_cost_limit switch from -N to -l to avoid...
2004-11-17 Tom LaneMiscellaneous Cygwin build fixes from Reini Urban.
2004-11-17 Tom LaneAdd options to pg_autovacuum to support setting the...
2004-11-12 Tom LaneRemove now-redundant description of Postgres file layou...
2004-11-09 Neil ConwayThis patch makes some cleanups to contrib/ to silence...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-11-04 Neil ConwayFix build break, per report from Kris Jurka. Rename...
2004-11-04 Neil ConwayContrib build fixes:
2004-11-04 Bruce MomjianHonor TMPDIR.
2004-11-03 Bruce MomjianMove trap to after the directory is created.
2004-11-03 Bruce MomjianCreate temporary files securely.
2004-11-01 Neil ConwayTrivial fixes for English grammar in contrib/btree_gist...
2004-10-28 Tom LaneThis makes dblink pass its installcheck test on platfor...
2004-10-25 Tom LaneFix some more 'old-style parameter declaration' warnings.
2004-10-25 Tom LaneFix a bunch of 'old-style parameter declaration' warnin...
2004-10-25 Neil ConwayModify hash_create() to elog(ERROR) if an error occurs...
2004-10-24 Tom LaneAdd comparison file for exp-three-digits formatting.
2004-10-24 Tom LaneAdd comparison file for exp-three-digits formatting.
2004-10-24 Tom LaneReplace ad-hoc atof() code with call to float4in, per...
2004-10-21 Tom LaneAvoid macro-redefinition warnings on Windows, per Andre...
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-10-20 Tom LaneUse temp files in current directory, not /tmp, to reduc...
2004-10-17 Tom LaneMake the standard stopword files be sought relative...
2004-10-16 Tom LaneInclude dllist.c directly instead of assuming that...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-10-13 Neil ConwayCleanup some unnecessary void * casts when using pfree...
2004-10-12 Tom LaneUpdate reference to pgsql-server.
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-10-05 Neil ConwayPickup fix from upstream OpenBSD sources: mark a read...
2004-10-04 Tom LaneRefer to ll_to_earth() function by its actual name.
2004-10-01 Tom LaneAdjust postmaster to recognize that a lockfile containi...
2004-10-01 Tom LaneRemove DROPs from contrib object creation scripts,...
2004-09-30 Tom LaneAdd variant regression file to handle machines that...
2004-09-28 Tom LaneCode review for recent dbsize changes. Fix some thinko...
2004-09-28 Tom LaneRemove duplicate PQclear(res) operations leading to...
2004-09-17 Tom LaneHere is a patch bringing oid2name into the 21st century.
2004-09-16 Tom LaneRemove contrib/pg_logger, per recent discussion.
2004-09-14 Tom LaneFix contrib/cube and contrib/seg to compile on Windows.
2004-09-14 Tom LaneFix some minor issues with the new Win32 service code...
2004-09-14 Tom LaneAdjust tsearch2.sql to avoid use of COPY FROM STDIN...
2004-09-14 Tom LaneWin32 compile fix for misc_utils.
2004-09-14 Tom LaneWin32 compile fixes for pgbench, pgcrypto, and tsearch.
2004-09-14 Tom LaneFix contrib/dbase to compile under Win32. Laurent...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-10 Neil ConwayFix two typos in comments.
2004-09-10 Neil ConwayApply patch from Steven Singer for contrib/dbmirror...
2004-09-08 Bruce MomjianImprove README with mention of new functions.
2004-09-02 Tom LaneFix ancient declaration inconsistency in cube & seg...
2004-09-02 Bruce MomjianRemove line specifying Andreas as author.
2004-09-02 Bruce MomjianThe current implementation of dbsize doesn't handle...
2004-08-30 Bruce MomjianAdd Win32 service capability to pg_autovacuum.
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Tom LaneReplace bcopy by memmove for more portability.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneRemove contrib/rserv, since there are better replicatio...
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-21 Tom LaneRecent tightening of allowed array-literal syntax broke...
2004-08-21 Tom LaneWhack btree_gist code around until it has some small...
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-08-20 Bruce MomjianI notice that contrib/fuzzystrmatch/dmetaphone.c doesn...
2004-08-12 Bruce Momjiandbsize modification to support tablespaces
2004-08-11 Joe ConwayHashed crosstab was dying with an SPI_finish error...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-04 Tom LaneUpdate oidjoins regression test to match current catalo...
2004-07-30 Peter EisentrautPostgreSQL extension makefile framework ("pgxs"), by...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-15 Bruce MomjianProperly order mysql links.
2004-07-12 Peter EisentrautMake installation instructions match reality.
2004-07-11 Bruce MomjianUpdate URL's for mysql conversion tools.
2004-07-04 Tom LaneFix misspellings: langauge -> language.
2004-07-02 Joe ConwayAttached is a 1 line bug fix for dbmirror that was...
2004-07-01 Joe ConwayAdd double metaphone code from Andrew Dunstan. Also...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-28 Teodor Sigaev1 Eliminate duplicate field HLWORD->skip
2004-06-23 Teodor SigaevPrevious commit wasnt full...
2004-06-23 Teodor Sigaev1 Fix affixes with void replacement (AFAIK, it's only...
2004-06-23 Teodor SigaevFix stupid bug in installcheck
2004-06-14 Tatsuo IshiiAdd missing PQclear().
2004-06-12 Tom LaneNow needs to include <ctype.h>.
2004-06-07 Teodor SigaevRemove asymetrical word processing in query and text
2004-06-03 Teodor Sigaev- Add aligment of variable data types
2004-06-01 Teodor SigaevFix silly bug
2004-06-01 Tom LaneList pg_trgm in contrib Makefile and README.
2004-05-31 Teodor Sigaevtrgm - Trigram matching for PostgreSQL
2004-05-31 Teodor Sigaev1 add namespaces as Tom suggest http://www.pgsql.ru...
2004-05-31 Teodor SigaevFix memory leak with pg_regexec
next