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