| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut | 2008-11-18 | 1 | -2/+2 |
| * | Document that Bucardo is an example of mulit-master replication with | Bruce Momjian | 2008-11-17 | 1 | -1/+2 |
| * | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane | 2008-11-16 | 4 | -26/+60 |
| * | Document a gotcha that happens on Windows when using libpq's new event | Tom Lane | 2008-11-14 | 1 | -1/+14 |
| * | Reduce contrib/intagg to a thin wrapper around the new core functions | Tom Lane | 2008-11-14 | 1 | -25/+9 |
| * | Since doc/src/sgml already builds the HTML docs twice to resolve index | Peter Eisentraut | 2008-11-14 | 1 | -4/+1 |
| * | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut | 2008-11-14 | 132 | -151/+285 |
| * | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane | 2008-11-14 | 1 | -1/+12 |
| * | Marginal editorial improvements for array_agg patch documentation. | Tom Lane | 2008-11-13 | 1 | -11/+11 |
| * | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 | 1 | -16/+69 |
| * | Fix libpq certificate validation for SSL connections. | Magnus Hagander | 2008-11-13 | 2 | -11/+58 |
| * | Support for man page links, if a man page has more than one refname. | Peter Eisentraut | 2008-11-12 | 1 | -2/+4 |
| * | Remove unnecessary whitespace in refname elements. This confuses the | Peter Eisentraut | 2008-11-12 | 3 | -12/+6 |
| * | Add refentrytitle elements to refentry pages. Their absence confused the | Peter Eisentraut | 2008-11-12 | 1 | -1/+73 |
| * | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut | 2008-11-12 | 2 | -2/+38 |
| * | Mention the tup_fetched column in pg_stat_database. | Magnus Hagander | 2008-11-11 | 1 | -2/+2 |
| * | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 | 2 | -6/+131 |
| * | Add a --locale switch to createdb, to ease the creation of databases with | Alvaro Herrera | 2008-11-10 | 1 | -2/+31 |
| * | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane | 2008-11-10 | 1 | -1/+8 |
| * | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 | 1 | -43/+15 |
| * | Add a startup check that pg_xlog and pg_xlog/archive_status exist. | Tom Lane | 2008-11-09 | 1 | -3/+1 |
| * | Add some documentation about handling of fractions in interval input. | Tom Lane | 2008-11-09 | 1 | -4/+17 |
| * | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 | 5 | -88/+220 |
| * | Improve documentation of pg_typeof, per gripe from David Wheeler. | Tom Lane | 2008-11-07 | 1 | -2/+19 |
| * | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 | 1 | -1/+22 |
| * | Improve psql's \dC command to take a pattern parameter. Casts are shown | Tom Lane | 2008-11-06 | 1 | -2/+5 |
| * | Document that SSL is only possible on tcp/ip connections in the | Bruce Momjian | 2008-11-04 | 1 | -2/+3 |
| * | Document that 'sslmode' is ignored for Unix domain socket communication; | Bruce Momjian | 2008-11-04 | 1 | -4/+5 |
| * | Experimental new support for building man pages via docbook2x, an XSL-based | Peter Eisentraut | 2008-11-04 | 2 | -1/+31 |
| * | ADD array_ndims function | Peter Eisentraut | 2008-11-04 | 1 | -1/+12 |
| * | Add missing colon to docs. | Bruce Momjian | 2008-11-04 | 1 | -2/+2 |
| * | Remove tabs from SGML file. | Bruce Momjian | 2008-11-04 | 1 | -26/+26 |
| * | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane | 2008-11-04 | 2 | -11/+13 |
| * | Allow uuid_in() to parse a wider variety of variant input formats for the UUID | Peter Eisentraut | 2008-11-03 | 1 | -2/+5 |
| * | suppress_redundant_updates_trigger function. | Andrew Dunstan | 2008-11-03 | 1 | -1/+52 |
| * | Add pg_typeof() function. | Tom Lane | 2008-11-03 | 1 | -1/+16 |
| * | Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini. | Alvaro Herrera | 2008-11-03 | 1 | -2/+2 |
| * | Change the pgstat logic so that the stats collector writes the stats file only | Tom Lane | 2008-11-03 | 1 | -4/+1 |
| * | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane | 2008-10-31 | 1 | -39/+60 |
| * | The conversion rule from postgres.sgml to postgres.xml didn't work with | Peter Eisentraut | 2008-10-31 | 1 | -3/+3 |
| * | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 | 2 | -15/+46 |
| * | Update back-branch release notes. | Tom Lane | 2008-10-30 | 1 | -1/+778 |
| * | Remove tab from sgml file. | Bruce Momjian | 2008-10-29 | 1 | -2/+2 |
| * | Since SQL:2003, the array size specification in the SQL ARRAY syntax has | Peter Eisentraut | 2008-10-29 | 1 | -3/+6 |
| * | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 | 1 | -8/+134 |
| * | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane | 2008-10-28 | 1 | -5/+1 |
| * | Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. | Peter Eisentraut | 2008-10-28 | 1 | -8/+17 |
| * | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 | 3 | -104/+9 |
| * | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 | 1 | -3/+3 |
| * | Add support for multiple error messages from libpq, by simply appending them | Magnus Hagander | 2008-10-27 | 1 | -5/+6 |