| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() | Tom Lane | 2009-06-06 | 1 | -2/+3 |
* | GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros | Tom Lane | 2009-06-05 | 1 | -7/+7 |
* | Improve the recently-added support for properly pluralized error messages | Tom Lane | 2009-06-04 | 1 | -3/+19 |
* | Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, | Tom Lane | 2009-06-01 | 1 | -1/+6 |
* | Remove the useless and rather inconsistent return values of EncodeDateOnly, | Tom Lane | 2009-05-26 | 1 | -5/+5 |
* | Use more-portable coding for the check on handing out the last available | Tom Lane | 2009-05-24 | 1 | -2/+3 |
* | commit for BETA2REL8_4_BETA2 | Marc G. Fournier | 2009-05-15 | 1 | -3/+3 |
* | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane | 2009-05-13 | 1 | -3/+1 |
* | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane | 2009-05-12 | 1 | -2/+1 |
* | Modify find_inheritance_children() and find_all_inheritors() to add the | Tom Lane | 2009-05-12 | 2 | -10/+26 |
* | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 | 4 | -12/+18 |
* | Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti | Tom Lane | 2009-05-09 | 1 | -2/+2 |
* | 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function | Bruce Momjian | 2009-05-08 | 1 | -2/+2 |
* | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane | 2009-05-07 | 1 | -2/+2 |
* | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane | 2009-05-05 | 3 | -4/+15 |
* | Improve pull_up_subqueries logic so that it doesn't insert unnecessary | Tom Lane | 2009-04-28 | 1 | -2/+3 |
* | Move gettext encoding names into encnames.c, so we only have one place to upd... | Magnus Hagander | 2009-04-24 | 1 | -1/+12 |
* | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane | 2009-04-19 | 2 | -3/+24 |
* | Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the | Tom Lane | 2009-04-19 | 1 | -1/+3 |
* | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane | 2009-04-19 | 1 | -2/+8 |
* | Fix planner to restore its previous level of intelligence about pushing | Tom Lane | 2009-04-16 | 2 | -5/+19 |
* | commit and tag beta1REL8_4_BETA1 | Marc G. Fournier | 2009-04-10 | 1 | -3/+3 |
* | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane | 2009-04-09 | 3 | -7/+4 |
* | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut | 2009-04-08 | 1 | -2/+1 |
* | Tell gettext which codeset to use by calling bind_textdomain_codeset(). We | Heikki Linnakangas | 2009-04-08 | 1 | -2/+2 |
* | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane | 2009-04-07 | 2 | -4/+4 |
* | Rename the new CREATE DATABASE options to set collation and ctype into | Heikki Linnakangas | 2009-04-06 | 1 | -2/+3 |
* | Change cardinality() into a C-code function, instead of a SQL-language | Tom Lane | 2009-04-05 | 3 | -6/+7 |
* | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane | 2009-04-05 | 1 | -1/+3 |
* | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 | 1 | -3/+1 |
* | I had always wondered why pg_config.h.win32 claimed that Windows | Tom Lane | 2009-04-05 | 1 | -3/+0 |
* | Make an attempt at fixing our current Solaris 11 breakage: add a configure | Tom Lane | 2009-04-04 | 1 | -0/+3 |
* | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane | 2009-04-04 | 5 | -53/+27 |
* | A session that does not have any live snapshots does not have to be waited for | Tom Lane | 2009-04-04 | 2 | -3/+10 |
* | Disallow setting fillfactor for TOAST tables. | Alvaro Herrera | 2009-04-04 | 1 | -14/+14 |
* | Refactor ExecProject and associated routines so that fast-path code is used | Tom Lane | 2009-04-02 | 1 | -8/+19 |
* | Fix SetClientEncoding() to maintain a cache of previously selected encoding | Tom Lane | 2009-04-02 | 1 | -2/+1 |
* | Modify the relcache to record the temp status of both local and nonlocal | Tom Lane | 2009-03-31 | 1 | -3/+13 |
* | Add a "relistemp" boolean column to pg_class, which is true for temporary | Tom Lane | 2009-03-31 | 3 | -42/+46 |
* | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane | 2009-03-30 | 1 | -10/+22 |
* | Fix possible failures when a tuplestore switches from in-memory to on-disk | Tom Lane | 2009-03-27 | 1 | -2/+2 |
* | Gettext plural support | Peter Eisentraut | 2009-03-26 | 1 | -1/+3 |
* | If we expect a hash join to be performed in multiple batches, suppress | Tom Lane | 2009-03-26 | 1 | -1/+2 |
* | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 | 3 | -9/+11 |
* | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane | 2009-03-24 | 1 | -6/+11 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 | 6 | -33/+151 |
* | Const-ify the parse table passed to fillRelOptions. The previous coding | Tom Lane | 2009-03-23 | 1 | -10/+11 |
* | Optimize multi-batch hash joins when the outer relation has a nonuniform | Tom Lane | 2009-03-21 | 4 | -10/+61 |
* | Make SubPlan nodes carry the result's typmod as well as datatype OID. This is | Tom Lane | 2009-03-10 | 1 | -1/+2 |
* | Accept 'on' and 'off' as input for boolean data type, unifying the syntax | Peter Eisentraut | 2009-03-09 | 2 | -3/+4 |