]> granicus.if.org Git - postgresql/history - contrib
> The attached patch moves a plperl sanity check into the correct
[postgresql] / contrib /
2005-07-29 Tom LaneRemove contrib version of pg_autovacuum --- superseded...
2005-07-29 Bruce MomjianMove reindexdb from /contrib to /bin.
2005-07-29 Bruce MomjianRemove dbsize mention.
2005-07-29 Bruce MomjianMove dbsize functions into the backend. New functions:
2005-07-24 Tom LanePartial fixes for contrib build on AIX: include -lm...
2005-07-21 Tom LaneFix storage size for btree_gist interval indexes. ...
2005-07-20 Bruce Momjian/contrib/btree_gist adjustments for new 'day' interval...
2005-07-18 Tom Lanepgcrypto documentation update. Marko Kreen
2005-07-18 Tom LaneFortuna fixes. Marko Kreen
2005-07-18 Tom LaneSmall cleanups for pgcrypto. Marko Kreen
2005-07-18 Tom LaneFix C++-style comments, per Rocco Altier.
2005-07-14 Neil ConwayMark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the...
2005-07-12 Tom LaneMore pgcrypto fixes: handle long messages correctly...
2005-07-11 Tom LaneFurther tweaking of Win32-specific random code. Marko...
2005-07-11 Tom LaneI forgot to update win32 code when doing a renaming...
2005-07-11 Tom LaneAvoid bzero/bxopy in favor of more standard library...
2005-07-11 Tom LaneMore pgcrypto fixes: avoid bogus alignment assumptions...
2005-07-11 Tom LaneAdd support for AES cipher with older OpenSSL libraries.
2005-07-10 Bruce Momjian> One more failure:
2005-07-10 Bruce MomjianAdd extra argument for new pg_regexec API.
2005-07-10 Tom LaneSuppress compile warning.
2005-07-10 Bruce MomjianRemove #include <openssl/bn.h> as compile fix.
2005-07-10 Bruce MomjianAs Kris Jurka found out, pgcrypto does not work with
2005-07-10 Bruce MomjianAdd missing pgcrypto files from previous commit.
2005-07-10 Bruce MomjianMajor pgcrypto changes:
2005-07-10 Bruce Momjian- Add Fortuna PRNG to pgcrypto.
2005-07-10 Bruce MomjianThis patch adds implementation of SHA2 to pgcrypto.
2005-07-09 Tom LaneFix inadequate error checking: you can't assume that...
2005-07-08 Neil ConwayThis patch updates the DDL for contrib/pgcrypto to...
2005-07-06 Tom LaneFix incorrect PG_CPPFLAGS initialization, per Marko.
2005-07-05 Tom LaneDept of second thoughts: don't expose rijndael.tbl...
2005-07-05 Tom LaneFix contrib/pgcrypto to autoconfigure for OpenSSL when...
2005-07-05 Tom LaneFix initialization bug in pgcrypto openssl code. Marko...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-07-04 Bruce MomjianBruce, please apply this additional patch, that fixes the
2005-07-03 Bruce MomjianThis patch allows contrib/pgcrypto to build with OpenSS...
2005-07-01 Tom LaneRemove contrib version of rtree_gist --- now in core...
2005-07-01 Teodor SigaevFixes from Janko Richter <jankorichter@yahoo.de>
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-27 Tom LaneRemove the << >> &< and &> operators for contrib/cube...
2005-06-27 Tom LaneAdjust contrib/seg &< and &> operators so that r-tree...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-24 Tom LaneExtend r-tree operator classes to handle Y-direction...
2005-06-24 Tom LaneFix rtree and contrib/rtree_gist search behavior for...
2005-06-23 Tom LaneMove findoidjoins out of contrib and into src/tools...
2005-06-23 Tom LaneCleanup the contrib/lo module: there is no need anymore...
2005-06-22 Tom LaneRemove contrib modules that have been agreed to be...
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...
next