| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make a couple of small changes to the tuplestore API, for the benefit of the | Tom Lane | 2008-12-27 | 1 | -21/+42 |
| * | Change the name of dtrace wal tracepoints: | Bruce Momjian | 2008-12-24 | 1 | -3/+3 |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 2 | -2/+384 |
| * | When we added the ability to have zero-element ARRAY[] constructs by adding an | Tom Lane | 2008-12-19 | 1 | -1/+9 |
| * | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 2 | -50/+58 |
| * | The attached patch contains a couple of fixes in the existing probes and | Bruce Momjian | 2008-12-17 | 2 | -26/+31 |
| * | Arrange for the pg_foo_is_visible and has_foo_privilege families of functions | Tom Lane | 2008-12-15 | 1 | -6/+83 |
| * | Remove our dependencies on MB_CUR_MAX in favor of believing that | Tom Lane | 2008-12-15 | 1 | -10/+34 |
| * | Increase the default value of default_statistics_target from 10 to 100, | Tom Lane | 2008-12-13 | 2 | -3/+3 |
| * | Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless | Tom Lane | 2008-12-13 | 1 | -3/+2 |
| * | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 | 1 | -6/+20 |
| * | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 | 1 | -2/+2 |
| * | Better descriptions in pg_get_keywords(), consistent with the documentation | Peter Eisentraut | 2008-12-05 | 1 | -5/+5 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -8/+78 |
| * | Fix a couple of snapshot management bugs in the new ResourceOwner world: | Alvaro Herrera | 2008-12-04 | 1 | -14/+54 |
| * | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 | 1 | -2/+11 |
| * | Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in the new | Heikki Linnakangas | 2008-12-02 | 1 | -9/+9 |
| * | Minor code embellishments. | Alvaro Herrera | 2008-12-02 | 1 | -50/+43 |
| * | Modify the new to_timestamp implementation so that end-of-format-string | Heikki Linnakangas | 2008-12-01 | 1 | -2/+3 |
| * | Remove inappropriate memory context switch in shutdown_MultiFuncCall(). | Tom Lane | 2008-11-30 | 1 | -2/+1 |
| * | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas | 2008-11-26 | 1 | -8/+8 |
| * | Use ResourceOwners in the snapshot manager, instead of attempting to track them | Alvaro Herrera | 2008-11-25 | 3 | -183/+147 |
| * | Fix a few more format argument warnings. | Magnus Hagander | 2008-11-21 | 1 | -3/+3 |
| * | Make the enumvals column of pg_settings be text[] instead of just | Magnus Hagander | 2008-11-21 | 1 | -12/+16 |
| * | Fix compiler warning "res may be used uninitialized in this function". | Teodor Sigaev | 2008-11-19 | 1 | -2/+2 |
| * | Fix define_custom_variable so that SUSET custom variables behave | Tom Lane | 2008-11-19 | 1 | -2/+25 |
| * | Some infrastructure changes for the upcoming auto-explain contrib module: | Tom Lane | 2008-11-19 | 1 | -124/+158 |
| * | Replace plain-memory ordered array by binary tree in ts_stat() function. | Teodor Sigaev | 2008-11-17 | 1 | -208/+200 |
| * | Actually, instead of whining about how type internal might not safely store | Tom Lane | 2008-11-14 | 1 | -9/+5 |
| * | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane | 2008-11-14 | 1 | -1/+105 |
| * | Minor code clarity improvements in array_agg functions, and add a comment | Tom Lane | 2008-11-14 | 1 | -9/+33 |
| * | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut | 2008-11-13 | 1 | -1/+33 |
| * | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut | 2008-11-12 | 1 | -1/+29 |
| * | Clean up the ancient decision to show only two fractional-seconds digits | Tom Lane | 2008-11-12 | 1 | -546/+298 |
| * | 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 | 1 | -2/+2 |
| * | 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 | 1 | -3/+1 |
| * | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane | 2008-11-10 | 1 | -1/+12 |
| * | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 | 1 | -3/+3 |
| * | 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 |
| * | 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 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 |