| Age | Commit message (Expand) | Author |
| 2010-04-14 | Fix minor typo in comment in xlog.c | Simon Riggs |
| 2010-04-14 | Doc change: anyways -> anyway; Erik Rijkers | Bruce Momjian |
| 2010-04-13 | Allow Hot Standby to begin from a shutdown checkpoint. | Heikki Linnakangas |
| 2010-04-13 | Add "SSD" acronym mention for solid state drive mention. | Bruce Momjian |
| 2010-04-13 | Fix typo. | Magnus Hagander |
| 2010-04-13 | Only try to do a graceful disconnect if we've successfully loaded the | Magnus Hagander |
| 2010-04-12 | Remove example of archive_command from configure section; instead have | Bruce Momjian |
| 2010-04-12 | Spell out full archive directory specification in 'test -f' continuous | Bruce Momjian |
| 2010-04-12 | Update the location of last removed WAL segment in shared memory only | Heikki Linnakangas |
| 2010-04-12 | Need to use the start pointer of a block we read from WAL segment in | Heikki Linnakangas |
| 2010-04-12 | Adjust paragraph about monitoring streaming replication, now that we have | Heikki Linnakangas |
| 2010-04-12 | Change the logic to decide when to delete old WAL segments, so that it | Heikki Linnakangas |
| 2010-04-09 | Perltidy run over the MSVC build system files, to clean up code formatting | Magnus Hagander |
| 2010-04-09 | Clean up inconsistent commas | Magnus Hagander |
| 2010-04-09 | Update list of Windows timezones we try to match localized names against | Magnus Hagander |
| 2010-04-08 | Proceed to look for the next timezone when matching a localized | Magnus Hagander |
| 2010-04-08 | Make smart shutdown work in combination with Hot Standby/Streaming Replication. | Robert Haas |
| 2010-04-07 | Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, | Tom Lane |
| 2010-04-07 | Allow quotes to be escaped in recovery.conf, by doubling them. This patch | Heikki Linnakangas |
| 2010-04-07 | Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() during | Heikki Linnakangas |
| 2010-04-07 | psql tab completion for ALTER DEFAULT PRIVILEGES and USER MAPPING FOR PUBLIC. | Itagaki Takahiro |
| 2010-04-07 | Add cygwin version check before using cygwin_conv_path(), | Itagaki Takahiro |
| 2010-04-06 | Log the actual timezone name that we fail to look up the values for in | Magnus Hagander |
| 2010-04-06 | Further message changes when recovery.conf parameters missing. | Simon Riggs |
| 2010-04-06 | Rename "Log-streaming replication parameters" header to "Standby server | Heikki Linnakangas |
| 2010-04-06 | Change some debug ereports to elogs, as requested by translation team. | Simon Riggs |
| 2010-04-06 | Reword exclusion constriants to mention that the operator can return | Bruce Momjian |
| 2010-04-05 | Assorted tab-completion improvements in psql. | Itagaki Takahiro |
| 2010-04-05 | Exclude unwanted typedef symbols in pgindent, including FD_SET which is found... | Andrew Dunstan |
| 2010-04-05 | Clean up description of 9.0's incompatible changes in SIMILAR TO and | Tom Lane |
| 2010-04-05 | Make dmetaphone.c safe for pgindent and fussy compilers. Still to do: make it... | Andrew Dunstan |
| 2010-04-05 | Use a new API rather than a deprecated one in in cygwin. | Itagaki Takahiro |
| 2010-04-05 | Arrange to remove pg_default_acl entries completely if their ACL setting | Tom Lane |
| 2010-04-05 | Fix updateAclDependencies() to not assume that ACL role dependencies can only | Tom Lane |
| 2010-04-05 | Improve phrasing of warning message for NOTIFY queue getting too full. | Tom Lane |
| 2010-04-03 | Minor wording improvement. | Tom Lane |
| 2010-04-03 | \ddp should be recognized as such even if user appends S or + to it. | Tom Lane |
| 2010-04-03 | Make ecpg in line with other compilers in that it deletes its output if there... | Michael Meskes |
| 2010-04-03 | Message quoting style tuning | Peter Eisentraut |
| 2010-04-03 | Clarify documentation of to_char EEEE pattern | Peter Eisentraut |
| 2010-04-03 | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut |
| 2010-04-03 | Allow for more room in the man page title, so that | Peter Eisentraut |
| 2010-04-02 | Check compulsory parameters in recovery.conf in standby_mode, per docs. | Simon Riggs |
| 2010-04-02 | Clarify some behaviours of REASSIGN OWNED and DROP OWNED BY. | Simon Riggs |
| 2010-04-02 | Ensure that contrib/pgstattuple functions respond to cancel interrupts | Tom Lane |
| 2010-04-02 | Update a number of broken links in comments. | Magnus Hagander |
| 2010-04-02 | Fix minor typos in comments. | Magnus Hagander |
| 2010-04-02 | Fix the build and install rules for man pages with SQL section != 7 | Peter Eisentraut |
| 2010-04-02 | Move system startup message prior to any calls out of data directory. | Simon Riggs |
| 2010-04-02 | FATAL errors are meant to stop ecpg immediately, e.g. because the syntax is | Michael Meskes |