| Commit message (Expand) | Author | Age | Files | Lines |
* | Back-patch assorted latch-related fixes. | Tom Lane | 2011-08-10 | 1 | -6/+8 |
* | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane | 2011-07-16 | 1 | -1/+1 |
* | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut | 2011-07-02 | 1 | -1/+1 |
* | Refactor broken CREATE TABLE IF NOT EXISTS support. | Robert Haas | 2011-04-25 | 1 | -16/+2 |
* | Add postmaster/postgres undocumented -b option for binary upgrades. | Bruce Momjian | 2011-04-25 | 1 | -1/+6 |
* | On IA64 architecture, we check the depth of the register stack in addition | Heikki Linnakangas | 2011-04-13 | 1 | -1/+7 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 | 1 | -1/+5 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 3 | -18/+18 |
* | Revise the API for GUC variable assign hooks. | Tom Lane | 2011-04-07 | 1 | -11/+17 |
* | Fix various possible problems with synchronous replication. | Robert Haas | 2011-03-17 | 1 | -0/+6 |
* | Run a portal's cleanup hook immediately when pushing it to DONE state. | Tom Lane | 2011-03-03 | 1 | -1/+1 |
* | Rearrange snapshot handling to make rule expansion more consistent. | Tom Lane | 2011-02-28 | 2 | -52/+41 |
* | Refactor the executor's API to support data-modifying CTEs better. | Tom Lane | 2011-02-27 | 1 | -17/+3 |
* | Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH. | Tom Lane | 2011-02-25 | 2 | -10/+28 |
* | DDL support for collations | Peter Eisentraut | 2011-02-12 | 1 | -0/+18 |
* | Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. | Tom Lane | 2011-02-11 | 1 | -0/+10 |
* | Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. | Tom Lane | 2011-02-10 | 1 | -5/+5 |
* | Implement "ALTER EXTENSION ADD object". | Tom Lane | 2011-02-09 | 1 | -226/+131 |
* | Core support for "extensions", which are packages of SQL objects. | Tom Lane | 2011-02-08 | 1 | -0/+24 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 | 1 | -0/+4 |
* | Re-classify ERRCODE_DATABASE_DROPPED to 57P04 | Simon Riggs | 2011-02-01 | 1 | -1/+1 |
* | Create new errcode for recovery conflict caused by db drop on master. | Simon Riggs | 2011-02-01 | 1 | -1/+3 |
* | Don't include <asm/ia64regs.h> unnecessarily. | Tom Lane | 2011-01-27 | 1 | -0/+2 |
* | Add views and functions to monitor hot standby query conflicts | Magnus Hagander | 2011-01-03 | 1 | -0/+7 |
* | Basic foreign table support. | Robert Haas | 2011-01-01 | 1 | -0/+47 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 5 | -5/+5 |
* | set_ps_display when calling functions via fastpath | Alvaro Herrera | 2010-12-17 | 1 | -1/+2 |
* | Remove optreset from src/port/ implementations of getopt and getopt_long. | Tom Lane | 2010-12-16 | 1 | -3/+2 |
* | Fix up getopt() reset management so it works on recent mingw. | Tom Lane | 2010-12-15 | 1 | -2/+3 |
* | Add more ALTER <object> .. SET SCHEMA commands. | Robert Haas | 2010-11-26 | 1 | -0/+12 |
* | Add support for detecting register-stack overrun on IA64. | Tom Lane | 2010-11-06 | 1 | -0/+61 |
* | Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely. | Tom Lane | 2010-11-06 | 1 | -4/+8 |
* | Include the current value of max_stack_depth in stack depth complaints. | Tom Lane | 2010-11-04 | 1 | -2/+3 |
* | Allow new values to be added to an existing enum type. | Tom Lane | 2010-10-24 | 1 | -0/+19 |
* | Add a SECURITY LABEL command. | Robert Haas | 2010-09-27 | 1 | -0/+14 |
* | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut | 2010-09-26 | 1 | -0/+4 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 6 | -6/+6 |
* | SERIALIZABLE transactions are actually implemented beneath the covers with | Joe Conway | 2010-09-11 | 2 | -5/+5 |
* | In HEAD only, revert kluge solution for preventing misuse of pg_get_expr(). | Tom Lane | 2010-09-03 | 1 | -12/+1 |
* | Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. | Tom Lane | 2010-08-18 | 1 | -2/+3 |
* | Correct sundry errors in Hot Standby-related comments. | Robert Haas | 2010-08-12 | 1 | -2/+2 |
* | CREATE TABLE IF NOT EXISTS. | Robert Haas | 2010-07-25 | 1 | -1/+8 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 2 | -5/+5 |
* | stringToNode() and deparse_expression_pretty() crash on invalid input, | Heikki Linnakangas | 2010-06-30 | 1 | -1/+12 |
* | Give most recovery conflict errors a retryable error code. From recent | Simon Riggs | 2010-05-12 | 1 | -3/+18 |
* | Move the responsibility for calling StartupXLOG into InitPostgres, for | Tom Lane | 2010-04-20 | 1 | -15/+5 |
* | Message tuning | Peter Eisentraut | 2010-03-21 | 1 | -2/+2 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 4 | -150/+159 |
* | Clean up handling of XactReadOnly and RecoveryInProgress checks. | Tom Lane | 2010-02-20 | 1 | -25/+52 |
* | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 | 2 | -8/+10 |