Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Bruce Momjian 7a74d70e71 Re-order pg_upgrade 'help' options to be alphabetical. 16 years ago
Bruce Momjian 6368682788 In pg_upgrade, test for datallowconn instead of hardcoding template0. 16 years ago
Bruce Momjian 00be75415c Split apart pg_upgrade user lookup and root check so '--help' shows 16 years ago
Tom Lane add8044778 issue_warnings() has no business freeing its parameter, especially not when 16 years ago
Bruce Momjian 3245bd5240 Simplify pg_upgrade queries by using IN instead of multiple OR clauses 16 years ago
Bruce Momjian 573e446f6f For pg_upgrade, update template0's datfrozenxid and its relfrozenxids to 16 years ago
Bruce Momjian 64719a18db Use a 'datallowconn' check for avoiding 'template0', rather than 16 years ago
Bruce Momjian 37953b2d20 Add pg_upgrade TESTING files explaining a testing method. 16 years ago
Bruce Momjian 5c337fb45c Adjust pg_upgrade BSD defines for scandir(), per report from Giles Lean 16 years ago
Bruce Momjian 5781d96dc3 Change bsdi define to __bsdi__ 16 years ago
Heikki Linnakangas de4e18a34d Fix typos in comments, spotted by Josh Kupershmidt. 16 years ago
Tom Lane 88fba7089e Fix another obvious bug pointed out by a compiler warning. 16 years ago
Tom Lane 0546906064 Remove another unsafe use of random data as a format string. 16 years ago
Tom Lane 8eac39780d Get rid of unsafe sprintf and snprintf usages. Per compiler warnings. 16 years ago
Tom Lane adf6b8edfb Spell __darwin__ correctly, to suppress compiler warning on OSX. 16 years ago
Bruce Momjian e9ad14f9f4 Use NAMEDATALEN instead of local define. 16 years ago
Bruce Momjian 36d3afd2d4 Remove all mentions of EnterpriseDB Advanced Server from pg_upgrade; 16 years ago
Tom Lane 382ff21203 Fix up lame idea of not using autoconf to determine if platform has scandir(). 16 years ago
Magnus Hagander 2b61b3e507 Assorted fixes to make pg_upgrade build on MSVC. 16 years ago
Tom Lane c2e7f78abe Fix wrong subdir. Per buildfarm. 16 years ago
Bruce Momjian 9885206cab Move pg_upgrade shared library out into its own /contrib directory 16 years ago
Tom Lane 44e55690fd Hook pg_upgrade into the contrib makefile structure so it gets built 16 years ago
Tom Lane c9c25a982c Clean up unnecessary unportability and compiler warnings by removing the 16 years ago
Bruce Momjian b460b5cd11 Move pg_upgrade TODO to TODO wiki. 16 years ago
Bruce Momjian 395d1259ad Add PGFILEDESC description to Makefiles for all /contrib executables. 16 years ago
Bruce Momjian 561afa534d Small formatting adjustment. 16 years ago
Bruce Momjian a898199df5 Add pg_upgrade IMPLEMENTATION file to CVS. 16 years ago
Bruce Momjian 6c4a98d99c Add TODO file to CVS. 16 years ago
Bruce Momjian c2e9b2f288 Add pg_upgrade to /contrib; will be in 9.0 beta2. 16 years ago
Tom Lane 77acab75df Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 16 years ago
Tom Lane a2de4826e9 Fix contrib/tsearch2 expected results to match recent changes in URL parsing. 16 years ago
Robert Haas 33980a0640 Fix various instances of "the the". 16 years ago
Andrew Dunstan ce36151ac7 Make dmetaphone.c safe for pgindent and fussy compilers. Still to do: make it properly encoding aware w.r.t. chars U+00C7 and U+00D1. 16 years ago
Tom Lane 33065ef8bc Ensure that contrib/pgstattuple functions respond to cancel interrupts 16 years ago
Magnus Hagander 4c10623306 Update a number of broken links in comments. 16 years ago
Magnus Hagander 337b217572 Fix minor typos in comments. 16 years ago
Tom Lane 5ceb13c8a1 Fix ginint4_queryextract() to actually do what it was intended to do for an 16 years ago
Itagaki Takahiro a887c486d5 Each worker thread will have its own log file in pgbench to avoid interleaved 16 years ago
Tom Lane 5e47403be3 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane d6a6f8c6be Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane a102090995 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 936c4af1c6 Fix up memory management problems in contrib/xml2. 16 years ago
Tom Lane a12333eed2 Assorted code cleanup for contrib/xml2. No change in functionality, 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane 29d2f86a31 Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 16 years ago
Itagaki Takahiro 912eb88c7d Remove useless codes to initialize TupleDesc from dblink_exec. 16 years ago
Bruce Momjian c4fc082a5a Modify freebsd start script to just exit 0 with message. 16 years ago
Bruce Momjian 1f0cf56be2 Update startup scripts for Linux and FreeBSD. 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Andrew Dunstan fc5173ad51 Add query text to auto_explain output. 16 years ago