Skip to content

Tags: ibrarahmad/spock

Tags

v3.0.22

Toggle v3.0.22's commit message
fix examples

v3.0.21

Toggle v3.0.21's commit message
fix more short-names

v3.0.20

Toggle v3.0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v3.0.19

Toggle v3.0.19's commit message
shorter names for function signatures are in the works

v3.0.18

Toggle v3.0.18's commit message
Added a GUC for country code setting

A GUC variable 'spock.country' and spock.get_country() function are
added to set and retrieve the country code.

v3.0.17

Toggle v3.0.17's commit message
Fix one off index for parameter in ..._remove_table()

The new parameter include_partitions is on index 2.

v3.0.16

Toggle v3.0.16's commit message
Exclude BOOL from DCA for now.

We cannot prevent a local transaction from changing
the value back to false, and that change then won't
propagate.

v3.0.15

Toggle v3.0.15's commit message
Protect CTT pruning with cth_lock

Protecting the CTT pruning with the cth_lock
prevents ERROR messages 'tuple concurrently deleted',
which terminated the apply worker during catch-up
frequently.

v3.0.14

Toggle v3.0.14's commit message
Merge branch 'delta_apply'

v3.0.12

Toggle v3.0.12's commit message
renamed counter statis views to:

 - get_channel_summary_stats
 - get_channel_table_stats

fixed get_channel_summary_stats view to display stats based on channel
instead of node.