summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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
2008-11-20Control client certificate requesting with the pg_hba option "clientcert"Magnus Hagander
2008-11-19Add WITH as a refname to the SELECT reference page.Peter Eisentraut
2008-11-19Add "Most Common Implementation" row to high availablity table so theBruce Momjian
2008-11-19Add auto-explain contrib module for automatic logging of the plans ofTom Lane
2008-11-18Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut
2008-11-17Document that Bucardo is an example of mulit-master replication withBruce Momjian
2008-11-16Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane
2008-11-14Document a gotcha that happens on Windows when using libpq's new eventTom Lane
2008-11-14Reduce contrib/intagg to a thin wrapper around the new core functionsTom Lane
2008-11-14Since doc/src/sgml already builds the HTML docs twice to resolve indexPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-11-14Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane
2008-11-13Marginal editorial improvements for array_agg patch documentation.Tom Lane
2008-11-13array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut
2008-11-13Fix libpq certificate validation for SSL connections.Magnus Hagander
2008-11-12Support for man page links, if a man page has more than one refname.Peter Eisentraut
2008-11-12Remove unnecessary whitespace in refname elements. This confuses thePeter Eisentraut
2008-11-12Add refentrytitle elements to refentry pages. Their absence confused thePeter Eisentraut
2008-11-12array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut
2008-11-11Mention the tup_fetched column in pg_stat_database.Magnus Hagander
2008-11-11Add support for input and output of interval values formatted per ISO 8601;Tom Lane
2008-11-10Add a --locale switch to createdb, to ease the creation of databases withAlvaro Herrera
2008-11-10Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane
2008-11-09Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane
2008-11-09Add a startup check that pg_xlog and pg_xlog/archive_status exist.Tom Lane
2008-11-09Add some documentation about handling of fractions in interval input.Tom Lane
2008-11-09Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane