summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2009.Bruce Momjian2009-01-0117-19/+19
* Throw error if a <window definition> references a window that already has aTom Lane2008-12-312-12/+18
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-311-1/+16
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-315-46/+114
* Fix thinko in documentation of default window frame behavior,Tom Lane2008-12-291-2/+2
* Support window functions a la SQL:2008.Tom Lane2008-12-289-25/+770
* Add a new column proiswindow to pg_proc. It doesn't actually do anythingTom Lane2008-12-191-1/+8
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-1919-41/+2024
* Add a couple of cross-references to the docs about enum types, per aTom Lane2008-12-191-1/+12
* Add "not" to wal journaling text.Bruce Momjian2008-12-181-2/+2
* Clarify documentation that journaling is not required for WAL or data files.Bruce Momjian2008-12-181-3/+3
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-185-36/+80
* Update documentation table describing how shared memory is used byBruce Momjian2008-12-181-25/+19
* Add note that TRUNCATE uses an access exclusive lock. This apparentlyPeter Eisentraut2008-12-181-1/+8
* Add note to the shared memory sizing table about needing to use page count inAlvaro Herrera2008-12-161-1/+11
* Fix wording of section comparing triggers and rules; old wording asBruce Momjian2008-12-161-8/+4
* Add documentation that pg_standby sleeps on Win32 because of 'copy' behavior.Bruce Momjian2008-12-151-2/+11
* Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane2008-12-151-6/+7
* Support specifying filename for SSL certificate, key, root certificate storeMagnus Hagander2008-12-151-21/+89
* Increase the default value of default_statistics_target from 10 to 100,Tom Lane2008-12-134-12/+12
* To reduce confusion over whether VACUUM FULL is needed for anti-wraparoundTom Lane2008-12-112-5/+19
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-2/+2
* Update journaling performance docs based on comments by Michael Renner.Bruce Momjian2008-12-101-8/+8
* Add a specific example of parenthesizing when extracting a field of aTom Lane2008-12-091-2/+13
* Clearify how processes are started by autovacuum, and what the effectMagnus Hagander2008-12-081-5/+11
* Add note that autovacuum can use up several times maintenance_work_mem,Magnus Hagander2008-12-081-1/+6
* Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxiousAlvaro Herrera2008-12-078-209/+238
* Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian2008-12-061-4/+5
* Document that non-data journaling is a recommended mount option.Bruce Momjian2008-12-061-1/+16
* Default values for function argumentsPeter Eisentraut2008-12-043-6/+96
* Update key words table to 8.4 and SQL:2008.Peter Eisentraut2008-12-031-7/+1064
* Documentation for wildcard certificates patchMagnus Hagander2008-12-021-1/+10
* Add braces to clarify syntax synopsisPeter Eisentraut2008-12-011-2/+2
* Small correctionPeter Eisentraut2008-12-011-3/+1
* typoPeter Eisentraut2008-12-011-2/+2
* Add a "LIKE = typename" clause to CREATE TYPE for base types. This allowsTom Lane2008-11-301-1/+33
* Support regular expressions in pg_ident.conf.Magnus Hagander2008-11-281-1/+14
* Add that PL/Java is an implementation of SQL/JRT, and drop claim thatPeter Eisentraut2008-11-271-15/+16
* Tweak wording of DISCARD ALL description to avoid giving the impressionTom Lane2008-11-271-4/+4
* configure check for docbook2man program, used in the new XML-based manPeter Eisentraut2008-11-261-4/+5
* Make DISCARD ALL discard advisory locks, too. Marko KreenTom Lane2008-11-261-1/+2
* information_schema.key_column_usage.position_in_unique_constraint wasTom Lane2008-11-251-6/+8
* Remove PGINTERVALSTYLE from the set of special environment variables forTom Lane2008-11-251-12/+1
* Move FAQ_AIX information to installation instructions.Peter Eisentraut2008-11-242-494/+297
* CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut2008-11-242-4/+25
* Minor copy-editing.Tom Lane2008-11-211-6/+8
* Document which GUC settings are enums and not strings, along with a shortMagnus Hagander2008-11-211-18/+25
* Docs update for enumvals patch.Magnus Hagander2008-11-211-2/+2
* Include the platform "FAQs" into the installation instructions.Peter Eisentraut2008-11-218-674/+660
* Use relation_expr for TABLE command, requested by Tom.Peter Eisentraut2008-11-211-2/+2