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
Age
Commit message (
Expand
)
Author
2016-02-15
Make concurrent refresh check early that there is a unique index on matview.
Fujii Masao
2016-02-13
Make GetLockStatusData's header comment resemble reality.
Tom Lane
2016-02-12
Change delimiter used for display of NextXID
Joe Conway
2016-02-12
Introduce extensible node types.
Robert Haas
2016-02-12
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-11
Refactor check_functional_grouping() to use get_primary_key_attnos().
Tom Lane
2016-02-11
Remove GROUP BY columns that are functionally dependent on other columns.
Tom Lane
2016-02-11
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-02-11
Fix typo in comment.
Tom Lane
2016-02-11
Shift the responsibility for emitting "database system is shut down".
Tom Lane
2016-02-11
Use separate lwlock tranches for buffer, lock, and predicate lock managers.
Robert Haas
2016-02-11
Improve error reporting in format()
Teodor Sigaev
2016-02-11
Rename PGPROC fields related to group XID clearing again.
Robert Haas
2016-02-11
Avoid use of sscanf() to parse ispell dictionary files.
Tom Lane
2016-02-10
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
Code cleanup in the wake of recent LWLock refactoring.
Robert Haas
2016-02-10
Add still more chattiness in server shutdown.
Tom Lane
2016-02-09
Add more chattiness in server shutdown.
Tom Lane
2016-02-08
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
Re-pgindent varlena.c.
Tom Lane
2016-02-08
Rename typedef "string" to "VarString".
Tom Lane
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
Fix overeager pushdown of HAVING clauses when grouping sets are used.
Andres Freund
2016-02-07
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-02-07
Introduce group locking to prevent parallel processes from deadlocking.
Robert Haas
2016-02-07
Improve speed of timestamp/time/date output functions.
Tom Lane
2016-02-06
Fix comment block trashed by pgindent.
Tom Lane
2016-02-06
Improve HJDEBUG code a bit.
Tom Lane
2016-02-06
Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().
Noah Misch
2016-02-06
Force certain "pljava" custom GUCs to be PGC_SUSET.
Noah Misch
2016-02-05
Fix typo in comment.
Robert Haas
2016-02-05
Remove parallel-safety check from GetExistingLocalJoinPath.
Robert Haas
2016-02-05
Fix small goof in comment.
Robert Haas
2016-02-05
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-05
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-05
Improve error message
Peter Eisentraut
2016-02-04
Add some additional core functions to support join pushdown for FDWs.
Robert Haas
2016-02-04
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-02-03
Extend sortsupport for text to more opclasses.
Robert Haas
2016-02-03
Allow parallel custom and foreign scans.
Robert Haas
2016-02-03
Remove CustomPath's TextOutCustomPath method.
Robert Haas
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-03
Add support for systemd service notifications
Peter Eisentraut
2016-02-03
Improve error reporting when location specified by postgres -D does not exist
Peter Eisentraut
2016-02-02
Don't test for system columns on join relations
Alvaro Herrera
2016-02-02
Fix lossy KNN GiST when ordering operator returns non-float8 value.
Teodor Sigaev
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-01
Fix typos in comments
Magnus Hagander
[next]