summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-07-16Fix pg_buffercache to release buffer partition locks in reverse order,Tom Lane
2007-07-16Quote pathnames so pg_standby works with paths that haveMagnus Hagander
2007-07-15Get rid of overly cute, unportable, probably not very efficient substituteTom Lane
2007-07-15Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producingTom Lane
2007-07-15Fix a passel of signed vs unsigned char warnings.Tom Lane
2007-07-15Silence a rather odd compiler warning. In passing, make this file'sTom Lane
2007-07-15Avoid possibly-unportable initializer, per buildfarm warning.Tom Lane
2007-07-15Change a couple of exit(0) to return 0 to suppress complaints fromTom Lane
2007-07-15Silence Solaris compiler warnings, per buildfarm.Tom Lane
2007-07-15Silence Solaris compiler warning, per buildfarm.Tom Lane
2007-07-15Fix compile warning on Solaris, per buildfarm. (Why have we gotTom Lane
2007-07-15Fix possible portability problem, per buildfarm warnings.Tom Lane
2007-07-15Fix unportable use of isspace(), per buildfarm results.Tom Lane
2007-07-12Simplify overly-cute array coding to avoid an apparent gcc bug, whichTom Lane
2007-07-08Restrict non-superusers to password authenticated connectionsJoe Conway
2007-07-06Changed new \usleep command into \sleep with an optional time unitJan Wieck
2007-07-06Added a new scripting meta commandJan Wieck
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-06-07The functions bt_metap, bt_page_stats and bt_page_items had movedMagnus Hagander
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-06-01Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane
2007-05-31Make some messages more consistentPeter Eisentraut
2007-05-30Add standard error redirection for OS/X & darwin startup script.Bruce Momjian
2007-05-30Update /contrib OS/X startup files, and move to a separate OS/XBruce Momjian
2007-05-24Avoid assuming that the fields of struct timeval have exactly type long.Tom Lane
2007-05-24Add deprecation notice about planned removal in 8.4 and advice to try usingPeter Eisentraut
2007-05-22Remove unsupported -u option from pg_standby example usage.Alvaro Herrera
2007-05-17Add CVS comment for recent commit:Bruce Momjian
2007-05-17Add database page inspection /contrib module.Bruce Momjian
2007-05-15Remove directory qualification in <ossp/uuid.h> because it's not always insta...Andrew Dunstan
2007-05-03Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane
2007-04-22Make some functions immutable.Peter Eisentraut
2007-04-22Fix typoPeter Eisentraut
2007-04-21Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut
2007-04-15Add --with-libxslt configure optionAndrew Dunstan
2007-04-14revert change to build xml2 until a better fix is foundAndrew Dunstan
2007-04-13Enable building contrib/xml2 if configured using --with-libxml.Andrew Dunstan
2007-04-08Add -F option to set fillfactor for tellers, accounts and branches.Tatsuo Ishii
2007-04-07Add the usage count statistics to the information available inBruce Momjian
2007-04-06Enhance pgbench -l option to add timestamp. Patch contributed by GregTatsuo Ishii
2007-04-06Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro.Tatsuo Ishii
2007-04-06Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-04-02Fix caching of unsuccessful initialization of parser or configuration.Teodor Sigaev
2007-03-28Replace 4-clause licensed blf.[ch] with blowfish implementationNeil Conway
2007-03-28Fix uninitialized-variable bug.Tom Lane
2007-03-26Add checking of end of line in parsing stopword list. Thanks to sharp eyes of...Teodor Sigaev
2007-03-26Fix stopword and synonym files parsing bug in MSVC build, per report fromTeodor Sigaev
2007-03-25Clean up the representation of special snapshots by including a "methodTom Lane
2007-03-22Fix parser bug on Windows with UTF8 encoding and C locale, the reason wasTeodor Sigaev