]> granicus.if.org Git - postgresql/history - contrib
Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison
[postgresql] / contrib /
2005-04-23 Tom LaneTreat a zero-D array as empty in int_enum(), per Andrew...
2005-04-23 Tom Laneint_aggregate's int_enum() doesn't work correctly with...
2005-04-19 Teodor SigaevAdd comment about permissions on pg_ts* tables
2005-04-19 Bruce MomjianThe following patch should allow UPDATE_INTERVAL to...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-03 Tom LanePut back code mistakenly removed from copy of postmaster's
2005-04-01 Neil ConwayRemove pg_buffercache_pages.h -- patch from Mark Kirkwood.
2005-03-31 Teodor Sigaev1 fix various comparing functions
2005-03-31 Neil ConwayFix build error in pg_buffercache on Win32 (native...
2005-03-30 Neil ConwayDocument that the "-P" option to pg_autovacuum is insec...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conway* construct "struct {} list [] = {}" confuses pgindent...
2005-03-21 Neil ConwayRemove support for libmhash/libmcrypt.
2005-03-12 Tom LaneAdjust the API for aggregate function calls so that...
2005-03-12 Neil ConwayAdd pg_buffercache contrib module, from Mark Kirkwood.
2005-03-12 Neil ConwaySome builds (depends on crypto engine support?) of...
2005-03-05 Teodor SigaevPrevent rank change in case of duplicate search terms
2005-03-01 Teodor SigaevSimplify/clean up code for varlena types
2005-02-26 Bruce MomjianAdd routines to dbsize to return the index size and...
2005-02-25 Teodor SigaevFix float8->int64 transformation
2005-02-21 Teodor SigaevSimplify defines
2005-02-21 Teodor SigaevFix memory leak for timestamp(with and w/o tz) and...
2005-01-29 Tom LaneMake sure contrib C functions are marked strict where...
2005-01-27 Tom LaneNow that I look at it, int_array_enum() didn't work...
2005-01-27 Tom LaneFix security and 64-bit issues in contrib/intagg. ...
2005-01-27 Teodor SigaevAdd intset() to README
2005-01-26 Tom LaneAdjust Windows autovacuum service to retry for up to...
2005-01-26 Tom LaneAvoid unnecessary dependence on u_int16_t, per buildfar...
2005-01-26 Neil ConwayThe attached patch implements the soundex difference...
2005-01-25 Teodor Sigaevimprove support of agglutinative languages (query with...
2005-01-25 Teodor SigaevChange
2005-01-24 Neil ConwayFix typo.
2005-01-24 Neil Conwaypg_autovacuum fixes from Dave Page:
2005-01-22 Bruce MomjianUpdate version restriction on xml2.
2005-01-22 Bruce MomjianFix README /contrib/xml2 reference in 8.0 and HEAD.
2005-01-11 Teodor SigaevFixes:
2005-01-09 Tom LaneFix segfault when xpath_list function is applied to...
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
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...
next