| Age | Commit message (Expand) | Author |
| 2008-12-29 | Fix thinko in documentation of default window frame behavior, | Tom Lane |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-12-19 | Add a new column proiswindow to pg_proc. It doesn't actually do anything | Tom Lane |
| 2008-12-19 | SQL/MED catalog manipulation facilities | Peter Eisentraut |
| 2008-12-19 | Add a couple of cross-references to the docs about enum types, per a | Tom Lane |
| 2008-12-18 | Add "not" to wal journaling text. | Bruce Momjian |
| 2008-12-18 | Clarify documentation that journaling is not required for WAL or data files. | Bruce Momjian |
| 2008-12-18 | Code review for function default parameters patch. Fix numerous problems as | Tom Lane |
| 2008-12-18 | Update documentation table describing how shared memory is used by | Bruce Momjian |
| 2008-12-18 | Add note that TRUNCATE uses an access exclusive lock. This apparently | Peter Eisentraut |
| 2008-12-16 | Add note to the shared memory sizing table about needing to use page count in | Alvaro Herrera |
| 2008-12-16 | Fix wording of section comparing triggers and rules; old wording as | Bruce Momjian |
| 2008-12-15 | Add documentation that pg_standby sleeps on Win32 because of 'copy' behavior. | Bruce Momjian |
| 2008-12-15 | Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to | Tom Lane |
| 2008-12-15 | Support specifying filename for SSL certificate, key, root certificate store | Magnus Hagander |
| 2008-12-13 | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane |
| 2008-12-11 | To reduce confusion over whether VACUUM FULL is needed for anti-wraparound | Tom Lane |
| 2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
| 2008-12-10 | Update journaling performance docs based on comments by Michael Renner. | Bruce Momjian |
| 2008-12-09 | Add a specific example of parenthesizing when extracting a field of a | Tom Lane |
| 2008-12-08 | Clearify how processes are started by autovacuum, and what the effect | Magnus Hagander |
| 2008-12-08 | Add note that autovacuum can use up several times maintenance_work_mem, | Magnus Hagander |
| 2008-12-07 | Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxious | Alvaro Herrera |
| 2008-12-06 | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian |
| 2008-12-06 | Document that non-data journaling is a recommended mount option. | Bruce Momjian |
| 2008-12-04 | Default values for function arguments | Peter Eisentraut |
| 2008-12-03 | Update key words table to 8.4 and SQL:2008. | Peter Eisentraut |
| 2008-12-02 | Documentation for wildcard certificates patch | Magnus Hagander |
| 2008-12-01 | Add braces to clarify syntax synopsis | Peter Eisentraut |
| 2008-12-01 | Small correction | Peter Eisentraut |
| 2008-12-01 | typo | Peter Eisentraut |
| 2008-11-30 | Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows | Tom Lane |
| 2008-11-28 | Support regular expressions in pg_ident.conf. | Magnus Hagander |
| 2008-11-27 | Add that PL/Java is an implementation of SQL/JRT, and drop claim that | Peter Eisentraut |
| 2008-11-27 | Tweak wording of DISCARD ALL description to avoid giving the impression | Tom Lane |
| 2008-11-26 | configure check for docbook2man program, used in the new XML-based man | Peter Eisentraut |
| 2008-11-26 | Make DISCARD ALL discard advisory locks, too. Marko Kreen | Tom Lane |
| 2008-11-25 | information_schema.key_column_usage.position_in_unique_constraint was | Tom Lane |
| 2008-11-25 | Remove PGINTERVALSTYLE from the set of special environment variables for | Tom Lane |
| 2008-11-24 | Move FAQ_AIX information to installation instructions. | Peter Eisentraut |
| 2008-11-24 | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut |
| 2008-11-21 | Minor copy-editing. | Tom Lane |
| 2008-11-21 | Document which GUC settings are enums and not strings, along with a short | Magnus Hagander |
| 2008-11-21 | Docs update for enumvals patch. | Magnus Hagander |
| 2008-11-21 | Include the platform "FAQs" into the installation instructions. | Peter Eisentraut |
| 2008-11-21 | Use relation_expr for TABLE command, requested by Tom. | Peter Eisentraut |
| 2008-11-20 | Note that the example aggregate array_accum is comparable to the now | Tom Lane |
| 2008-11-20 | Issue a proper error message when MD5 is attempted when | Bruce Momjian |
| 2008-11-20 | TABLE command | Peter Eisentraut |
| 2008-11-20 | Add support for using SSL client certificates to authenticate to the | Magnus Hagander |