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
/
parser
Age
Commit message (
Expand
)
Author
2011-02-23
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-21
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-18
Applied a patch by Zoltán Böszörményi that makes ecpg's parser accept dyn...
Michael Meskes
2011-02-12
DDL support for collations
Peter Eisentraut
2011-02-12
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-11
Fix comment recently obsoleted
Alvaro Herrera
2011-02-10
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-10
Update comment
Peter Eisentraut
2011-02-10
Fix pg_upgrade to handle extensions.
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-08
Per-column collation support
Peter Eisentraut
2011-02-08
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
2011-02-07
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-01-25
Replace pg_class.relhasexclusion with pg_index.indisexclusion.
Tom Lane
2011-01-25
Implement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING INDEX.
Tom Lane
2011-01-04
Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
Robert Haas
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Allow casting a table's row type to the table's supertype if it's a typed table
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-29
Support unlogged tables.
Robert Haas
2010-12-29
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-13
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-11-26
Add more ALTER <object> .. SET SCHEMA commands.
Robert Haas
2010-11-24
Create the system catalog infrastructure needed for KNNGIST.
Tom Lane
2010-11-23
Propagate ALTER TYPE operations to typed tables
Peter Eisentraut
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-17
Require VALUE keyword when extending an enum type. Based on a patch from Alva...
Andrew Dunstan
2010-11-07
Prevent invoking I/O conversion casts via functional/attribute notation.
Tom Lane
2010-10-31
Provide hashing support for arrays.
Tom Lane
2010-10-25
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-22
Add semicolon, missed in previous patch. And update the keyword list in
Heikki Linnakangas
2010-10-22
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-21
Improve handling of domains over arrays.
Tom Lane
2010-10-19
Fix incorrect generation of whole-row variables in planner.
Tom Lane
2010-10-15
Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.
Tom Lane
2010-10-10
Support triggers on views.
Tom Lane
2010-10-03
Behave correctly if INSERT ... VALUES is decorated with additional clauses.
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-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-18
Give a suitable HINT when an INSERT's data source is a RowExpr containing
Tom Lane
2010-09-03
In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().
Tom Lane
2010-08-27
Small refactoring of makeVar() from a TargetEntry
Peter Eisentraut
2010-08-20
Add missing processing of OptTemp in CREATE IF NOT EXISTS variant
Tom Lane
2010-08-19
Revert patch to coerce 'unknown' type parameters in the backend. As Tom
Heikki Linnakangas
[next]