]> granicus.if.org Git - postgresql/history - contrib
Correct some code in pg_restore when reading the header of a tar archive:
[postgresql] / contrib /
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-20 Tom LaneFix bogus assumption that sizeof() produces an int...
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-06-15 Bruce MomjianFix display of database name during autovacuum.
2005-06-14 Tom LaneSimplify shared-memory lock data structures as per...
2005-06-01 Teodor SigaevPrevent to divide by zero and range out of 0..1
2005-05-31 Tom LaneChange relblocknumber field of pg_buffercache view...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-29 Tom LaneImprove LockAcquire API per my recent proposal. All...
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-27 Tom LaneClean up bogus checking of date and numeric fields...
2005-05-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-24 Neil ConwayCorrect a thinko in pgbench that might result in incorr...
2005-05-21 Neil ConwayCleanup of GiST extensions in contrib/: now that we...
2005-05-19 Tom LaneFactor out lock cleanup code that is needed in several...
2005-05-17 Tom LaneExtend the pg_locks system view so that it can fully...
2005-05-17 Tom LaneAdd a --dbname option to the pg_regress script, and...
2005-05-17 Neil ConwayCleanup GiST header files. Since GiST extensions are...
2005-05-16 Neil ConwayFix typo in comment.
2005-05-12 Neil ConwayThis patch makes some minor style cleanups to contrib...
2005-05-11 Bruce Momjiana small tweak to enable display in the log file
2005-05-11 Bruce MomjianFix pg_autovacuum -s flag to handle values > 2000 by...
2005-05-11 Bruce MomjianTag 1000000L as long for compuation.
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-03 Tom LaneChange tsearch2 to not use the unsafe practice of creat...
2005-05-03 Neil ConwayFix typos in documentation.
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-04-25 Tom LaneFix btree_gist to handle timetz zone correctly per...
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...
next