| Commit message (Expand) | Author | Age |
* | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut | 2008-11-18 |
* | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane | 2008-11-16 |
* | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane | 2008-11-15 |
* | Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin. | Tom Lane | 2008-11-14 |
* | Actually, instead of whining about how type internal might not safely store | Tom Lane | 2008-11-14 |
* | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 |
* | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane | 2008-11-14 |
* | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 |
* | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 |
* | PGDLLIMPORT-ize the global variables referenced in pg_crc.h. | Tom Lane | 2008-11-13 |
* | Update URL to Ross Williams' CRC paper. | Alvaro Herrera | 2008-11-12 |
* | If we're going to use a SQL function for this, at least make it schema-proof. | Tom Lane | 2008-11-12 |
* | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut | 2008-11-12 |
* | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 |
* | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 |
* | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane | 2008-11-10 |
* | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 |
* | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 |
* | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 |
* | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 |
* | ADD array_ndims function | Peter Eisentraut | 2008-11-04 |
* | 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 |
* | Add pg_typeof() function. | Tom Lane | 2008-11-03 |
* | Change the pgstat logic so that the stats collector writes the stats file only | Tom Lane | 2008-11-03 |
* | 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-02 |
* | 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 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 |
* | Add support for user-defined I/O conversion casts. | Heikki Linnakangas | 2008-10-31 |
* | Support for Sun Studio compiler on Linux | 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-29 |
* | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane | 2008-10-28 |
* | Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation | Tom Lane | 2008-10-28 |
* | Remove support for (insecure) crypt authentication. | Magnus Hagander | 2008-10-28 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 |
* | Reduce the memory footprint of large pending-trigger-event lists, as per my | Tom Lane | 2008-10-24 |
* | 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 |
* | Dept of better ideas: refrain from creating the planner's placeholder_list | Tom Lane | 2008-10-22 |
* | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev | 2008-10-22 |
* | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane | 2008-10-21 |
* | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera | 2008-10-20 |
* | Remove mark/restore support in GIN and GiST indexes. | Teodor Sigaev | 2008-10-20 |
* | Remove useless mark/restore support in hash index AM, per discussion. | Tom Lane | 2008-10-17 |
* | Add a new column to pg_am to specify whether an index AM supports backward | Tom Lane | 2008-10-17 |