| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix mistakes in comment headers | Alvaro Herrera | 2008-11-03 | 1 | -3/+3 |
* | Change the pgstat logic so that the stats collector writes the stats file only | Tom Lane | 2008-11-03 | 1 | -59/+185 |
* | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane | 2008-11-02 | 7 | -221/+134 |
* | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 41 | -958/+582 |
* | Simplify ExecutorRun's API and save some trivial number of cycles by having | Tom Lane | 2008-10-31 | 2 | -61/+43 |
* | Update FSM on WAL replay. This is a bit limited; the FSM is only updated | Heikki Linnakangas | 2008-10-31 | 2 | -8/+89 |
* | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane | 2008-10-31 | 4 | -263/+522 |
* | Added missing ';' | Michael Meskes | 2008-10-31 | 1 | -2/+3 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 | 12 | -196/+219 |
* | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 | 5 | -14/+53 |
* | Revert previous patch to put the shared memory segment on win32 | Magnus Hagander | 2008-10-30 | 1 | -2/+8 |
* | Fix recoveryLastXTime logic so that it actually does what one would expect. | Tom Lane | 2008-10-30 | 1 | -4/+12 |
* | Support for Sun Studio compiler on Linux | Peter Eisentraut | 2008-10-29 | 3 | -9/+27 |
* | Update on array features support | Peter Eisentraut | 2008-10-29 | 1 | -4/+4 |
* | Since SQL:2003, the array size specification in the SQL ARRAY syntax has | Peter Eisentraut | 2008-10-29 | 1 | -3/+13 |
* | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 | 4 | -34/+220 |
* | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane | 2008-10-29 | 5 | -14/+34 |
* | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane | 2008-10-28 | 4 | -131/+364 |
* | Change WorkTableScan to not support backward scan. The apparent support | Tom Lane | 2008-10-28 | 2 | -9/+13 |
* | Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation | Tom Lane | 2008-10-28 | 2 | -21/+35 |
* | Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. | Peter Eisentraut | 2008-10-28 | 3 | -30/+22 |
* | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 | 4 | -64/+9 |
* | Downgrade can't-happen error reports to elog(). | Alvaro Herrera | 2008-10-27 | 1 | -11/+6 |
* | No need for extra code to log freezing zero tuples. Callers already check that | Alvaro Herrera | 2008-10-27 | 1 | -11/+5 |
* | Make hba parsing error messages more specific. | Magnus Hagander | 2008-10-27 | 1 | -27/+66 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 | 3 | -31/+77 |
* | SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. | Peter Eisentraut | 2008-10-27 | 3 | -6/+51 |
* | Allow EXPLAIN on CREATE TABLE AS. | Peter Eisentraut | 2008-10-27 | 1 | -1/+2 |
* | Feature list update | Peter Eisentraut | 2008-10-27 | 1 | -2/+2 |
* | Better solution to the IN-list issue: instead of having an arbitrary cutoff, | Tom Lane | 2008-10-26 | 1 | -34/+30 |
* | Be a little smarter about qual handling for semi-joins: a qual that mentions | Tom Lane | 2008-10-25 | 1 | -10/+17 |
* | Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" | Tom Lane | 2008-10-25 | 2 | -15/+35 |
* | Reduce the memory footprint of large pending-trigger-event lists, as per my | Tom Lane | 2008-10-24 | 1 | -324/+513 |
* | Replace now unnecessary goto statements by using return directly. | Magnus Hagander | 2008-10-24 | 1 | -14/+12 |
* | Remove a "TODO-list" structure at the top of the file, referring back | Magnus Hagander | 2008-10-24 | 1 | -27/+1 |
* | Remove large parts of the old SSL readme, that consisted of a couple | Magnus Hagander | 2008-10-24 | 1 | -429/+1 |
* | Fix an oversight in two different recent patches: nodes that support SRFs | Tom Lane | 2008-10-23 | 4 | -7/+15 |
* | Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was | Tom Lane | 2008-10-23 | 2 | -15/+2 |
* | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander | 2008-10-23 | 4 | -213/+232 |
* | Feature T173 "Extended LIKE clause in table definition" is supported | Peter Eisentraut | 2008-10-23 | 1 | -1/+1 |
* | Feature T401 is not listed in the SQL standard. Must have been a mistake. | Peter Eisentraut | 2008-10-23 | 1 | -1/+0 |
* | When estimating without benefit of MCV lists (suggesting that one or both | Tom Lane | 2008-10-23 | 1 | -1/+18 |
* | Dept of better ideas: refrain from creating the planner's placeholder_list | Tom Lane | 2008-10-22 | 7 | -167/+91 |
* | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev | 2008-10-22 | 1 | -19/+27 |
* | SQL:2008 alternative syntax for LIMIT/OFFSET: | Peter Eisentraut | 2008-10-22 | 3 | -13/+53 |
* | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 | 24 | -217/+1043 |
* | Use format_type_be() instead of TypeNameToString() for some more user-facing | Peter Eisentraut | 2008-10-21 | 4 | -26/+26 |
* | Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE | Peter Eisentraut | 2008-10-21 | 3 | -9/+15 |
* | Properly access a buffer's LSN using existing access macros instead of abusing | Alvaro Herrera | 2008-10-20 | 1 | -2/+2 |
* | These functions no longer return a value, per complaint from gothic_moth via | Alvaro Herrera | 2008-10-20 | 1 | -6/+6 |