summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Restrict non-superusers to password authenticated connectionsJoe Conway2007-07-083-2/+83
* Changed new \usleep command into \sleep with an optional time unitJan Wieck2007-07-062-10/+32
* Added a new scripting meta commandJan Wieck2007-07-062-6/+107
* Fix PGXS conventions so that extensions can be built against PostgresTom Lane2007-06-2634-67/+99
* The functions bt_metap, bt_page_stats and bt_page_items had movedMagnus Hagander2007-06-071-48/+1
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-0511-213/+8
* Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane2007-06-011-5/+2
* Make some messages more consistentPeter Eisentraut2007-05-311-2/+2
* Add standard error redirection for OS/X & darwin startup script.Bruce Momjian2007-05-301-2/+2
* Update /contrib OS/X startup files, and move to a separate OS/XBruce Momjian2007-05-304-5/+21
* Avoid assuming that the fields of struct timeval have exactly type long.Tom Lane2007-05-241-2/+3
* Add deprecation notice about planned removal in 8.4 and advice to try usingPeter Eisentraut2007-05-241-0/+13
* Remove unsupported -u option from pg_standby example usage.Alvaro Herrera2007-05-221-1/+1
* Add CVS comment for recent commit:Bruce Momjian2007-05-171-1/+1
* Add database page inspection /contrib module.Bruce Momjian2007-05-1713-589/+1187
* Remove directory qualification in <ossp/uuid.h> because it's not always insta...Andrew Dunstan2007-05-151-2/+2
* Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane2007-05-031-2/+2
* Make some functions immutable.Peter Eisentraut2007-04-221-4/+4
* Fix typoPeter Eisentraut2007-04-221-1/+1
* Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut2007-04-217-1/+353
* Add --with-libxslt configure optionAndrew Dunstan2007-04-151-2/+8
* revert change to build xml2 until a better fix is foundAndrew Dunstan2007-04-141-6/+2
* Enable building contrib/xml2 if configured using --with-libxml.Andrew Dunstan2007-04-131-2/+5
* Add -F option to set fillfactor for tellers, accounts and branches.Tatsuo Ishii2007-04-083-11/+52
* Add the usage count statistics to the information available inBruce Momjian2007-04-073-14/+23
* Enhance pgbench -l option to add timestamp. Patch contributed by GregTatsuo Ishii2007-04-063-9/+52
* Various pgbench enhancements. Patch contributed by ITAGAKI Takahiro.Tatsuo Ishii2007-04-063-254/+75
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-066-99/+35
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-065-9/+52
* Fix caching of unsuccessful initialization of parser or configuration.Teodor Sigaev2007-04-022-2/+2
* Replace 4-clause licensed blf.[ch] with blowfish implementationNeil Conway2007-03-284-706/+477
* Fix uninitialized-variable bug.Tom Lane2007-03-281-2/+3
* Add checking of end of line in parsing stopword list. Thanks to sharp eyes of...Teodor Sigaev2007-03-261-1/+1
* Fix stopword and synonym files parsing bug in MSVC build, per report fromTeodor Sigaev2007-03-262-8/+9
* Clean up the representation of special snapshots by including a "methodTom Lane2007-03-251-3/+3
* Fix parser bug on Windows with UTF8 encoding and C locale, the reason wasTeodor Sigaev2007-03-221-2/+2
* Fix uninitialized value in pgstatindex leading to invalid values beingAlvaro Herrera2007-03-161-11/+6
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-152-7/+7
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-1411-59/+355
* Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev2007-03-148-5/+1256
* Set stderr to unbuffered for pgbench on win32.Magnus Hagander2007-03-131-1/+6
* Athough cube is a varlena type, nowhere was a detoasting of cube's value, soTeodor Sigaev2007-03-072-113/+166
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-031-10/+11
* Add logging to /contrib/pg_standby if -k couldn't clean up the log file.Bruce Momjian2007-03-031-3/+8
* Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane2007-02-2824-147/+152
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-2728-172/+153
* Update /contrib/fuzzystrmatch error message to mention bytes, not justBruce Momjian2007-02-131-4/+4
* Fix backend crash in parsing incorrect tsquery.Teodor Sigaev2007-02-121-0/+2
* Fix pg_standby to build on msvc.Magnus Hagander2007-02-101-1/+0
* Remove useless CPPFLAGS.Peter Eisentraut2007-02-094-13/+4