| Age | Commit message (Expand) | Author |
| 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 |
| 2008-11-01 | Use string component in index structure. | Michael Meskes |
| 2008-11-01 | Do not eat memory even in case of an out-of-memory error. | Michael Meskes |
| 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 test case for CREATE CAST. | Heikki Linnakangas |
| 2008-10-31 | Add support for user-defined I/O conversion casts. | Heikki Linnakangas |
| 2008-10-31 | Message improvement | Peter Eisentraut |
| 2008-10-30 | Revert previous patch to put the shared memory segment on win32 | Magnus Hagander |
| 2008-10-30 | Update time zone data files to tzdata release 2008i (DST law changes in | Tom Lane |
| 2008-10-30 | Fix recoveryLastXTime logic so that it actually does what one would expect. | Tom Lane |
| 2008-10-29 | Move forgotten comment closer to where it matters. | Peter Eisentraut |
| 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 |
| 2008-10-27 | Install a more robust solution for the problem of infinite error-processing | Tom Lane |
| 2008-10-27 | Add support for multiple error messages from libpq, by simply appending them | Magnus Hagander |
| 2008-10-27 | SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. | Peter Eisentraut |
| 2008-10-27 | Update standalong libpq makefiles for msvc and bcc to work with the new | Magnus Hagander |
| 2008-10-27 | Allow EXPLAIN on CREATE TABLE AS. | Peter Eisentraut |
| 2008-10-27 | Feature list update | Peter Eisentraut |
| 2008-10-26 | Better solution to the IN-list issue: instead of having an arbitrary cutoff, | Tom Lane |
| 2008-10-25 | Be a little smarter about qual handling for semi-joins: a qual that mentions | Tom Lane |
| 2008-10-25 | Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" | Tom Lane |
| 2008-10-24 | Reduce the memory footprint of large pending-trigger-event lists, as per my | Tom Lane |
| 2008-10-24 | Replace now unnecessary goto statements by using return directly. | Magnus Hagander |
| 2008-10-24 | Remove notes from the frontend SSL source that are incorrect or | Magnus Hagander |
| 2008-10-24 | Remove a "TODO-list" structure at the top of the file, referring back | Magnus Hagander |
| 2008-10-24 | Remove large parts of the old SSL readme, that consisted of a couple | Magnus Hagander |
| 2008-10-23 | Fix memory leak when using gsslib parameter in libpq connections | Magnus Hagander |
| 2008-10-23 | Fix an oversight in two different recent patches: nodes that support SRFs | Tom Lane |
| 2008-10-23 | Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was | Tom Lane |
| 2008-10-23 | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander |
| 2008-10-23 | Feature T173 "Extended LIKE clause in table definition" is supported | Peter Eisentraut |
| 2008-10-23 | Feature T401 is not listed in the SQL standard. Must have been a mistake. | Peter Eisentraut |
| 2008-10-23 | When estimating without benefit of MCV lists (suggesting that one or both | Tom Lane |