index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
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-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
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
[next]