index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
tcop
Age
Commit message (
Expand
)
Author
2011-02-10
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-09
Implement "ALTER EXTENSION ADD object".
Tom Lane
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-07
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-01
Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Simon Riggs
2011-02-01
Create new errcode for recovery conflict caused by db drop on master.
Simon Riggs
2011-01-27
Don't include <asm/ia64regs.h> unnecessarily.
Tom Lane
2011-01-03
Add views and functions to monitor hot standby query conflicts
Magnus Hagander
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-17
set_ps_display when calling functions via fastpath
Alvaro Herrera
2010-12-16
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-11-26
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-06
Add support for detecting register-stack overrun on IA64.
Tom Lane
2010-11-06
Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.
Tom Lane
2010-11-04
Include the current value of max_stack_depth in stack depth complaints.
Tom Lane
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
2010-09-28
Add a SECURITY LABEL command.
Robert Haas
2010-09-26
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-11
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-03
In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().
Tom Lane
2010-08-18
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-12
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-07-25
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-06-30
stringToNode() and deparse_expression_pretty() crash on invalid input,
Heikki Linnakangas
2010-05-12
Give most recovery conflict errors a retryable error code. From recent
Simon Riggs
2010-04-20
Move the responsibility for calling StartupXLOG into InitPostgres, for
Tom Lane
2010-03-21
Message tuning
Peter Eisentraut
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-20
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-16
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
Have SELECT and CREATE TABLE AS queries return a row count. While this
Bruce Momjian
2010-02-16
Clarify documentation on the behavior of unnamed bind queries.
Bruce Momjian
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-13
Improve C comment about why we return "0 0" for some tags.
Bruce Momjian
2010-02-13
Re-enable max_standby_delay = -1 using deadlock detection on startup
Simon Riggs
2010-01-30
Avoid performing encoding conversion on command tag strings during EndCommand.
Tom Lane
2010-01-29
Fix command tag for ALTER LARGE OBJECT.
Itagaki Takahiro
2010-01-23
Add explanatory detail to Hot Standby cancelation error messages
Simon Riggs
2010-01-23
In HS, Startup process sets SIGALRM when waiting for buffer pin. If
Simon Riggs
2010-01-21
Add missing flag reset to ensure subsequent manual cancelation gives correct ...
Simon Riggs
2010-01-17
Improve the handling of SET CONSTRAINTS commands by having them search
Tom Lane
2010-01-17
Remove unnecessary, inconsistent flag resets in ProcessInterrupts.
Tom Lane
2010-01-16
Teach standby conflict resolution to use SIGUSR1
Simon Riggs
2010-01-15
Do parse analysis of an EXPLAIN's contained statement during the normal
Tom Lane
2010-01-15
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-07
Fix (some of the) breakage introduced into query-cancel processing by HS.
Tom Lane
[next]