| Age | Commit message (Expand) | Author |
| 2008-11-10 | Add a --locale switch to createdb, to ease the creation of databases with | Alvaro Herrera |
| 2008-11-10 | pg_do_encoding_conversion cannot return NULL (at least not unless the input | Tom Lane |
| 2008-11-10 | Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer | Tom Lane |
| 2008-11-10 | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane |
| 2008-11-09 | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane |
| 2008-11-09 | Add a startup check that pg_xlog and pg_xlog/archive_status exist. | Tom Lane |
| 2008-11-09 | Add some documentation about handling of fractions in interval input. | Tom Lane |
| 2008-11-09 | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane |
| 2008-11-08 | Fix recently added code for SQL years-months interval syntax so that | Tom Lane |
| 2008-11-07 | Add some more citext test cases, per David Wheeler. Also remove the | Tom Lane |
| 2008-11-07 | Improve documentation of pg_typeof, per gripe from David Wheeler. | Tom Lane |
| 2008-11-07 | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane |
| 2008-11-06 | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane |
| 2008-11-06 | Improve psql's \dC command to take a pattern parameter. Casts are shown | Tom Lane |
| 2008-11-06 | The logic in systable_beginscan to translate heap attribute numbers to | Heikki Linnakangas |
| 2008-11-05 | This maneuver really requires a comment ... | Tom Lane |
| 2008-11-05 | change fix for suppress_redundant_updates_trigger() where relation has Oids, ... | Andrew Dunstan |
| 2008-11-05 | fix suppress_redundant_updates_trigger() where relation has Oids, per gripe f... | Andrew Dunstan |
| 2008-11-05 | A few additional test cases for array functionality | Peter Eisentraut |
| 2008-11-05 | Rename several aliases for PLpgSQL_datum.dno to also be called dno. | Tom Lane |
| 2008-11-04 | Document that SSL is only possible on tcp/ip connections in the | Bruce Momjian |
| 2008-11-04 | Document that 'sslmode' is ignored for Unix domain socket communication; | Bruce Momjian |
| 2008-11-04 | Revert unwanted patch, per Tom. | Alvaro Herrera |
| 2008-11-04 | Remove unused rfno from PLpgSQL_recfield | Alvaro Herrera |
| 2008-11-04 | Fix bug introduced in recent patch to make plpython cope with OUT arguments: | Tom Lane |
| 2008-11-04 | Experimental new support for building man pages via docbook2x, an XSL-based | Peter Eisentraut |
| 2008-11-04 | ADD array_ndims function | Peter Eisentraut |
| 2008-11-04 | Fix compiler warning about uninitialized variable | Peter Eisentraut |
| 2008-11-04 | Add missing colon to docs. | Bruce Momjian |
| 2008-11-04 | Remove tabs from SGML file. | Bruce Momjian |
| 2008-11-04 | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane |
| 2008-11-04 | Fix compiler warnings (including a seriously bogus elog call); minor | Tom Lane |
| 2008-11-03 | Use bool for a boolean flag. | Tom Lane |
| 2008-11-03 | Allow uuid_in() to parse a wider variety of variant input formats for the UUID | Peter Eisentraut |
| 2008-11-03 | Dept of second thoughts: seems it'd be safer if pg_typeof is marked | Tom Lane |
| 2008-11-03 | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane |
| 2008-11-03 | suppress_redundant_updates_trigger function. | Andrew Dunstan |
| 2008-11-03 | Fix silly typo in previous commit. | Alvaro Herrera |
| 2008-11-03 | Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction | Alvaro Herrera |
| 2008-11-03 | Fix two error-recovery bugs in describeOneTableDetails(), and make the code | Tom Lane |
| 2008-11-03 | Reduce the acceptable staleness of pgstat data for autovacuum, per the | Alvaro Herrera |
| 2008-11-03 | Add pg_typeof() function. | Tom Lane |
| 2008-11-03 | Small shell syntax improvement. | Bruce Momjian |
| 2008-11-03 | Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini. | Alvaro Herrera |
| 2008-11-03 | Fix mistakes in comment headers | Alvaro Herrera |
| 2008-11-03 | Fix incorrect comment in SSL code | Magnus Hagander |
| 2008-11-03 | Change the pgstat logic so that the stats collector writes the stats file only | Tom Lane |
| 2008-11-02 | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane |
| 2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
| 2008-11-01 | Move from strcmp to strncmp to be more tolerant for changes to the parser. | Michael Meskes |