summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Ident authentication over Unix-domain sockets on Solaris, usingPeter Eisentraut2008-11-181-2/+2
* Document that Bucardo is an example of mulit-master replication withBruce Momjian2008-11-171-1/+2
* Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure toTom Lane2008-11-164-26/+60
* Document a gotcha that happens on Windows when using libpq's new eventTom Lane2008-11-141-1/+14
* Reduce contrib/intagg to a thin wrapper around the new core functionsTom Lane2008-11-141-25/+9
* Since doc/src/sgml already builds the HTML docs twice to resolve indexPeter Eisentraut2008-11-141-4/+1
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14132-151/+285
* Implement the basic form of UNNEST, ie unnest(anyarray) returns setofTom Lane2008-11-141-1/+12
* Marginal editorial improvements for array_agg patch documentation.Tom Lane2008-11-131-11/+11
* array_agg aggregate function, as per SQL:2008, but without ORDER BY clausePeter Eisentraut2008-11-131-16/+69
* Fix libpq certificate validation for SSL connections.Magnus Hagander2008-11-132-11/+58
* Support for man page links, if a man page has more than one refname.Peter Eisentraut2008-11-121-2/+4
* Remove unnecessary whitespace in refname elements. This confuses thePeter Eisentraut2008-11-123-12/+6
* Add refentrytitle elements to refentry pages. Their absence confused thePeter Eisentraut2008-11-121-1/+73
* array_length() function, and for SQL compatibility also cardinality()Peter Eisentraut2008-11-122-2/+38
* Mention the tup_fetched column in pg_stat_database.Magnus Hagander2008-11-111-2/+2
* Add support for input and output of interval values formatted per ISO 8601;Tom Lane2008-11-112-6/+131
* Add a --locale switch to createdb, to ease the creation of databases withAlvaro Herrera2008-11-101-2/+31
* Make relhasrules and relhastriggers work like relhasindex, namely we letTom Lane2008-11-101-1/+8
* Replace pg_class.reltriggers with relhastriggers, which is just a boolean hintTom Lane2008-11-091-43/+15
* Add a startup check that pg_xlog and pg_xlog/archive_status exist.Tom Lane2008-11-091-3/+1
* Add some documentation about handling of fractions in interval input.Tom Lane2008-11-091-4/+17
* Add a new GUC variable called "IntervalStyle" that decouples interval outputTom Lane2008-11-095-88/+220
* Improve documentation of pg_typeof, per gripe from David Wheeler.Tom Lane2008-11-071-2/+19
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-071-1/+22
* Improve psql's \dC command to take a pattern parameter. Casts are shownTom Lane2008-11-061-2/+5
* Document that SSL is only possible on tcp/ip connections in theBruce Momjian2008-11-041-2/+3
* Document that 'sslmode' is ignored for Unix domain socket communication;Bruce Momjian2008-11-041-4/+5
* Experimental new support for building man pages via docbook2x, an XSL-basedPeter Eisentraut2008-11-042-1/+31
* ADD array_ndims functionPeter Eisentraut2008-11-041-1/+12
* Add missing colon to docs.Bruce Momjian2008-11-041-2/+2
* Remove tabs from SGML file.Bruce Momjian2008-11-041-26/+26
* Disallow LOCK TABLE outside a transaction block (or function), since this caseTom Lane2008-11-042-11/+13
* Allow uuid_in() to parse a wider variety of variant input formats for the UUIDPeter Eisentraut2008-11-031-2/+5
* suppress_redundant_updates_trigger function.Andrew Dunstan2008-11-031-1/+52
* Add pg_typeof() function.Tom Lane2008-11-031-1/+16
* Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini.Alvaro Herrera2008-11-031-2/+2
* Change the pgstat logic so that the stats collector writes the stats file onlyTom Lane2008-11-031-4/+1
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-311-39/+60
* The conversion rule from postgres.sgml to postgres.xml didn't work withPeter Eisentraut2008-10-311-3/+3
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-312-15/+46
* Update back-branch release notes.Tom Lane2008-10-301-1/+778
* Remove tab from sgml file.Bruce Momjian2008-10-291-2/+2
* Since SQL:2003, the array size specification in the SQL ARRAY syntax hasPeter Eisentraut2008-10-291-3/+6
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-291-8/+134
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-281-5/+1
* Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut2008-10-281-8/+17
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-283-104/+9
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-271-3/+3
* Add support for multiple error messages from libpq, by simply appending themMagnus Hagander2008-10-271-5/+6