index
:
slony1-engine.git
REL_1_0_STABLE
REL_1_1_STABLE
REL_1_2_STABLE
REL_2_0_STABLE
REL_2_1_STABLE
REL_2_2_STABLE
bug304
bug332
bug352
bug355
master
monitordotpy
slony1: replication system with single master replicating to multiple subscribers supporting cascaded replication
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
slony1_funcs.c
Age
Commit message (
Expand
)
Author
2022-10-29
utils/int8.h is not present in PG 15 but is required in PG 9.6
Steve Singer
2019-06-21
Postgresql 12 has replaced the DirectFunctionCallXXXX series
Steve Singer
2018-06-07
alter slony1_funcs so they can compile on PG11
Steve Singer
2017-04-15
Further changes related to 'Explicitly disallow createEvent and data changes ...
Steve Singer
2017-03-26
Explicitly disallow createEvent and data changes in the same transaction.
Steve Singer
2016-05-30
Fix GETCONFIGOPTIONBYNAME checking for PG9.6+
Steve Singer
2016-05-21
Fix compile errors against PG 9.6+
Steve Singer
2015-07-13
PostgreSQL HEAD has added a 3-parameter version of GetConfigOptionByName().
Christopher Browne
2015-01-19
Fix the patch for bug352 so it compiles against PG 8.3
Steve Singer
2015-01-19
Bug 356
Steve Singer
2014-12-16
Bug #349 - case insensitivity with cluster name when processing DDL
Christopher Browne
2014-12-15
Bug #352 - PostgreSQL "head" issues
Christopher Browne
2014-02-06
logApply trigger free()s data from wrong cache entry on evict.
Jan Wieck
2013-09-04
bug 313 - don't error out in applying EXECUTE SCRIPT sequence updates
Steve Singer
2013-08-20
variable declarations must be at the start of the block (VC does still enforc...
Steve Singer
2013-08-14
deconstruct_array wants the OID of the element type, not the array type
bug304
Steve Singer
2013-08-01
Allow the apply trigger to work (ie not fail) on sl_log_script rows from earl...
Steve Singer
2013-08-01
bug 304 - record sequence values as part of a EXECUTE_SCRIPT
Steve Singer
2013-07-26
set session_replication_role to local in the apply trigger when performing DDL
Steve Singer
2013-06-07
Fix for bug291.
Jan Wieck
2013-05-31
versioning all symbols in the shared library.
Steve Singer
2013-03-18
Bug 286 PG 9.3 now takes two arguments on LookupExplicitNamespace
Steve Singer
2013-02-13
fmgr_info() must be called in the applyCacheContext.
Jan Wieck
2012-12-14
Fix for bug282.
Jan Wieck
2012-06-18
Bug 270.
Steve Singer
2012-05-30
Fix compile errors/warnings when compiling against pg 9.2
Steve Singer
2012-03-07
Ran pgindent against the codebase:
Christopher Browne
2012-02-16
Reintroduce ddlScript_complete() at the end of EXECUTE SCRIPT
Jan Wieck
2012-01-21
Adding log apply statistics.
Jan Wieck
2012-01-20
No longer need md5.h
Jan Wieck
2012-01-20
Change the apply trigger query cache to use a small footprint of the query
Jan Wieck
2012-01-19
Change format of the sl_log_1/2 tables so that they contain the
Jan Wieck
2012-01-03
Bug #256
Christopher Browne
2011-08-18
Include additional headers required by PostgreSQL 9.2 builds
Steve Singer
2011-07-11
Squashed commit of the following:
Christopher Browne
2011-06-16
Fix for bug 217.
Steve Singer
2011-05-04
Visual Studio Support + Bug #90.
Steve Singer
2011-05-04
Automatic Wait For.
Steve Singer
2011-05-04
Provide a way of resetting the per session datastructure
Steve Singer
2011-04-25
Do not lock sl_event when adding an event.
Steve Singer
2010-11-15
Bug #162: refactoring of typenameTypeId() requires using different
Christopher Browne
2010-07-16
Remove all CVS ID tags obsolete in Git
Christopher Browne
2010-02-16
SPI_getbinval() was being passed a NULL, which PostgreSQL 8.5 no longer
Christopher Browne
2009-11-27
As in 2.0 branch, needed to change autoconf + slony1_funcs.c to reflect that
Christopher Browne
2009-08-17
Update Copyright year
Devrim GUNDUZ
2009-06-11
Draw a whole pile of changes into HEAD from the 2.0 branch
Christopher Browne
2009-02-27
Add in #include required by PostgreSQL 8.4
Christopher Browne
2009-02-23
Applied patch from bug #67
Christopher Browne
2008-09-24
Resolution to bug #46 - incompatibility with PG 8.4.
Christopher Browne
2008-05-26
Remove code that generates + listens to LISTEN/NOTIFY events for
Christopher Browne
[next]