| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-02-26 | Remove 'emphasis' markup inside literal; not allowed. | Bruce Momjian | |
| 2010-02-25 | Document that after triggers that need to see changed rows should not be | Bruce Momjian | |
| marked stable. | |||
| 2010-02-25 | Document clearly the meaning of none/all for log_statements. | Bruce Momjian | |
| 2010-02-25 | Clearly document that timestamp alone means timestamp without timezone, | Bruce Momjian | |
| per SQL standard, and mention 7.3 behavior at the end. | |||
| 2010-02-25 | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander | |
| how often we do SSL session key renegotiation. Can be set to 0 to disable renegotiation completely, which is required if a broken SSL library is used (broken patches to CVE-2009-3555 a known cause) or when using a client library that can't do renegotiation. | |||
| 2010-02-25 | Fix typos, per Richard Huxton | Magnus Hagander | |
| 2010-02-25 | Clarify that the connection string for primary_conninfo is in the same | Heikki Linnakangas | |
| format as in PQconnectdb(). As pointed out by Thom Brown. | |||
| 2010-02-25 | Fix typo. | Heikki Linnakangas | |
| 2010-02-25 | Small streaming replication document improvements. Be more explicit that | Heikki Linnakangas | |
| it's asynchronous. | |||
| 2010-02-25 | Improve warning about creating nested named subroutines in plperl. | Tom Lane | |
| Per discussion. | |||
| 2010-02-24 | Document that pg_restore -t can use -n for its schema qualification. | Bruce Momjian | |
| 2010-02-24 | Revert removal of pre-7.4 documenation behavior mentions. | Bruce Momjian | |
| 2010-02-24 | Remove stray semicolon, per report from strk | Alvaro Herrera | |
| 2010-02-24 | Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest | Bruce Momjian | |
| supported release. | |||
| 2010-02-23 | Add an OR REPLACE option to CREATE LANGUAGE. | Tom Lane | |
| This operates in the same way as other CREATE OR REPLACE commands, ie, it replaces everything but the ownership and ACL lists of an existing entry, and requires the caller to have owner privileges for that entry. While modifying an existing language has some use in development scenarios, in typical usage all the "replaced" values come from pg_pltemplate so there will be no actual change in the language definition. The reason for adding this is mainly to allow programs to ensure that a language exists without triggering an error if it already does exist. This commit just adds and documents the new option. A followon patch will use it to clean up some unpleasant cases in pg_dump and pg_regress. | |||
| 2010-02-23 | Revert recent COPY manual change about encoding; add mention of "server". | Bruce Momjian | |
| 2010-02-23 | Clarify statements about tar archive format. | Tom Lane | |
| 2010-02-23 | Revert recent change of to_char('HH12') handling for intervals; instead | Bruce Momjian | |
| improve documentation, and add C comment. | |||
| 2010-02-23 | Make documentation more direct about the handling of COPY files based on | Bruce Momjian | |
| the client encoding. | |||
| 2010-02-23 | Document that expression indexes that call functions allow function-level | Bruce Momjian | |
| statistics. | |||
| 2010-02-23 | Update pg_restore documentation to show new pg_restore custom listing | Bruce Momjian | |
| format. Pavel Golub | |||
| 2010-02-22 | Remove long-commented-out paragraph in documentation about function | Bruce Momjian | |
| inheritance in create table, per Andrew Dunstan. | |||
| 2010-02-22 | Document that pg_ctl cares about the PGHOST environment variable. | Bruce Momjian | |
| 2010-02-22 | Remove protocol documentation paragraph about environment variable | Bruce Momjian | |
| passing being "covered elsewhere", per Dave Page. | |||
| 2010-02-22 | Briefly document in two places that pg_dump and pg_dumpall cannot be | Bruce Momjian | |
| used for continuous archiving. | |||
| 2010-02-22 | Move documentation of all recovery.conf option to a new chapter. | Heikki Linnakangas | |
| They used to be scattered between the "backup and restore" and "streaming replication" chapters. | |||
| 2010-02-20 | Adjust sample auto-explain output to reflect query text inclusion. | Andrew Dunstan | |
| 2010-02-20 | Make 'include_realm' ordering consistent in the docs, to match recent | Bruce Momjian | |
| doc change. | |||
| 2010-02-20 | Clarify documentation about username mapping when authenticating with | Bruce Momjian | |
| GSSAPI or Kerberos. Ian Turner | |||
| 2010-02-20 | Document that many solid-state drives have volatile write-back caches. | Bruce Momjian | |
| 2010-02-20 | Copy editing of Hot Standby docs. Some clarifications, addition | Simon Riggs | |
| of missing items and minor edits. | |||
| 2010-02-19 | Document --version and --help options for all client applications (they | Bruce Momjian | |
| all support it). Per report from Josh Kupershmidt | |||
| 2010-02-19 | First pass over client applications documentation proofreading. | Bruce Momjian | |
| gabrielle | |||
| 2010-02-19 | Remove mention that binary distributions pre-compile the tutorial files. | Bruce Momjian | |
| 2010-02-19 | Preliminary release notes for 9.0alpha4 | Peter Eisentraut | |
| 2010-02-19 | Hot Standby documentation updates | Bruce Momjian | |
| Greg Smith | |||
| 2010-02-18 | Add missing close tag. | Bruce Momjian | |
| 2010-02-18 | Wordsmithing of HS and SR documentation, with some wording improvements | Bruce Momjian | |
| from Erik Rijkers too. | |||
| 2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | |
| (hope I got 'em all). Per discussion, this release will be 9.0 not 8.5. | |||
| 2010-02-17 | Tweak description of payload parameter. | Tom Lane | |
| 2010-02-16 | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | |
| In addition, add support for a "payload" string to be passed along with each notify event. This implementation should be significantly more efficient than the old one, and is also more compatible with Hot Standby usage. There is not yet any facility for HS slaves to receive notifications generated on the master, although such a thing is possible in future. Joachim Wieland, reviewed by Jeff Davis; also hacked on by me. | |||
| 2010-02-16 | Move log_error_verbosity GUC setting to "What to log" section, and | Bruce Momjian | |
| document the behavior of terse and verbose output options. | |||
| 2010-02-16 | Honor to_char() "FM" specification in YYY, YY, and Y; it was already | Bruce Momjian | |
| honored by YYYY. Also document Oracle "toggle" FM behavior. Per report from Guy Rouillier | |||
| 2010-02-16 | Have SELECT and CREATE TABLE AS queries return a row count. While this | Bruce Momjian | |
| is invisible in psql, other interfaces, like libpq, make this value visible. Boszormenyi Zoltan | |||
| 2010-02-16 | Clarify documentation on the behavior of unnamed bind queries. | Bruce Momjian | |
| 2010-02-16 | Fix synopsis of DO statement. | Itagaki Takahiro | |
| 2010-02-15 | Add psql tab completion for DO blocks. | Itagaki Takahiro | |
| Also adjust documentation of DO. Patch from David Fetter and subsequent discussion. | |||
| 2010-02-14 | Ooops, let's get the non-null vs null bit right ... | Tom Lane | |
| 2010-02-14 | Document the behavior of STRICT VARIADIC functions. | Tom Lane | |
| 2010-02-13 | Remove tabs from sgml. | Bruce Momjian | |
