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