aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane2005-06-27
* Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane2005-06-27
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane2005-06-24
* Fix rtree and contrib/rtree_gist search behavior for the 1-D box andTom Lane2005-06-24
* Move findoidjoins out of contrib and into src/tools, which is a moreTom Lane2005-06-23
* Cleanup the contrib/lo module: there is no need anymore to implementTom Lane2005-06-23
* Remove contrib modules that have been agreed to be obsolete.Tom Lane2005-06-22
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-21
* Fix bogus assumption that sizeof() produces an int-sized result.Tom Lane2005-06-20
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-19
* Fix display of database name during autovacuum.Bruce Momjian2005-06-15
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-14
* Prevent to divide by zero and range out of 0..1Teodor Sigaev2005-06-01
* Change relblocknumber field of pg_buffercache view from numeric to int8Tom Lane2005-05-31
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-30
* Improve LockAcquire API per my recent proposal. All error conditionsTom Lane2005-05-29
* Modify hash_search() API to prevent future occurrences of the errorTom Lane2005-05-29
* Clean up bogus checking of date and numeric fields in DBF files,Tom Lane2005-05-27
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-27
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-25
* Correct a thinko in pgbench that might result in incorrectly ignoring anNeil Conway2005-05-24
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-21
* Factor out lock cleanup code that is needed in several places in lock.c.Tom Lane2005-05-19
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-17
* Add a --dbname option to the pg_regress script, and use pl_regressionTom Lane2005-05-17
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-17
* Fix typo in comment.Neil Conway2005-05-16
* This patch makes some minor style cleanups to contrib/btree_gist: removeNeil Conway2005-05-12
* a small tweak to enable display in the log fileBruce Momjian2005-05-11
* Fix pg_autovacuum -s flag to handle values > 2000 by using sleep()Bruce Momjian2005-05-11
* Tag 1000000L as long for compuation.Bruce Momjian2005-05-11
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Change tsearch2 to not use the unsafe practice of creating functionsTom Lane2005-05-03
* Fix typos in documentation.Neil Conway2005-05-03
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-29
* Fix btree_gist to handle timetz zone correctly per recent changes.Tom Lane2005-04-25
* Treat a zero-D array as empty in int_enum(), per Andrew@supernews.Tom Lane2005-04-23
* int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane2005-04-23
* Add comment about permissions on pg_ts* tablesTeodor Sigaev2005-04-19
* The following patch should allow UPDATE_INTERVAL to be specified on theBruce Momjian2005-04-19
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Put back code mistakenly removed from copy of postmaster'sTom Lane2005-04-03
* Remove pg_buffercache_pages.h -- patch from Mark Kirkwood.Neil Conway2005-04-01
* 1 fix various comparing functionsTeodor Sigaev2005-03-31
* Fix build error in pg_buffercache on Win32 (native and cygwin). FromNeil Conway2005-03-31
* Document that the "-P" option to pg_autovacuum is insecure on manyNeil Conway2005-03-30
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-29
* Have libpgport link before libpq so that PG client applications are moreBruce Momjian2005-03-25
* pgcrypto update:Neil Conway2005-03-21