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