| Age | Commit message (Expand) | Author |
| 2008-11-10 | Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash. | Heikki Linnakangas |
| 2008-11-10 | pg_do_encoding_conversion cannot return NULL (at least not unless the input | 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 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 | 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 | 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-04 | ADD array_ndims function | Peter Eisentraut |
| 2008-11-04 | Fix compiler warning about uninitialized variable | Peter Eisentraut |
| 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 | 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 | 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 | Fix mistakes in comment headers | Alvaro Herrera |
| 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-10-31 | Simplify ExecutorRun's API and save some trivial number of cycles by having | Tom Lane |
| 2008-10-31 | Update FSM on WAL replay. This is a bit limited; the FSM is only updated | Heikki Linnakangas |
| 2008-10-31 | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane |
| 2008-10-31 | Added missing ';' | Michael Meskes |
| 2008-10-31 | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas |
| 2008-10-31 | Add support for user-defined I/O conversion casts. | Heikki Linnakangas |
| 2008-10-30 | Revert previous patch to put the shared memory segment on win32 | Magnus Hagander |
| 2008-10-30 | Fix recoveryLastXTime logic so that it actually does what one would expect. | Tom Lane |
| 2008-10-29 | Support for Sun Studio compiler on Linux | Peter Eisentraut |
| 2008-10-29 | Update on array features support | Peter Eisentraut |
| 2008-10-29 | Since SQL:2003, the array size specification in the SQL ARRAY syntax has | Peter Eisentraut |
| 2008-10-29 | Unicode escapes in strings and identifiers | Peter Eisentraut |
| 2008-10-29 | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane |
| 2008-10-28 | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane |
| 2008-10-28 | Change WorkTableScan to not support backward scan. The apparent support | Tom Lane |
| 2008-10-28 | Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation | Tom Lane |
| 2008-10-28 | Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. | Peter Eisentraut |
| 2008-10-28 | Remove support for (insecure) crypt authentication. | Magnus Hagander |
| 2008-10-27 | Downgrade can't-happen error reports to elog(). | Alvaro Herrera |
| 2008-10-27 | No need for extra code to log freezing zero tuples. Callers already check that | Alvaro Herrera |
| 2008-10-27 | Make hba parsing error messages more specific. | Magnus Hagander |