| Commit message (Expand) | Author | Age |
* | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane | 2009-05-05 |
* | Improve pull_up_subqueries logic so that it doesn't insert unnecessary | Tom Lane | 2009-04-28 |
* | Move gettext encoding names into encnames.c, so we only have one place to upd... | Magnus Hagander | 2009-04-24 |
* | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane | 2009-04-19 |
* | Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the | Tom Lane | 2009-04-19 |
* | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 |
* | Fix planner to restore its previous level of intelligence about pushing | Tom Lane | 2009-04-16 |
* | commit and tag beta1REL8_4_BETA1 | Marc G. Fournier | 2009-04-10 |
* | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane | 2009-04-09 |
* | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut | 2009-04-08 |
* | Tell gettext which codeset to use by calling bind_textdomain_codeset(). We | Heikki Linnakangas | 2009-04-08 |
* | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane | 2009-04-07 |
* | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 |
* | Change cardinality() into a C-code function, instead of a SQL-language | Tom Lane | 2009-04-05 |
* | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 |
* | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 |
* | I had always wondered why pg_config.h.win32 claimed that Windows | Tom Lane | 2009-04-05 |
* | Make an attempt at fixing our current Solaris 11 breakage: add a configure | Tom Lane | 2009-04-04 |
* | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane | 2009-04-04 |
* | A session that does not have any live snapshots does not have to be waited for | Tom Lane | 2009-04-04 |
* | Disallow setting fillfactor for TOAST tables. | Alvaro Herrera | 2009-04-04 |
* | Refactor ExecProject and associated routines so that fast-path code is used | Tom Lane | 2009-04-02 |
* | Fix SetClientEncoding() to maintain a cache of previously selected encoding | Tom Lane | 2009-04-02 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 |
* | Add a "relistemp" boolean column to pg_class, which is true for temporary | Tom Lane | 2009-03-31 |
* | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane | 2009-03-30 |
* | Fix possible failures when a tuplestore switches from in-memory to on-disk | Tom Lane | 2009-03-27 |
* | Gettext plural support | Peter Eisentraut | 2009-03-26 |
* | If we expect a hash join to be performed in multiple batches, suppress | Tom Lane | 2009-03-26 |
* | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 |
* | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane | 2009-03-24 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Const-ify the parse table passed to fillRelOptions. The previous coding | Tom Lane | 2009-03-23 |
* | Optimize multi-batch hash joins when the outer relation has a nonuniform | Tom Lane | 2009-03-21 |
* | Make SubPlan nodes carry the result's typmod as well as datatype OID. This is | Tom Lane | 2009-03-10 |
* | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut | 2009-03-09 |
* | Revert pg_bind_textdomain_codeset to a existant-but-empty function when | Alvaro Herrera | 2009-03-09 |
* | pg_bind_textdomain_codeset must exist only on ENABLE_NLS. | Alvaro Herrera | 2009-03-08 |
* | On Windows, call bind_textdomain_codeset on domains other than the default one, | Alvaro Herrera | 2009-03-08 |
* | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera | 2009-03-07 |
* | Teach the planner to support index access methods that only implement | Tom Lane | 2009-03-05 |
* | Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove | Peter Eisentraut | 2009-03-04 |
* | Remove the placeholder LWLockId in place of the removed FreeSpaceLock. | Heikki Linnakangas | 2009-03-03 |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 |
* | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane | 2009-02-25 |
* | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 |
* | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane | 2009-02-24 |
* | Change the signaling of end-of-recovery. Startup process now indicates end | Heikki Linnakangas | 2009-02-23 |
* | Increase NUM_AUXILIARY_PROCS, now that the startup process can co-exist | Heikki Linnakangas | 2009-02-19 |