| Commit message (Expand) | Author | Age |
* | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas | 2009-12-03 |
* | Mark application_name as GUC_REPORT so that the value will be reported back | Tom Lane | 2009-12-02 |
* | Teach the regular expression functions to do case-insensitive matching and | Tom Lane | 2009-12-01 |
* | Revert due to Tom's concerns: | Bruce Momjian | 2009-12-01 |
* | ProcessUtility_hook: | Bruce Momjian | 2009-12-01 |
* | Avoid core dump on empty thesaurus dictionary. | Tom Lane | 2009-11-30 |
* | Make pg_stat_activity.application_name visible to all users, rather than | Tom Lane | 2009-11-29 |
* | Add support for an application_name parameter, which is displayed in | Tom Lane | 2009-11-28 |
* | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane | 2009-11-28 |
* | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas | 2009-11-23 |
* | Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG. | Heikki Linnakangas | 2009-11-22 |
* | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 |
* | Fix memory leak in syslogger: logfile_rotate() would leak a copy of the | Tom Lane | 2009-11-19 |
* | Add a hook to CREATE/ALTER ROLE to allow an external module to check the | Tom Lane | 2009-11-18 |
* | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 |
* | While doing the final setrefs.c pass over a plan tree, try to match up | Tom Lane | 2009-11-16 |
* | Make text search parser accept underscores in XML attributes (bug #5075) | Peter Eisentraut | 2009-11-15 |
* | Improve planning of Materialize nodes inserted atop the inner input of a | Tom Lane | 2009-11-15 |
* | Clean up a couple of bizarre code formatting choices in recent CREATE LIKE pa... | Tom Lane | 2009-11-13 |
* | A better fix for the "ARRAY[...]::domain" problem. The previous patch worked, | Heikki Linnakangas | 2009-11-13 |
* | When you do "ARRAY[...]::domain", where domain is a domain over an array type, | Heikki Linnakangas | 2009-11-13 |
* | Fix multicolumn GIN's wrong results with fastupdate enabled. | Teodor Sigaev | 2009-11-13 |
* | The recent patch to log changes in postgresql.conf settings dumped core | Tom Lane | 2009-11-12 |
* | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane | 2009-11-12 |
* | Remove pg_parse_string_token() --- not needed anymore. | Tom Lane | 2009-11-12 |
* | Remove plpgsql's separate lexer (finally!), in favor of using the core lexer | Tom Lane | 2009-11-12 |
* | Change "name" nonterminal in cursor-related productions to cursor_name. | Alvaro Herrera | 2009-11-11 |
* | Support optional FROM/IN in FETCH and MOVE | Alvaro Herrera | 2009-11-11 |
* | Revert the temporary patch to work around Snow Leopard readdir() bug. | Tom Lane | 2009-11-10 |
* | interval_abs(): | Bruce Momjian | 2009-11-10 |
* | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera | 2009-11-10 |
* | Re-refactor the core scanner's API, in order to get out from under the problem | Tom Lane | 2009-11-09 |
* | Fix WHERE CURRENT OF to work as designed within plpgsql. The argument | Tom Lane | 2009-11-09 |
* | Keep track of language's trusted flag in InlineCodeBlock. Needed to support D... | Andrew Dunstan | 2009-11-06 |
* | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane | 2009-11-05 |
* | reenable -> re-enable | Peter Eisentraut | 2009-11-05 |
* | Allow binary-coercible cases in ri_HashCompareOp; there are some such cases | Tom Lane | 2009-11-05 |
* | Rename some encoding conversion modules to keep pathnames in our source | Tom Lane | 2009-11-04 |
* | Make expression locations for LIKE and SIMILAR TO constructs uniformly point | Tom Lane | 2009-11-04 |
* | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane | 2009-11-04 |
* | Allow rewriting ALTER TABLE to skip WAL logging. | Heikki Linnakangas | 2009-11-04 |
* | Dept of second thoughts: after studying index_getnext() a bit more I realize | Tom Lane | 2009-11-01 |
* | Fix two serious bugs introduced into hash indexes by the 8.4 patch that made | Tom Lane | 2009-11-01 |
* | Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my | Tom Lane | 2009-10-31 |
* | Make the overflow guards in ExecChooseHashTableSize be more protective. | Tom Lane | 2009-10-30 |
* | Un-break EXPLAIN for Append plans. I messed this up a few days ago while | Tom Lane | 2009-10-28 |
* | Fix AcquireRewriteLocks to be sure that it acquires the right lock strength | Tom Lane | 2009-10-28 |
* | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane | 2009-10-28 |
* | Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check | Tom Lane | 2009-10-27 |
* | Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; | Tom Lane | 2009-10-27 |