summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2010-05-25Add Japanese Implementation file to CVS.Bruce Momjian
2010-05-25Re-order pg_upgrade 'help' options to be alphabetical.Bruce Momjian
2010-05-24In pg_upgrade, test for datallowconn instead of hardcoding template0.Bruce Momjian
2010-05-24Split apart pg_upgrade user lookup and root check so '--help' showsBruce Momjian
2010-05-23issue_warnings() has no business freeing its parameter, especially not whenTom Lane
2010-05-19Simplify pg_upgrade queries by using IN instead of multiple OR clausesBruce Momjian
2010-05-19For pg_upgrade, update template0's datfrozenxid and its relfrozenxids toBruce Momjian
2010-05-18Use a 'datallowconn' check for avoiding 'template0', rather thanBruce Momjian
2010-05-18Add pg_upgrade TESTING files explaining a testing method.Bruce Momjian
2010-05-15Adjust pg_upgrade BSD defines for scandir(), per report from Giles LeanBruce Momjian
2010-05-15Change bsdi define to __bsdi__Bruce Momjian
2010-05-15Fix typos in comments, spotted by Josh Kupershmidt.Heikki Linnakangas
2010-05-14Fix another obvious bug pointed out by a compiler warning.Tom Lane
2010-05-14Remove another unsafe use of random data as a format string.Tom Lane
2010-05-14Get rid of unsafe sprintf and snprintf usages. Per compiler warnings.Tom Lane
2010-05-14Spell __darwin__ correctly, to suppress compiler warning on OSX.Tom Lane
2010-05-14Use NAMEDATALEN instead of local define.Bruce Momjian
2010-05-13Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade;Bruce Momjian
2010-05-13Fix up lame idea of not using autoconf to determine if platform has scandir().Tom Lane
2010-05-13Assorted fixes to make pg_upgrade build on MSVC.Magnus Hagander
2010-05-13Fix wrong subdir. Per buildfarm.Tom Lane
2010-05-13Move pg_upgrade shared library out into its own /contrib directoryBruce Momjian
2010-05-12Hook pg_upgrade into the contrib makefile structure so it gets builtTom Lane
2010-05-12Clean up unnecessary unportability and compiler warnings by removing theTom Lane
2010-05-12Move pg_upgrade TODO to TODO wiki.Bruce Momjian
2010-05-12Add PGFILEDESC description to Makefiles for all /contrib executables.Bruce Momjian
2010-05-12Small formatting adjustment.Bruce Momjian
2010-05-12Add pg_upgrade IMPLEMENTATION file to CVS.Bruce Momjian
2010-05-12Add TODO file to CVS.Bruce Momjian
2010-05-12Add pg_upgrade to /contrib; will be in 9.0 beta2.Bruce Momjian
2010-04-28Modify ShmemInitStruct and ShmemInitHash to throw errors internally,Tom Lane
2010-04-28Fix contrib/tsearch2 expected results to match recent changes in URL parsing.Tom Lane
2010-04-23Fix various instances of "the the".Robert Haas
2010-04-05Make dmetaphone.c safe for pgindent and fussy compilers. Still to do: make it...Andrew Dunstan
2010-04-02Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane
2010-04-02Update a number of broken links in comments.Magnus Hagander
2010-04-02Fix minor typos in comments.Magnus Hagander
2010-03-25Fix ginint4_queryextract() to actually do what it was intended to do for anTom Lane
2010-03-23Each worker thread will have its own log file in pgbench to avoid interleavedItagaki Takahiro
2010-03-03Make contrib/xml2 use core xml.c's error handler, when available (that is,Tom Lane
2010-03-01Fix contrib/xml2 so regression test still works when it's built without libxslt.Tom Lane
2010-03-01Remove xmlCleanupParser calls from contrib/xml2.Tom Lane
2010-02-28Fix up memory management problems in contrib/xml2.Tom Lane
2010-02-28Assorted code cleanup for contrib/xml2. No change in functionality,Tom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-24Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations.Tom Lane
2010-02-24Remove useless codes to initialize TupleDesc from dblink_exec.Itagaki Takahiro
2010-02-23Modify freebsd start script to just exit 0 with message.Bruce Momjian
2010-02-23Update startup scripts for Linux and FreeBSD.Bruce Momjian
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane