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