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
/
test
Age
Commit message (
Expand
)
Author
2014-01-21
Add a cardinality function for arrays.
Robert Haas
2014-01-20
Fix to_timestamp/to_date's handling of consecutive spaces in format string.
Tom Lane
2014-01-19
Add CREATE TABLESPACE ... WITH ... Options
Stephen Frost
2014-01-18
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-12
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
Add another regression test cross-checking operator and function comments.
Tom Lane
2014-01-09
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2014-01-07
Add more use of psprintf()
Peter Eisentraut
2013-12-30
Extract restriction OR clauses whether or not they are indexable.
Tom Lane
2013-12-23
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-20
isolationtester: Ensure stderr is unbuffered, too
Alvaro Herrera
2013-12-19
Make stdout unbuffered
Alvaro Herrera
2013-12-18
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-15
Allow empty target list in SELECT.
Tom Lane
2013-12-14
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-12
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
Tom Lane
2013-12-11
Regression tests for SCHEMA commands
Simon Riggs
2013-12-11
Regression tests for ALTER TABLESPACE RENAME,OWNER
Simon Riggs
2013-12-11
Tweak placement of explicit ANALYZE commands in the regression tests.
Tom Lane
2013-12-11
Add table name to VACUUM statement in matview.c.
Kevin Grittner
2013-12-10
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
Rename TABLE() to ROWS FROM().
Noah Misch
2013-12-05
Fix improper abort during update chain locking
Alvaro Herrera
2013-12-05
Avoid resetting Xmax when it's a multi with an aborted update
Alvaro Herrera
2013-12-04
build: pass EXTRA_REGRESS_OPTS to secondary regression tests
Bruce Momjian
2013-12-03
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-11-30
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-11-29
Refine our definition of what constitutes a system relation.
Robert Haas
2013-11-27
Implement information_schema.parameters.parameter_default column
Peter Eisentraut
2013-11-26
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Bruce Momjian
2013-11-22
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-17
Add make_date() and make_time() functions.
Tom Lane
2013-11-16
Improve performance of numeric sum(), avg(), stddev(), variance(), etc.
Tom Lane
2013-11-16
Allow aggregates to provide estimates of their transition state data size.
Tom Lane
2013-11-15
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-15
Prevent leakage of cached plans and execution trees in plpgsql DO blocks.
Tom Lane
2013-11-15
Fix buffer overrun in isolation test program.
Kevin Grittner
2013-11-14
Add a regression test case for \d on an index.
Tom Lane
2013-11-13
Free ignorelist after each regression test schedule.
Kevin Grittner
2013-11-12
Try again to make pg_isolation_regress work its build directory.
Robert Haas
2013-11-11
Fix ruleutils pretty-printing to not generate trailing whitespace.
Tom Lane
2013-11-11
Re-allow duplicate aliases within aliased JOINs.
Tom Lane
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-08
Fix pg_isolation_regress to work outside its build directory.
Robert Haas
2013-11-08
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
[next]