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