summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Rewrite pg_freespacemap to match the new FSM implementation. I missed theseHeikki Linnakangas2008-09-304-369/+25
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-305-40/+102
* Fix dblink_connect() so that it verifies that a password is supplied in theTom Lane2008-09-221-2/+47
* Add a duration option to pgbench, so that test length can be specified in sec...Tom Lane2008-09-111-9/+109
* Add some additional casts and regression tests for the citext data type.Tom Lane2008-09-055-91/+3981
* Prevent memory leaks in our various bison parsers when an error occursTom Lane2008-09-022-1/+23
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-015-0/+216
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-294-26/+12
* Add %option noinput to contrib's flex scanners, to suppress gcc 4.3Tom Lane2008-08-252-1/+3
* Minor patch on pgbenchBruce Momjian2008-08-221-4/+6
* pg_buffercache needs to be taught about relation forks, as Greg StarkHeikki Linnakangas2008-08-142-10/+17
* Allow I/O conversion casts to be applied to or from any type that is a memberTom Lane2008-07-302-13/+16
* Adjust citext to make use of the new ability to declare its type category:Tom Lane2008-07-302-39/+6
* Add a new, improved version of citext as a contrib module.Tom Lane2008-07-298-1/+2291
* Add caching of query to GIN/GiST consistent function.Teodor Sigaev2008-07-112-6/+48
* Fix WAL file cutoff point calculation in pg_standby.Heikki Linnakangas2008-07-081-2/+2
* When an ERROR happens on a dblink remote connection, takeJoe Conway2008-07-032-94/+95
* ltree support for multibyte encodings. Patch was made byTeodor Sigaev2008-06-305-87/+136
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-195-7/+10
* Improve error reporting for problems in text search configuration filesTom Lane2008-06-181-6/+5
* Fix some bugs introduced by the 8.2-era conversion of cube functions to V1Tom Lane2008-05-291-119/+84
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-1751-5/+158
* Suppress compiler warning induced by recent header file refactoring.Tom Lane2008-05-161-1/+2
* Update contrib for tsearch changes.Tom Lane2008-05-163-11/+11
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-1228-62/+111
* Give a warning if -s switch is used with a non-custom pgbench test.Tom Lane2008-05-091-32/+21
* Fix incorrect archive truncation point calculation in the %r recovery_commandHeikki Linnakangas2008-05-091-1/+14
* Fix contrib/xml2 makefile to not override CFLAGS, and in passing make itTom Lane2008-05-083-11/+5
* Use new cstring/text conversion functions in some additional places.Tom Lane2008-05-043-37/+10
* Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL,Tom Lane2008-04-211-14/+56
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-214-62/+122
* Convert earthdistance's only C function to v1 call convention,Tom Lane2008-04-201-12/+15
* seg_size() has to be V1 calling convention, too.Tom Lane2008-04-191-9/+6
* Change the float4-returning functions in contrib/seg to fmgr v1 callingAlvaro Herrera2008-04-181-23/+34
* Fix typo.Tom Lane2008-04-181-2/+2
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-189-35/+335
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-1443-209/+389
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-111-9/+6
* Improve hash_any() to use word-wide fetches when hashing suitably alignedTom Lane2008-04-062-6/+22
* Make dblink_current_query() reference pg_catalog.current_query(), per Tom.Bruce Momjian2008-04-051-2/+2
* Re-add dblink_current_query() for backward compatibility.Bruce Momjian2008-04-052-2/+9
* Remove unneed #include now that current_query() has moved to the backend.Bruce Momjian2008-04-041-2/+1
* Implement current_query(), that shows the currently executing query.Bruce Momjian2008-04-046-39/+4
* Add a variant of the Levenshtein string-distance function that lets the userTom Lane2008-04-034-296/+226
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-263-5/+8
* Fix core dump in contrib/xml2's xpath_table() when the input query returnsTom Lane2008-03-261-7/+10
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-2521-391/+223
* Adjust pgstatindex() to give correct answers for indexes larger thanTom Lane2008-03-212-68/+59
* Add -M (query mode) option per ITAGAKI TakahiroTatsuo Ishii2008-03-191-63/+238
* Fix tps calculation when -C supplied. Per Yoshiyuki Asaba.Tatsuo Ishii2008-03-191-31/+80