summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2002-09-05Commenting out doesn't work, so move the broken modules out of the list.Peter Eisentraut
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-05Remove include of libpq-int.h --- dblink.c should not be (and was not)Tom Lane
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04Fix compile warning.Peter Eisentraut
2002-09-04Disable findoidjoins while it doesn't compile.Peter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-09-04Refrect changes made by Tom LaneTatsuo Ishii
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-03Clean out cruft left by nonstandard test procedure.Tom Lane
2002-09-03last-minute CreateTemplateTupleDesc fixes.Tom Lane
2002-09-02Add missing dblink files.Bruce Momjian
2002-09-02Fixes for intagg regression tests to match new array internal handling.Bruce Momjian
2002-09-02In case Florian and I don't finish his changes to this contrib beforeBruce Momjian
2002-09-02Attached is a fairly sizeable update to contrib/dblink. I'd love to getBruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-09-02Attached is an update to contrib/tablefunc. It introduces a newBruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-30intagg subdirectory was missing.Tom Lane
2002-08-30PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane
2002-08-29Add cube changes file.Bruce Momjian
2002-08-29The changes I have made are described in CHANGES. This was based onBruce Momjian
2002-08-29Make pg_resetxlog options parsing more standard and prepare messages forPeter Eisentraut
2002-08-29please apply small patch for README.tsearch.Bruce Momjian
2002-08-29Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane
2002-08-29chkpass_rout returns text so change PG_RETURN_CSTRING to PG_RETURN_TEXT_P.D'Arcy J.M. Cain
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-28Improve description of tablefunc.Tom Lane
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-23Adapt for SRF(Set Returning Function).Tatsuo Ishii
2002-08-23Patch resolve ERROR problem for non-goog query_txt.Bruce Momjian
2002-08-23Update contrib regression tests for OPAQUE datatype changes.Tom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-18Fix potential buffer overrun in cube_out(), per report fromTom Lane
2002-08-17Cleanup.Tom Lane
2002-08-17Move pg_controldata to /bin.Bruce Momjian
2002-08-16Move pg_controldata from /contrib to src/bin.Bruce Momjian
2002-08-15August 13, 2002Bruce Momjian
2002-08-15The attached patch changes most of the usages of sprintf() toBruce Momjian
2002-08-15As discussed on several occasions previously, the new anonymousBruce Momjian
2002-08-14Spacing improvement.Bruce Momjian
2002-08-10Fixed very stupid but important bug: mixing calls of some founctions fromBruce Momjian
2002-08-10The patch solves this problem, I hope...Bruce Momjian
2002-08-10August 6, 2002Bruce Momjian
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-08-06Patch for current CVS. It add test of lca() to ltree test suite.Bruce Momjian
2002-08-04Tom Lane:Bruce Momjian
2002-08-04please find attached patch to current CVS ( contrib/ltree )Bruce Momjian
2002-08-04This patch adds support for inet[] arrays to the /contrib/array module.Bruce Momjian
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane