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
/
utils
Age
Commit message (
Expand
)
Author
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-27
Fix pg_get_functiondef to dump parallel-safety markings.
Robert Haas
2016-04-26
Yet more portability hacking for degree-based trig functions.
Tom Lane
2016-04-26
Enable parallel query by default.
Robert Haas
2016-04-25
Fix C comment typo and redundant test
Kevin Grittner
2016-04-25
New method for preventing compile-time calculation of degree constants.
Tom Lane
2016-04-24
Fix documentation & config inconsistencies around 428b1d6b2.
Andres Freund
2016-04-23
Rename strtoi() to strtoint().
Tom Lane
2016-04-23
Properly mark initRectBox() as taking 'void' args
Bruce Momjian
2016-04-21
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-21
Prevent possible crash reading pg_stat_activity.
Robert Haas
2016-04-13
Use PG_INT32_MIN instead of reiterating the constant.
Robert Haas
2016-04-12
Fix whitespace
Peter Eisentraut
2016-04-11
Make oldSnapshotControl a pointer to a volatile structure
Kevin Grittner
2016-04-11
Fix whitespace
Peter Eisentraut
2016-04-11
Add comment about intentional fallthrough in switch.
Tom Lane
2016-04-08
Create default roles
Stephen Frost
2016-04-08
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
Restore original tsquery operation numbering.
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
Attempt to fix breakage due to declaration following code.
Robert Haas
2016-04-08
Rename comparePos() to compareWordEntryPos()
Teodor Sigaev
2016-04-08
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-04-07
Zeroing unused parts ducring tsquery construction.
Teodor Sigaev
2016-04-07
Phrase full text search.
Teodor Sigaev
2016-04-07
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-07
Use GRANT system to manage access to sensitive functions
Stephen Frost
2016-04-07
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-04-06
Add jsonb_insert
Teodor Sigaev
2016-04-06
Support multiple synchronous standby servers.
Fujii Masao
2016-04-05
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-04
Disallow newlines in parameter values to be set in ALTER SYSTEM.
Tom Lane
2016-04-04
Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.
Tom Lane
2016-04-04
Improve estimate of distinct values in estimate_num_groups().
Dean Rasheed
2016-04-02
Copyedit comments and documentation.
Noah Misch
2016-03-30
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
Suppress uninitialized-variable warnings.
Tom Lane
2016-03-30
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
Use traversalValue in SP-GiST range opclass.
Teodor Sigaev
2016-03-30
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
Fix interval_mul() to not produce insane results.
Tom Lane
2016-03-29
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-28
Document errhidecontext() where it ought to be documented.
Tom Lane
2016-03-28
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.
Tom Lane
[next]