summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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
2008-11-07Improve documentation of pg_typeof, per gripe from David Wheeler.Tom Lane
2008-11-07Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane
2008-11-06Improve psql's \dC command to take a pattern parameter. Casts are shownTom Lane
2008-11-04Document that SSL is only possible on tcp/ip connections in theBruce Momjian
2008-11-04Document that 'sslmode' is ignored for Unix domain socket communication;Bruce Momjian
2008-11-04Experimental new support for building man pages via docbook2x, an XSL-basedPeter Eisentraut
2008-11-04ADD array_ndims functionPeter Eisentraut
2008-11-04Add missing colon to docs.Bruce Momjian
2008-11-04Remove tabs from SGML file.Bruce Momjian
2008-11-04Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane
2008-11-03Allow uuid_in() to parse a wider variety of variant input formats for the UUIDPeter Eisentraut
2008-11-03suppress_redundant_updates_trigger function.Andrew Dunstan
2008-11-03Add pg_typeof() function.Tom Lane
2008-11-03Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini.Alvaro Herrera
2008-11-03Change the pgstat logic so that the stats collector writes the stats file onlyTom Lane
2008-10-31Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane
2008-10-31The conversion rule from postgres.sgml to postgres.xml didn't work withPeter Eisentraut
2008-10-31Add support for user-defined I/O conversion casts.Heikki Linnakangas