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
/
include
/
commands
Age
Commit message (
Expand
)
Author
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-10
Support triggers on views.
Tom Lane
2010-09-28
Add a SECURITY LABEL command.
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-18
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-05
Standardize get_whatever_oid functions for other object types.
Robert Haas
2010-08-05
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-01
Fix ANALYZE's ancient deficiency of not trying to collect stats for expression
Tom Lane
2010-07-29
Add explicit regression tests for ALTER TABLE lock levels.
Simon Riggs
2010-07-28
Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.
Simon Riggs
2010-07-03
Allow REASSIGNED OWNED to handle opclasses and opfamilies.
Robert Haas
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-16
Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.
Tom Lane
2010-02-16
Add query text to auto_explain output.
Andrew Dunstan
2010-02-09
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-08
Remove old-style VACUUM FULL (which was known for a little while as
Tom Lane
2010-02-07
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2010-02-04
Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping
Tom Lane
2010-02-01
Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME.
Robert Haas
2010-01-17
Improve the handling of SET CONSTRAINTS commands by having them search
Tom Lane
2010-01-07
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-07
Further fixes for per-tablespace options patch.
Robert Haas
2010-01-06
Support rewritten-based full vacuum as VACUUM FULL. Traditional
Itagaki Takahiro
2010-01-05
Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-24
Binary upgrade:
Bruce Momjian
2009-12-23
Adjust naming of indexes and their columns per recent discussion.
Tom Lane
2009-12-15
Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.
Robert Haas
2009-12-12
Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.
Robert Haas
2009-12-11
Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...
Andrew Dunstan
2009-12-07
Add exclusion constraints, which generalize the concept of uniqueness to
Tom Lane
2009-11-20
Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be
Tom Lane
2009-11-18
Add a hook to CREATE/ALTER ROLE to allow an external module to check the
Tom Lane
2009-11-10
Fix longstanding problems in VACUUM caused by untimely interruptions
Alvaro Herrera
2009-10-26
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-12
CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...
Andrew Dunstan
2009-10-10
Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.
Tom Lane
2009-09-22
Implement the DO statement to support execution of PL code without having
Tom Lane
2009-08-10
Extend EXPLAIN to support output in XML or JSON format.
Tom Lane
2009-08-07
Remove long-since-unused file commands/version.h.
Tom Lane
2009-07-31
Create a multiplexing structure for signals to Postgres child processes.
Tom Lane
2009-07-29
Support deferrable uniqueness constraints.
Tom Lane
2009-07-28
Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.
Tom Lane
2009-07-26
Extend EXPLAIN to allow generic options to be specified.
Tom Lane
2009-07-16
Make backend header files C++ safe
Peter Eisentraut
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-04-04
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-02-02
Allow reloption names to have qualifiers, initially supporting a TOAST
Alvaro Herrera
2009-01-22
Support column-level privileges, as required by SQL standard.
Tom Lane
2009-01-22
Update comments to reflect that tgenabled is not a boolean anymore.
Heikki Linnakangas
[next]