summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-141-3/+3
* Prevent to divide by zero and range out of 0..1Teodor Sigaev2005-06-011-4/+7
* Change relblocknumber field of pg_buffercache view from numeric to int8Tom Lane2005-05-313-7/+7
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-309-205/+277
* Improve LockAcquire API per my recent proposal. All error conditionsTom Lane2005-05-291-2/+2
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-292-9/+0
* Clean up bogus checking of date and numeric fields in DBF files,Tom Lane2005-05-271-38/+15
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-273-7/+5
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-2518-124/+124
* Correct a thinko in pgbench that might result in incorrectly ignoring anNeil Conway2005-05-241-2/+2
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-2116-174/+18
* Factor out lock cleanup code that is needed in several places in lock.c.Tom Lane2005-05-191-1/+3
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-171-3/+3
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-173-17/+18
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-171-0/+1
* Fix typo in comment.Neil Conway2005-05-161-1/+1
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-127-24/+23
* a small tweak to enable display in the log fileBruce Momjian2005-05-111-3/+3
* Fix pg_autovacuum -s flag to handle values > 2000 by using sleep()Bruce Momjian2005-05-111-2/+11
* Tag 1000000L as long for compuation.Bruce Momjian2005-05-111-2/+2
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-0610-46/+23
* Change tsearch2 to not use the unsafe practice of creating functionsTom Lane2005-05-033-16/+16
* Fix typos in documentation.Neil Conway2005-05-031-5/+5
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-293-41/+26
* Fix btree_gist to handle timetz zone correctly per recent changes.Tom Lane2005-04-251-3/+16
* Treat a zero-D array as empty in int_enum(), per Andrew@supernews.Tom Lane2005-04-231-2/+3
* int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane2005-04-231-0/+3
* Add comment about permissions on pg_ts* tablesTeodor Sigaev2005-04-191-0/+1
* The following patch should allow UPDATE_INTERVAL to be specified on theBruce Momjian2005-04-193-6/+18
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-143-5/+2
* Put back code mistakenly removed from copy of postmaster'sTom Lane2005-04-031-5/+12
* Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.Neil Conway2005-04-012-20/+3
* 1 fix various comparing functionsTeodor Sigaev2005-03-316-10/+35
* Fix build error in pg_buffercache on Win32 (native and cygwin). FromNeil Conway2005-03-311-1/+6
* Document that the "-P" option to pg_autovacuum is insecure on manyNeil Conway2005-03-301-5/+8
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-292-35/+28
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-257-13/+13
* pgcrypto update:Neil Conway2005-03-2113-1/+418
* pgcrypto update:Neil Conway2005-03-214-16/+48
* pgcrypto update:Neil Conway2005-03-212-4/+235
* pgcrypto update:Neil Conway2005-03-219-66/+122
* * construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway2005-03-217-148/+74
* Remove support for libmhash/libmcrypt.Neil Conway2005-03-213-375/+2
* Adjust the API for aggregate function calls so that a C-coded functionTom Lane2005-03-122-55/+73
* Add pg_buffercache contrib module, from Mark Kirkwood.Neil Conway2005-03-127-1/+409
* Some builds (depends on crypto engine support?) of OpenSSLNeil Conway2005-03-121-1/+8
* Prevent rank change in case of duplicate search termsTeodor Sigaev2005-03-051-18/+74
* Simplify/clean up code for varlena typesTeodor Sigaev2005-03-016-161/+58
* Add routines to dbsize to return the index size and total relation size.Bruce Momjian2005-02-262-28/+201
* Fix float8->int64 transformationTeodor Sigaev2005-02-251-5/+0