summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2005-12-09Simplify lock manager data structures by making a clear separation betweenTom Lane
2005-12-08I recently received the Debian bug report below about missing iconvBruce Momjian
2005-12-08Improve tag recognizingTeodor Sigaev
2005-12-07Fix small memory leakTeodor Sigaev
2005-12-07Improve word parser.Teodor Sigaev
2005-12-06Fix stupid bug with sizeofTeodor Sigaev
2005-12-05Improve word parser.Teodor Sigaev
2005-11-23Having blank lines in -f scripts was causing silent failures.Tatsuo Ishii
2005-11-23Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-22Fixes motivated by snake and spoonbill pgbuildfarm membersTeodor Sigaev
2005-11-21remove forgotten // commentsTeodor Sigaev
2005-11-21Text parser rewritten:Teodor Sigaev
2005-11-19Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane
2005-11-19Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'dTom Lane
2005-11-18Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-11-16Fix comment on -v optionTatsuo Ishii
2005-11-14Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE insteadTeodor Sigaev
2005-11-14Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also us...Teodor Sigaev
2005-11-14fix returning valueTeodor Sigaev
2005-11-09Fix rwrite(ARRAY) on 64-bit boxes:Teodor Sigaev
2005-11-08New features for tsearch2:Teodor Sigaev
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-11-03Fix incorrect header size macrosTeodor Sigaev
2005-11-03pgcrypto documentation polishing from Marko Kreen, and a small amountTom Lane
2005-10-31Add sanity check of queryTeodor Sigaev
2005-10-29Fix some allocation size calculation errors that would cause pgbenchTom Lane
2005-10-281 Fix problem with lost precision in rank with OR-ed lexemesTeodor Sigaev
2005-10-18When a cursor is opened using dblink_open, only start a transactionJoe Conway
2005-10-18Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane
2005-10-15Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane
2005-10-15Fix bogus error test in get_ti_Oid().Tom Lane
2005-10-15Fix unportable struct initializations.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-10-13Mark xslt_process() as volatile.Bruce Momjian
2005-10-13Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.Bruce Momjian
2005-10-13Fix capitalization of example.Bruce Momjian
2005-10-12Do all accesses to shared buffer headers through volatile-qualifiedTom Lane
2005-10-09Fix (hopefully for the last time) problems with datetime values displayingTom Lane
2005-10-08Remove unnecessary ABORT commands in dblink regression tests.Bruce Momjian
2005-10-08Cosmetic improvements to dblink.Bruce Momjian
2005-10-08Cosmetic changes to dblink.Bruce Momjian
2005-10-08Cosmetic changes to dblink.Bruce Momjian
2005-10-07(Apologies for fat-fingering cvs commit command...) Should have read:Tom Lane
2005-10-07gniTom Lane
2005-10-06Minor dbf2pg fixes from Martin Pitt: check for failure when issuingTom Lane
2005-10-04Fix compile errorTeodor Sigaev
2005-10-04Oops. Partially saved file was committed.Tatsuo Ishii
2005-10-04Allow multiple -f options.Tatsuo Ishii