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
/
include
Age
Commit message (
Expand
)
Author
2016-02-12
Introduce extensible node types.
Robert Haas
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
Use separate lwlock tranches for buffer, lock, and predicate lock managers.
Robert Haas
2016-02-11
Rename PGPROC fields related to group XID clearing again.
Robert Haas
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-08
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-07
Fix parallel-safety markings for pg_upgrade functions.
Robert Haas
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-05
Fix typo.
Robert Haas
2016-02-05
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
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
Add support for systemd service notifications
Peter Eisentraut
2016-02-02
Remove unnecessary "implementation of FOO operator" DESCR() entries.
Tom Lane
2016-02-02
Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().
Tom Lane
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-01-29
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-29
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Robert Haas
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-28
Avoid multiple foreign server connections when all use same user mapping.
Robert Haas
2016-01-28
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-27
Fix volatility marking of pg_size_pretty function
Fujii Masao
2016-01-22
Add trigonometric functions that work in degrees.
Tom Lane
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
Remove unused argument from ginInsertCleanup()
Fujii Masao
2016-01-21
Refactor headers to split out standby defs
Simon Riggs
2016-01-21
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-21
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-20
Fix assorted inconsistencies in GIN opclass support function declarations.
Tom Lane
2016-01-19
Add two HyperLogLog functions
Alvaro Herrera
2016-01-19
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-18
Re-pgindent a few files.
Tom Lane
2016-01-15
Fix minor typo in comment
Magnus Hagander
2016-01-12
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-08
Fix typo in comment
Magnus Hagander
[next]