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
2012-12-23
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-12-21
Make some messages more consistent in style
Peter Eisentraut
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-11-29
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-12
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-12
Check for stack overflow in transformSetOperationTree().
Tom Lane
2012-10-12
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-10-04
Fix parse location tracking for lists that can be empty.
Tom Lane
2012-10-03
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-03
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-02
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-09-27
Run check_keywords.pl anytime gram.c is rebuilt.
Tom Lane
2012-09-27
Add new EVENT keyword to unreserved_keyword production.
Tom Lane
2012-09-22
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-27
Fix DROP INDEX CONCURRENTLY IF EXISTS.
Tom Lane
2012-08-19
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-15
Properly escape usernames in initdb, so names with single-quotes are
Bruce Momjian
2012-08-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-08
Merge parser's p_relnamespace and p_varnamespace lists into a single list.
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-07-31
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-24
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-16
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-06-30
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-18
Refer to the default foreign key match style as MATCH SIMPLE internally.
Tom Lane
2012-06-13
Deprecate use of GLOBAL and LOCAL in temp table creation.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
Revert error message on GLOBAL/LOCAL pending further discussion
Simon Riggs
2012-06-09
Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
Simon Riggs
2012-05-16
Change COLLATION keyword category
Peter Eisentraut
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-06
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-03
Add support for renaming domain constraints
Peter Eisentraut
2012-03-27
Bend parse location rules for the convenience of pg_stat_statements.
Tom Lane
2012-03-27
Add some infrastructure for contrib/pg_stat_statements.
Tom Lane
2012-03-23
Code review for protransform patches.
Tom Lane
2012-03-21
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-20
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-10
Add support for renaming constraints
Peter Eisentraut
2012-03-03
Allow CREATE TABLE (LIKE ...) from composite type
Peter Eisentraut
2012-03-02
Add COLLATION FOR expression
Peter Eisentraut
2012-02-27
Call check_keywords.pl in maintainer-check
Peter Eisentraut
2012-02-15
Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.
Robert Haas
[next]