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-06-15
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-14
Remove unused variable
Peter Eisentraut
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-08
Allow domains over arrays to match ANYARRAY parameters again.
Tom Lane
2011-06-04
Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list.
Tom Lane
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-05-11
Clean up parsing of CREATE TRIGGER's argument list.
Tom Lane
2011-05-06
Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE.
Tom Lane
2011-04-25
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-22
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-21
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
Only allow typed tables to hang off composite types, not e.g. tables.
Robert Haas
2011-04-12
Fix RI_Initial_Check to use a COLLATE clause when needed in its query.
Tom Lane
2011-04-11
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-09
Adjust collation determination rules as per discussion.
Tom Lane
2011-04-08
Avoid an unnecessary syscache lookup in parse_coerce.c.
Tom Lane
2011-04-07
Fix collations when we call transformWhereClause from outside the parser.
Tom Lane
2011-04-01
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-03-26
More collations cleanup, from trawling for missed collation assignments.
Tom Lane
2011-03-26
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-26
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-22
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-16
Improve handling of unknown-type literals in UNION/INTERSECT/EXCEPT.
Tom Lane
2011-03-15
Remove 13 keywords that are used only for ROLE options.
Robert Haas
2011-03-11
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-08
Add missing keywords to gram.y's unreserved_keywords list.
Tom Lane
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
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
[next]