Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add some more structure and bits of information to PL/Python documentation | Peter Eisentraut | 2010-03-13 | |
| | ||||
* | Add libpq warning message if the .pgpass-retrieved password fails. | Bruce Momjian | 2010-03-13 | |
| | | | | Add ERRCODE_INVALID_PASSWORD sqlstate error code. | |||
* | Update shared memory configuration information for Linux | Peter Eisentraut | 2010-03-13 | |
| | | | | | In particular, the assertion that shmall is sufficiently sized by default is slowly becoming untrue. | |||
* | Document what user name email symbols are supported by tsearch. | Bruce Momjian | 2010-03-13 | |
| | ||||
* | Re-add comma, oops. | Bruce Momjian | 2010-03-12 | |
| | ||||
* | Remove unnecessary comma in documentation. | Bruce Momjian | 2010-03-12 | |
| | ||||
* | Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, | Tom Lane | 2010-03-10 | |
| | | | | 7.4.28. | |||
* | Add missing space in example. | Magnus Hagander | 2010-03-08 | |
| | | | | Tim Landscheidt | |||
* | Revert patch for --psqlrc=FILENAME in psql. | Magnus Hagander | 2010-03-07 | |
| | ||||
* | Add --psqlrc=FILENAME parameter to psql, to process an explicitly named | Magnus Hagander | 2010-03-06 | |
| | | | | file instead of ~/.psqlrc on startup. | |||
* | Document that "Q" is ignored by to_date and to_timestamp. Add C comment | Bruce Momjian | 2010-03-03 | |
| | | | | | | | about the behavior. Document that quotes in to_date, to_timestamp, to_number skip input characters. | |||
* | Fix SGML markup. | Bruce Momjian | 2010-03-03 | |
| | ||||
* | Restructure CREATE FUNCTION "NOTES" section to be shorter; move items | Bruce Momjian | 2010-03-03 | |
| | | | | into proper sections, per suggestion from Tom. | |||
* | Adjust max_standby_delay documentation to be clearer, and mention that | Bruce Momjian | 2010-03-02 | |
| | | | | | two adjacent long-running queries have much less than max_standby_delay before query cancel is possible. | |||
* | Document the effect of max_standby_delay on increasing the delay of data | Bruce Momjian | 2010-03-02 | |
| | | | | | from master to slave, and discourage its use during slave/master keep-xid-alive connections. | |||
* | Update keywords list for 9.0 | Peter Eisentraut | 2010-03-02 | |
| | ||||
* | Update complex locale example in the documentation. | Bruce Momjian | 2010-02-28 | |
| | ||||
* | *** empty log message *** | Bruce Momjian | 2010-02-28 | |
| | ||||
* | Document ATAPI FLUSH CACHE EXT. | Bruce Momjian | 2010-02-27 | |
| | ||||
* | Document trace_recovery_messages() parameter as an enum, not string. | Bruce Momjian | 2010-02-27 | |
| | | | | Fujii Masao | |||
* | Document max_standby_delay=-1 option, now that it's allowed again. | Heikki Linnakangas | 2010-02-27 | |
| | ||||
* | Entity-ify a few new uses of literal <, >, and &. | Tom Lane | 2010-02-27 | |
| | ||||
* | Use <> for libpq #include in example programs, per suggestion from Josh Berkus. | Bruce Momjian | 2010-02-27 | |
| | ||||
* | Document ATAPI drive flush command, and mention SSD drives. | Bruce Momjian | 2010-02-27 | |
| | ||||
* | Document pg_restore --jobs as a performance enhancement. | Bruce Momjian | 2010-02-26 | |
| | ||||
* | Remove 'emphasis' markup inside literal; not allowed. | Bruce Momjian | 2010-02-26 | |
| | ||||
* | Document that after triggers that need to see changed rows should not be | Bruce Momjian | 2010-02-25 | |
| | | | | marked stable. | |||
* | 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 | 2010-02-25 | |
| | | | | per SQL standard, and mention 7.3 behavior at the end. | |||
* | Add configuration parameter ssl_renegotiation_limit to control | Magnus Hagander | 2010-02-25 | |
| | | | | | | | | 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. | |||
* | Fix typos, per Richard Huxton | Magnus Hagander | 2010-02-25 | |
| | ||||
* | Clarify that the connection string for primary_conninfo is in the same | Heikki Linnakangas | 2010-02-25 | |
| | | | | format as in PQconnectdb(). As pointed out by Thom Brown. | |||
* | Fix typo. | Heikki Linnakangas | 2010-02-25 | |
| | ||||
* | Small streaming replication document improvements. Be more explicit that | Heikki Linnakangas | 2010-02-25 | |
| | | | | it's asynchronous. | |||
* | Improve warning about creating nested named subroutines in plperl. | Tom Lane | 2010-02-25 | |
| | | | | Per discussion. | |||
* | 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 | 2010-02-24 | |
| | | | | supported release. | |||
* | Add an OR REPLACE option to CREATE LANGUAGE. | Tom Lane | 2010-02-23 | |
| | | | | | | | | | | | | | | | 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. | |||
* | 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 | 2010-02-23 | |
| | | | | improve documentation, and add C comment. | |||
* | Make documentation more direct about the handling of COPY files based on | Bruce Momjian | 2010-02-23 | |
| | | | | the client encoding. | |||
* | Document that expression indexes that call functions allow function-level | Bruce Momjian | 2010-02-23 | |
| | | | | statistics. | |||
* | Update pg_restore documentation to show new pg_restore custom listing | Bruce Momjian | 2010-02-23 | |
| | | | | | | format. Pavel Golub | |||
* | Remove long-commented-out paragraph in documentation about function | Bruce Momjian | 2010-02-22 | |
| | | | | inheritance in create table, per Andrew Dunstan. | |||
* | Document that pg_ctl cares about the PGHOST environment variable. | Bruce Momjian | 2010-02-22 | |
| | ||||
* | Remove protocol documentation paragraph about environment variable | Bruce Momjian | 2010-02-22 | |
| | | | | passing being "covered elsewhere", per Dave Page. | |||
* | Briefly document in two places that pg_dump and pg_dumpall cannot be | Bruce Momjian | 2010-02-22 | |
| | | | | used for continuous archiving. |