| 2010-05-25 |  Bruce Momjian | Add Japanese Implementation file to CVS. | commit | commitdiff | tree | snapshot | 
| 2010-05-25 |  Bruce Momjian | Re-order pg_upgrade 'help' options to be alphabetical. | commit | commitdiff | tree | snapshot | 
| 2010-05-24 |  Bruce Momjian | In pg_upgrade, test for datallowconn instead of hardcod... | commit | commitdiff | tree | snapshot | 
| 2010-05-24 |  Bruce Momjian | Update pg_upgrade docs to show options in alphabetical... | commit | commitdiff | tree | snapshot | 
| 2010-05-24 |  Bruce Momjian | Split apart pg_upgrade user lookup and root check so... | commit | commitdiff | tree | snapshot | 
| 2010-05-23 |  Tom Lane | issue_warnings() has no business freeing its parameter... | commit | commitdiff | tree | snapshot | 
| 2010-05-23 |  Tom Lane | Fix oversight in join removal patch: we have to delete... | commit | commitdiff | tree | snapshot | 
| 2010-05-21 |  Robert Haas | Unbreak \h; can't do strlen(NULL). | commit | commitdiff | tree | snapshot | 
| 2010-05-20 |  Michael Meskes | Ecpg now accepts "long long" datatypes even if "long... | commit | commitdiff | tree | snapshot | 
| 2010-05-20 |  Tom Lane | Fix index entry for lo_compat_privileges, per bug ... | commit | commitdiff | tree | snapshot | 
| 2010-05-20 |  Magnus Hagander | Change the "N. Central Asia Standard Time" timezone... | commit | commitdiff | tree | snapshot | 
| 2010-05-20 |  Bruce Momjian | Show oid2name command-line arguments in documentation... | commit | commitdiff | tree | snapshot | 
| 2010-05-19 |  Bruce Momjian | SGML markup cleanup for pg_upgrade. | commit | commitdiff | tree | snapshot | 
| 2010-05-19 |  Bruce Momjian | Doc change:  Rename of directory no longer required... | commit | commitdiff | tree | snapshot | 
| 2010-05-19 |  Bruce Momjian | pg_upgrade doc cleanup | commit | commitdiff | tree | snapshot | 
| 2010-05-19 |  Bruce Momjian | Restore oid2name doc change. | commit | commitdiff | tree | snapshot | 
| 2010-05-19 |  Bruce Momjian | Add command-line documentation for pg_upgrade. | commit | commitdiff | tree | snapshot | 
| 2010-05-19 |  Bruce Momjian | Simplify pg_upgrade queries by using IN instead of... | commit | commitdiff | tree | snapshot | 
| 2010-05-19 |  Bruce Momjian | For pg_upgrade, update template0's datfrozenxid and... | commit | commitdiff | tree | snapshot | 
| 2010-05-18 |  Magnus Hagander | Refer to pg_ident.conf as config file for username... | commit | commitdiff | tree | snapshot | 
| 2010-05-18 |  Bruce Momjian | Use a 'datallowconn' check for avoiding 'template0... | commit | commitdiff | tree | snapshot | 
| 2010-05-18 |  Magnus Hagander | Make pg_upgrade documentation refer to 9.0 instead... | commit | commitdiff | tree | snapshot | 
| 2010-05-18 |  Andrew Dunstan | Fix regression tests to match error message change | commit | commitdiff | tree | snapshot | 
| 2010-05-18 |  Bruce Momjian | Add pg_upgrade TESTING files explaining a testing method. | commit | commitdiff | tree | snapshot | 
| 2010-05-18 |  Robert Haas | Move pg_notify() details to a subsection within the... | commit | commitdiff | tree | snapshot | 
| 2010-05-17 |  Alvaro Herrera | Make table in example less wide. | commit | commitdiff | tree | snapshot | 
| 2010-05-17 |  Andrew Dunstan | Follow up a visit from the style police. | commit | commitdiff | tree | snapshot | 
| 2010-05-17 |  Andrew Dunstan | Clarify plperl subroutine name release notes item,... | commit | commitdiff | tree | snapshot | 
| 2010-05-16 |  Robert Haas | Insert line breaks in two places in SQL functions docum... | commit | commitdiff | tree | snapshot | 
| 2010-05-16 |  Robert Haas | Fix longstanding typo in V1 calling conventions documen... | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Tom Lane | Ensure that pg_restore -l will output DATABASE entries... | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Robert Haas | Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CON... | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Tom Lane | Improve documentation of pg_restore's -l and -L switche... | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Tom Lane | Spell __NetBSD__ the same way everywhere.  Per Giles... | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Bruce Momjian | Adjust pg_upgrade BSD defines for scandir(), per report... | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Bruce Momjian | Use __bsdi__ consistently. | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Bruce Momjian | Change bsdi define to __bsdi__ | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Heikki Linnakangas | Fix typos in comments, spotted by Josh Kupershmidt. | commit | commitdiff | tree | snapshot | 
| 2010-05-15 |  Simon Riggs | Fix bug in processing of checkpoint time for max_standb... | commit | commitdiff | tree | snapshot | 
| 2010-05-14 |  Robert Haas | We now accept read-only connections in state PM_RECOVER... | commit | commitdiff | tree | snapshot | 
| 2010-05-14 |  Itagaki Takahiro | Remove CRs. | commit | commitdiff | tree | snapshot | 
| 2010-05-14 |  Simon Riggs | Add many new Asserts in code and fix simple bug that... | commit | commitdiff | tree | snapshot | 
| 2010-05-14 |  Tom Lane | Fix another obvious bug pointed out by a compiler warning. | commit | commitdiff | tree | snapshot | 
| 2010-05-14 |  Tom Lane | Remove another unsafe use of random data as a format... | commit | commitdiff | tree | snapshot | 
| 2010-05-14 |  Tom Lane | Get rid of unsafe sprintf and snprintf usages.  Per... | commit | commitdiff | tree | snapshot | 
| 2010-05-14 |  Tom Lane | Spell __darwin__ correctly, to suppress compiler warnin... | commit | commitdiff | tree | snapshot | 
| 2010-05-14 |  Bruce Momjian | Use NAMEDATALEN instead of local define. | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Bruce Momjian | Remove all mentions of EnterpriseDB Advanced Server... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Tom Lane | Fix up lame idea of not using autoconf to determine... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Andrew Dunstan | Fix MSVC builds for recent plperl changes. Go back... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Tom Lane | Update release notes with security issues. | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Tom Lane | Use an entity instead of non-ASCII letter.  Thom Brown | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Tom Lane | Use "TOAST table" in place of the vague, not-used-elsew... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Tom Lane | Prevent PL/Tcl from loading the "unknown" module from... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Andrew Dunstan | Abandon the use of Perl's Safe.pm to enforce restrictio... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Magnus Hagander | Assorted fixes to make pg_upgrade build on MSVC. | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Peter Eisentraut | Translation update | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Magnus Hagander | Properly support multi-line entires (such as OBJS=... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Bruce Momjian | Comment out EnterpriseDB Advanced Server mention in... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Peter Eisentraut | Avoid error from mkdir if no languages are to be installed | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Magnus Hagander | Fix some spelling errors. | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Andrew Dunstan | Add missing library and include support for pg_upgrade... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Bruce Momjian | Fix HISTORY.html build using </link>, not </>. | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Peter Eisentraut | Fix vpath installation from distribution tarball (bug... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Simon Riggs | Ensure that top level aborts call XLogSetAsyncCommit... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Simon Riggs | Cleanup initialization of Hot Standby. Clarify working... | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Tom Lane | Fix wrong subdir.  Per buildfarm. | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Bruce Momjian | Update release notes to current. | commit | commitdiff | tree | snapshot | 
| 2010-05-13 |  Bruce Momjian | Move pg_upgrade shared library out into its own /contri... | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Bruce Momjian | Update comment about why postmaster doesn't get an... | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Tom Lane | Preliminary release notes for releases 8.4.4, 8.3.11... | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Bruce Momjian | Remove Makefile PGFILEDESC tag that the postmaster... | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Simon Riggs | Give most recovery conflict errors a retryable error... | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Tom Lane | Hook pg_upgrade into the contrib makefile structure... | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Peter Eisentraut | Update config.guess and config.sub | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Tom Lane | Clean up unnecessary unportability and compiler warning... | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Bruce Momjian | Move pg_upgrade TODO to TODO wiki. | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Bruce Momjian | Add PGFILEDESC description to Makefiles for all /contri... | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Bruce Momjian | Small formatting adjustment. | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Bruce Momjian | Add pg_upgrade IMPLEMENTATION file to CVS. | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Bruce Momjian | Add TODO file to CVS. | commit | commitdiff | tree | snapshot | 
| 2010-05-12 |  Bruce Momjian | Add pg_upgrade to /contrib;  will be in 9.0 beta2. | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Tom Lane | Update time zone data files to tzdata release 2010j... | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Tom Lane | Add PKST to the default set of timezone abbreviations. | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Robert Haas | Change typedef for rb_appendator to avoid conflict... | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Tom Lane | Cause the archiver process to adopt new postgresql... | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Robert Haas | Mention related ALTER TABLE variants in documentation... | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Tom Lane | Fix incorrect patch that removed permission checks... | commit | commitdiff | tree | snapshot | 
| 2010-05-11 |  Itagaki Takahiro | Set per-function GUC settings during validating the... | commit | commitdiff | tree | snapshot | 
| 2010-05-10 |  Tom Lane | When adding a "target IS NOT NULL" indexqual to the... | commit | commitdiff | tree | snapshot | 
| 2010-05-09 |  Tom Lane | Suppress signed-vs-unsigned-char warning. | commit | commitdiff | tree | snapshot | 
| 2010-05-09 |  Tom Lane | Fix missing static declaration for XLogRead(). | commit | commitdiff | tree | snapshot | 
| 2010-05-09 |  Tom Lane | Fix typo: PGTYPES_NUM_OVERFLOW should be PGTYPES_NUM_UN... | commit | commitdiff | tree | snapshot | 
| 2010-05-09 |  Tom Lane | Adjust comments about avoiding use of printf's %.*s. | commit | commitdiff | tree | snapshot | 
| 2010-05-08 |  Tom Lane | Work around a subtle portability problem in use of... | commit | commitdiff | tree | snapshot | 
| 2010-05-07 |  Michael Meskes | ECPG connect routine only checked for NULL to find... | commit | commitdiff | tree | snapshot | 
| 2010-05-06 |  Tom Lane | On Linux, use --enable-new-dtags when specifying -rpath... | commit | commitdiff | tree | snapshot | 
| 2010-05-06 |  Itagaki Takahiro | Code page for EUC-KR is surely 51949. | commit | commitdiff | tree | snapshot | 
| 2010-05-05 |  Tom Lane | Fix psql to not go into infinite recursion when expandi... | commit | commitdiff | tree | snapshot | 
| 2010-05-05 |  Heikki Linnakangas | Fix incorrect parameter tag in docs, spotted by KOIZUMI... | commit | commitdiff | tree | snapshot | 
| next |