]> granicus.if.org Git - postgresql/history - contrib
Add pg_typeof() function.
[postgresql] / contrib /
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-10-14 Tom LaneUpdate citext expected output for recent change in...
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
2008-10-02 Heikki LinnakangasMake the blkno arguments bigints instead of int4s....
2008-09-30 Heikki LinnakangasRewrite pg_freespacemap to match the new FSM implementa...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-22 Tom LaneFix dblink_connect() so that it verifies that a passwor...
2008-09-11 Tom LaneAdd a duration option to pgbench, so that test length...
2008-09-05 Tom LaneAdd some additional casts and regression tests for...
2008-09-02 Tom LanePrevent memory leaks in our various bison parsers when...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-25 Tom LaneAdd %option noinput to contrib's flex scanners, to...
2008-08-22 Bruce MomjianMinor patch on pgbench
2008-08-14 Heikki Linnakangaspg_buffercache needs to be taught about relation forks...
2008-07-30 Tom LaneAllow I/O conversion casts to be applied to or from...
2008-07-30 Tom LaneAdjust citext to make use of the new ability to declare...
2008-07-29 Tom LaneAdd a new, improved version of citext as a contrib...
2008-07-11 Teodor SigaevAdd caching of query to GIN/GiST consistent function.
2008-07-08 Heikki LinnakangasFix WAL file cutoff point calculation in pg_standby.
2008-07-03 Joe ConwayWhen an ERROR happens on a dblink remote connection...
2008-06-30 Teodor Sigaevltree support for multibyte encodings. Patch was made by
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-18 Tom LaneImprove error reporting for problems in text search...
2008-05-29 Tom LaneFix some bugs introduced by the 8.2-era conversion...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-16 Tom LaneSuppress compiler warning induced by recent header...
2008-05-16 Tom LaneUpdate contrib for tsearch changes.
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneGive a warning if -s switch is used with a non-custom...
2008-05-09 Heikki LinnakangasFix incorrect archive truncation point calculation...
2008-05-08 Tom LaneFix contrib/xml2 makefile to not override CFLAGS, and...
2008-05-04 Tom LaneUse new cstring/text conversion functions in some addit...
2008-04-21 Tom LaneMake earthdistance use version-0 calling convention...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-20 Tom LaneConvert earthdistance's only C function to v1 call...
2008-04-19 Tom Laneseg_size() has to be V1 calling convention, too.
2008-04-18 Alvaro HerreraChange the float4-returning functions in contrib/seg...
2008-04-18 Tom LaneFix typo.
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-11 Tom LaneFix several datatype input functions that were allowing...
2008-04-06 Tom LaneImprove hash_any() to use word-wide fetches when hashin...
2008-04-05 Bruce MomjianMake dblink_current_query() reference pg_catalog.curren...
2008-04-05 Bruce MomjianRe-add dblink_current_query() for backward compatibility.
2008-04-04 Bruce MomjianRemove unneed #include now that current_query() has...
2008-04-04 Bruce MomjianImplement current_query(), that shows the currently...
2008-04-03 Tom LaneAdd a variant of the Levenshtein string-distance functi...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-26 Tom LaneFix core dump in contrib/xml2's xpath_table() when...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-21 Tom LaneAdjust pgstatindex() to give correct answers for indexe...
2008-03-19 Tatsuo IshiiAdd -M (query mode) option per ITAGAKI Takahiro
2008-03-19 Tatsuo IshiiFix tps calculation when -C supplied. Per Yoshiyuki...
2008-03-12 Tom LaneAdd a comment explaining one of the ways that pgbench...
2008-03-10 Tom LaneFix pgbench's getrand() function so that min and max...
2008-03-09 Tom LaneChange patternsel() so that instead of switching from...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-16 Tom LaneRemove inappropriate cd commands, per David Wheeler...
2008-01-14 Tom LaneFix pgstat_heap() to not be broken by syncscans startin...
2008-01-14 Tom LaneUse an indexscan not a heapscan to search pg_index...
2008-01-03 Tom LaneThe original patch to disallow non-passworded connectio...
2008-01-01 Tom LaneFix some missed copyright updates.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-31 Alvaro HerreraAdd missing return code checks in the uuid-ossp contrib...
2007-12-11 Tom LaneMake documentation of -W options more accurate and...
2007-12-11 Tom LaneRemove the -P options of oid2name and pgbench, as they...
2007-12-11 Tom LaneMake vacuumlo prompt for password when needed, thus...
2007-12-09 Tom LaneFix completely-bogus volatility markings on pg_trgm...
2007-12-07 Tom LaneClean up a couple of problems in crosstab_hash's use...
2007-12-04 Tom LaneCorrect misattribution of earthdistance module ---...
2007-12-03 Tom LaneRemove contrib/spi/preprocessor, which has been uninter...
2007-12-03 Tom LaneRemove obsoleted README files.
2007-12-02 Tom LaneRemove README files now migrated to SGML docs.
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-28 Tom LaneAdjust the names of a couple of tsearch index support...
2007-11-20 Andrew DunstanAdjust contrib/tsearch2 regression results to use XML...
2007-11-16 Bruce MomjianRun pgindent on remaining files now that LOOPBYTE is...
2007-11-16 Tom LaneAdd snb_ru_init(internal) to list of stub functions...
2007-11-16 Bruce MomjianModify LOOPBYTE/LOOPBIT macros to be more logical;...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Tom LaneResurrect the code for the rewrite(ARRAY[...]) aggregat...
2007-11-13 Tom LaneOoops, missed one file to remove.
2007-11-13 Tom LaneUpdate description of contrib/tsearch2.
2007-11-13 Tom LaneRe-add contrib/tsearch2 to the set of buildable contrib...
2007-11-13 Tom LaneReplace the now-incompatible-with-core contrib/tsearch2...
2007-11-13 Tom LaneFix a few contrib regression test scripts that hadn...
2007-11-13 Bruce MomjianAdjust expected file for new CVS version label.
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-13 Tom LaneFix more script breakage.
2007-11-13 Tom LaneFix insufficient search-path paranoia in SQL function...
2007-11-13 Bruce MomjianAdjust script to be consistent (thanks Tom for the...
2007-11-13 Tom LaneUndo damage from yesterday's script "cleanup".
2007-11-13 Tom LaneI find that an out-of-the-box installation of OSSP...
2007-11-11 Bruce MomjianRemove /contrib/dblink/doc directory, now in SGML.
2007-11-11 Bruce MomjianAdjust pg_trgm expected output for new *.sql file.
next