2010-05-28 |
Heikki Linnakangas | Update High Availability docs. Clarify terms master... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Tom Lane | Rejigger mergejoin logic so that a tuple with a null... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Tom Lane | Change ps_status.c to explicitly track the current... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Peter Eisentraut | Small correction/clarification in discussion of Unicode... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Tom Lane | Fix the volatility marking of textanycat() and anytextc... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Tom Lane | Make CREATE INDEX run expression preprocessing on a... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Itagaki Takahiro | Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLL... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Heikki Linnakangas | Make it more clear that you need to release savepoint... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Robert Haas | Avoid starting walreceiver in states where it shouldn... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Heikki Linnakangas | Adjust comment to reflect that we now have Hot Standby... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Bruce Momjian | Fix SGML markup |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Tom Lane | Improve SSL-related documentation. Explain how to... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Bruce Momjian | Document pgFouine and check_postgres as log analysis... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Heikki Linnakangas | Thinko in previous commit: ensure that MAX_SEND_SIZE... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Heikki Linnakangas | In walsender, don't sleep if there's outstanding WAL... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Tom Lane | Rearrange libpq's SSL initialization to simplify it... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Tom Lane | Fix bogus error message for SSL-cert authentication... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Simon Riggs | HS Defer buffer pin deadlock check until deadlock_timeo... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Robert Haas | Fix psql help: \da+ is same as \da, but \daS is not. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Tom Lane | The message style police pay a visit to hba.c. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Tom Lane | Minor editorialization for be-secure.c: fix comments... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Tom Lane | Tell openssl to include the names of the root certs... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Robert Haas | More fixes for shutdown during recovery. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Tom Lane | Add missing newlines to some SSL-related error messages... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Tom Lane | Fix oversight in construction of sort/unique plans... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Michael Meskes | Replace self written 'long long int' configure test... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bruce Momjian | Remove IMPLEMENTATION.jp file from pg_upgrade docs... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bruce Momjian | Update pg_upgrade IMPLEMENTATION doc file to match... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bruce Momjian | Modify pg_standby, pgbench, and pg_upgrade manual pages... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Bruce Momjian | Add pg_upgrade docs about binary compatibility, per... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Michael Meskes | Added a configure test for "long long" datatypes. So... |
commit | commitdiff | tree | snapshot |
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 |
next |