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
2013-02-13
Fix CVE-2013-0255 properly.
Tom Lane
2013-02-09
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-02-03
Perform line wrapping and indenting by default in ruleutils.c.
Tom Lane
2013-02-02
Create a psql command \gset to store query results into psql variables.
Tom Lane
2013-02-02
Adjust COPY FREEZE error message to be more accurate and consistent.
Bruce Momjian
2013-02-01
Add CREATE RECURSIVE VIEW syntax
Peter Eisentraut
2013-01-31
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
Fix grammar for subscripting or field selection from a sub-SELECT result.
Tom Lane
2013-01-30
pg_regress: Allow overriding diff options
Peter Eisentraut
2013-01-26
Make LATERAL implicit for functions in FROM.
Tom Lane
2013-01-26
Issue ERROR if FREEZE mode can't be honored by COPY
Bruce Momjian
2013-01-25
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
Fix concat() and format() to handle VARIADIC-labeled arguments correctly.
Tom Lane
2013-01-23
isolationtester: add a few fflush(stderr) calls
Alvaro Herrera
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
Update comments and output for event_trigger regression test.
Robert Haas
2013-01-21
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-21
Refactor ALTER some-obj RENAME implementation
Alvaro Herrera
2013-01-15
Rework order of checks in ALTER / SET SCHEMA
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-31
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-12-21
Make some messages more consistent in style
Peter Eisentraut
2012-12-08
Support automatically-updatable views.
Tom Lane
2012-12-07
Correct xmax test for COPY FREEZE
Simon Riggs
2012-12-07
Optimize COPY FREEZE with CREATE TABLE also.
Simon Riggs
2012-12-07
Improve pl/pgsql to support composite-type expressions in RETURN.
Tom Lane
2012-12-02
Reduce scope of changes for COPY FREEZE.
Simon Riggs
2012-12-01
Prevent passing gmake's environment variables down through pg_regress.
Tom Lane
2012-12-01
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-12-01
Second tweak of COPY FREEZE
Simon Riggs
2012-12-01
Tweak tests in COPY FREEZE
Simon Riggs
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-11-30
Move long_options structures to the top of main() functions, for
Bruce Momjian
2012-11-26
Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.
Tom Lane
2012-11-19
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
2012-11-05
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-11-01
Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.
Tom Lane
2012-10-26
Throw error if expiring tuple is again updated or deleted.
Kevin Grittner
2012-10-24
When converting a table to a view, remove its system columns.
Tom Lane
2012-10-18
Isolation test for DROP INDEX CONCURRENTLY
Simon Riggs
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-18
Revert tests for drop index concurrently.
Simon Riggs
2012-10-18
Add isolation tests for DROP INDEX CONCURRENTLY.
Simon Riggs
2012-10-15
alter_generic regression test cannot run concurrently with privileges test.
Tom Lane
2012-10-12
Fix oversight in new code for printing rangetable aliases.
Tom Lane
2012-10-11
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-10-09
Fix lo_export usage in example programs.
Tom Lane
2012-10-08
Code review for 64-bit-large-object patch.
Tom Lane
[next]