| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-25 | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera | |
| by a superuser -- "ALTER USER f RESET setting" already disallows removing such a setting. Apply the same treatment to ALTER DATABASE d RESET ALL when run by a database owner that's not superuser. | |||
| 2010-03-23 | Typo fix from IRC breinbaas | Bruce Momjian | |
| 2010-03-23 | Remove CRs for each line in pgbench.sgml. | Itagaki Takahiro | |
| 2010-03-23 | Add back other xlog() function author names. | Bruce Momjian | |
| 2010-03-23 | Each worker thread will have its own log file in pgbench to avoid interleaved | Itagaki Takahiro | |
| writes. The first worker still uses "pgbench_log.<pid>" for the name, but additional workers use "pgbench_log.<pid>.<serial-number>" instead. Reported by Greg Smith. | |||
| 2010-03-22 | Properly credit Simon for functions pg_last_xlog_replay_location, etc. | Bruce Momjian | |
| 2010-03-22 | Re-order createuser and vacuumedb documentation options, for | Bruce Momjian | |
| consistency. Gabrielle (Roth) | |||
| 2010-03-21 | Remove 9.0 release notes xref's to HISTORY.html can be built. | Bruce Momjian | |
| Document this restriction. | |||
| 2010-03-21 | Add more 9.0 release note documentation links. | Bruce Momjian | |
| 2010-03-21 | Add links to documentation sections in 9.0 release notes. | Bruce Momjian | |
| Also update tagging instructions, and add id tags to a few documentation sections. | |||
| 2010-03-20 | In 9.0 release notes, move libpq/ecpg up into their own sections, like I | Bruce Momjian | |
| did with server-side languages. | |||
| 2010-03-20 | Move server-side languages up one section in the 9.0 release notes. | Bruce Momjian | |
| 2010-03-20 | Create 9.0 release notes; keep 9.0-alpha release notes in place. | Bruce Momjian | |
| 2010-03-20 | Update sgml release note markup suggestions. | Bruce Momjian | |
| 2010-03-19 | Clarify docs about database parameter in streaming replication primary_conninfo. | Simon Riggs | |
| Docs were unclear on whether or not database=replication was required, nor did they mention the FATAL error this causes if database parameter is mentioned explicitly, whatever its value. | |||
| 2010-03-18 | Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL | Peter Eisentraut | |
| with a few strategically placed pg_verifymbstr calls. | |||
| 2010-03-18 | Fix missing parentheses for current_query(), per bug #5378. | Tom Lane | |
| Also make a couple other minor editorial improvements. | |||
| 2010-03-18 | Add restartpoint_command option to recovery.conf. Fix bug in %r handling | Heikki Linnakangas | |
| in recovery_end_command, it always came out as 0 because InRedo was cleared before recovery_end_command was executed. Also, always take ControlFileLock when reading checkpoint location for %r. The recovery_end_command bug and the missing locking was present in 8.4 as well, that part of this patch will be backported separately. | |||
| 2010-03-17 | Make typography consistent | Peter Eisentraut | |
| 2010-03-17 | Typo fixes. | Magnus Hagander | |
| Fujii Masao | |||
| 2010-03-17 | Update broken and permanently moved links | Peter Eisentraut | |
| 2010-03-17 | Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt. | Tom Lane | |
| Also fix and uncomment an old example of creating a GIST index, and make a couple of other minor editorial adjustments. | |||
| 2010-03-17 | Fix typo in streaming replication protocol docs. | Simon Riggs | |
| 2010-03-16 | Fix typo in math function docs, spotted by Heikki. | Simon Riggs | |
| 2010-03-15 | Document that trig functions accept/return values in radians. | Simon Riggs | |
| 2010-03-13 | 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 | |
| Add ERRCODE_INVALID_PASSWORD sqlstate error code. | |||
| 2010-03-13 | Update shared memory configuration information for Linux | Peter Eisentraut | |
| In particular, the assertion that shmall is sufficiently sized by default is slowly becoming untrue. | |||
| 2010-03-13 | Document what user name email symbols are supported by tsearch. | Bruce Momjian | |
| 2010-03-12 | Re-add comma, oops. | Bruce Momjian | |
| 2010-03-12 | Remove unnecessary comma in documentation. | Bruce Momjian | |
| 2010-03-10 | Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, | Tom Lane | |
| 7.4.28. | |||
| 2010-03-08 | Add missing space in example. | Magnus Hagander | |
| Tim Landscheidt | |||
| 2010-03-07 | Revert patch for --psqlrc=FILENAME in psql. | Magnus Hagander | |
| 2010-03-06 | Add --psqlrc=FILENAME parameter to psql, to process an explicitly named | Magnus Hagander | |
| file instead of ~/.psqlrc on startup. | |||
| 2010-03-03 | Document that "Q" is ignored by to_date and to_timestamp. Add C comment | Bruce Momjian | |
| about the behavior. Document that quotes in to_date, to_timestamp, to_number skip input characters. | |||
| 2010-03-03 | Fix SGML markup. | Bruce Momjian | |
| 2010-03-03 | Restructure CREATE FUNCTION "NOTES" section to be shorter; move items | Bruce Momjian | |
| into proper sections, per suggestion from Tom. | |||
| 2010-03-02 | Adjust max_standby_delay documentation to be clearer, and mention that | Bruce Momjian | |
| two adjacent long-running queries have much less than max_standby_delay before query cancel is possible. | |||
| 2010-03-02 | Document the effect of max_standby_delay on increasing the delay of data | Bruce Momjian | |
| from master to slave, and discourage its use during slave/master keep-xid-alive connections. | |||
| 2010-03-02 | Update keywords list for 9.0 | Peter Eisentraut | |
| 2010-02-28 | Update complex locale example in the documentation. | Bruce Momjian | |
| 2010-02-28 | *** empty log message *** | Bruce Momjian | |
| 2010-02-27 | Document ATAPI FLUSH CACHE EXT. | Bruce Momjian | |
| 2010-02-27 | Document trace_recovery_messages() parameter as an enum, not string. | Bruce Momjian | |
| Fujii Masao | |||
| 2010-02-27 | 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-26 | Document pg_restore --jobs as a performance enhancement. | Bruce Momjian | |
