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
/
cache
/
evtcache.c
Age
Commit message (
Expand
)
Author
2017-06-06
Use NIL rather than NULL to represent an empty list.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-07
Event Trigger for table_rewrite
Simon Riggs
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-28
Add sql_drop event for event triggers
Alvaro Herrera
2013-01-21
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
Split resowner.h
Alvaro Herrera
2012-08-08
Fix cache flush hazard in event trigger cache.
Robert Haas
2012-08-07
Fix memory leaks in event trigger code.
Robert Haas
2012-07-20
Make new event trigger facility actually do something.
Robert Haas