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