| Commit message (Expand) | Author | Age | Files | Lines |
* | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 | 2 | -2/+34 |
* | Removed two non-terminals: | Michael Meskes | 2008-11-13 | 1 | -13/+7 |
* | Arrange to cache the results of looking up a btree predicate proof comparison | Tom Lane | 2008-11-13 | 1 | -47/+197 |
* | In predtest.c, install a limit on the number of branches we will process in | Tom Lane | 2008-11-12 | 1 | -10/+45 |
* | Do not use ICONST/SCONST in rules other than Iconst/Sconst. | Michael Meskes | 2008-11-12 | 1 | -8/+8 |
* | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut | 2008-11-12 | 1 | -1/+29 |
* | Fix off-by-one error in autovacuum shmem struct sizing. This could lead to | Heikki Linnakangas | 2008-11-12 | 1 | -2/+2 |
* | Clean up the ancient decision to show only two fractional-seconds digits | Tom Lane | 2008-11-12 | 1 | -546/+298 |
* | Ensure that the phrels sets of PlaceHolderVars appearing in an AppendRelInfo's | Tom Lane | 2008-11-11 | 1 | -6/+10 |
* | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 | 6 | -124/+42 |
* | Fix sloppy omission of now-required #include's. | Tom Lane | 2008-11-11 | 2 | -2/+4 |
* | Change error messages to print the physical path, like | Heikki Linnakangas | 2008-11-11 | 6 | -214/+134 |
* | Add an explicit caution about how to use pg_do_encoding_conversion with | Tom Lane | 2008-11-11 | 1 | -1/+7 |
* | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 | 4 | -18/+374 |
* | Fix a case of string building. | Alvaro Herrera | 2008-11-10 | 2 | -6/+10 |
* | Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were measuring | Tom Lane | 2008-11-10 | 1 | -7/+18 |
* | Fix 'Q' format char parsing in the new to_timestamp() code. Used to crash. | Heikki Linnakangas | 2008-11-10 | 1 | -3/+4 |
* | pg_do_encoding_conversion cannot return NULL (at least not unless the input | Tom Lane | 2008-11-10 | 3 | -15/+3 |
* | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane | 2008-11-10 | 5 | -40/+57 |
* | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 | 5 | -69/+54 |
* | Add a startup check that pg_xlog and pg_xlog/archive_status exist. | Tom Lane | 2008-11-09 | 1 | -1/+56 |
* | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane | 2008-11-09 | 6 | -50/+225 |
* | Fix recently added code for SQL years-months interval syntax so that | Tom Lane | 2008-11-08 | 1 | -2/+2 |
* | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 | 4 | -6/+401 |
* | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 | 8 | -75/+167 |
* | The logic in systable_beginscan to translate heap attribute numbers to | Heikki Linnakangas | 2008-11-06 | 1 | -17/+27 |
* | This maneuver really requires a comment ... | Tom Lane | 2008-11-05 | 1 | -5/+10 |
* | change fix for suppress_redundant_updates_trigger() where relation has Oids, ... | Andrew Dunstan | 2008-11-05 | 1 | -6/+5 |
* | fix suppress_redundant_updates_trigger() where relation has Oids, per gripe f... | Andrew Dunstan | 2008-11-05 | 1 | -1/+8 |
* | ADD array_ndims function | Peter Eisentraut | 2008-11-04 | 1 | -1/+17 |
* | Fix compiler warning about uninitialized variable | Peter Eisentraut | 2008-11-04 | 1 | -2/+2 |
* | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane | 2008-11-04 | 1 | -1/+6 |
* | Fix compiler warnings (including a seriously bogus elog call); minor | Tom Lane | 2008-11-04 | 1 | -18/+22 |
* | Use bool for a boolean flag. | Tom Lane | 2008-11-03 | 1 | -6/+7 |
* | Allow uuid_in() to parse a wider variety of variant input formats for the UUID | Peter Eisentraut | 2008-11-03 | 1 | -35/+26 |
* | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane | 2008-11-03 | 8 | -51/+55 |
* | suppress_redundant_updates_trigger function. | Andrew Dunstan | 2008-11-03 | 2 | -2/+79 |
* | Fix silly typo in previous commit. | Alvaro Herrera | 2008-11-03 | 1 | -2/+2 |
* | Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction | Alvaro Herrera | 2008-11-03 | 1 | -5/+21 |
* | Reduce the acceptable staleness of pgstat data for autovacuum, per the | Alvaro Herrera | 2008-11-03 | 2 | -7/+16 |
* | Add pg_typeof() function. | Tom Lane | 2008-11-03 | 1 | -1/+11 |
* | 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 |