slony1-engine.git
2013-08-19 Steve SingerUpdating version numbers to 2.2.0 rc1
2013-08-19 Steve Singerrelease notes update
2013-08-19 Steve SingerMerge branch 'bug310'
2013-08-19 Steve SingerBug 311 - Don't include performance.sgml ( 'man') file...
2013-08-15 Steve Singerbug 309 - make sure sl_failover_targets gets created...
2013-08-14 Steve SingerMerge branch 'bug304'
2013-08-14 Steve Singerbug 310 - only issue the notify Restart if we actually...
2013-08-14 Steve Singerdeconstruct_array wants the OID of the element type... bug304
2013-08-09 Steve Singercreate string_agg in slony1_base.sql not slony1_funcs.sql
2013-08-02 Christopher... Some erroneous queries in date test
2013-08-02 Christopher... Fix typo in sample data
2013-08-02 Christopher... Merge branch 'bug304' of github.com:ssinger/slony1...
2013-08-01 Christopher... Add release note on #304
2013-08-01 Christopher... Revisions to DDL docs
2013-08-01 Steve SingerAllow the apply trigger to work (ie not fail) on sl_log...
2013-08-01 Steve Singerbug 304 - record sequence values as part of a EXECUTE_S...
2013-07-29 Steve Singerupdating release notes
2013-07-29 Steve SingerMerge branch 'bug305'
2013-07-29 Christopher... Fixes to DDL test (old regression)
2013-07-26 Steve SingerC requires variable declarations to be at the start... REL_2_2_0_B5
2013-07-26 Steve Singerupating win32 symbol definitions for 2.2.0 b5
2013-07-26 Steve Singerupdating version to for 2.2.0 b5
2013-07-26 Steve Singerfixing sytnax errors in documentation SGML
2013-07-26 Steve Singerbug 306 release notes update
2013-07-26 Steve Singerupdating versions for 2.2.0 beta 5
2013-07-26 Steve SingerMerge branch 'bug306'
2013-07-26 Steve Singerrelease notes update
2013-07-26 Steve Singerbug 301 - adding a missing PQclear to fix a memory...
2013-07-26 Steve SingerMerge branch 'bug301'
2013-07-26 Steve SingerMerge branch 'bug299'
2013-07-26 Steve Singeradd in a check/test to ensure that the backup node...
2013-07-26 Steve Singeradd documentation that mentions that the filenames...
2013-07-26 Steve Singerset session_replication_role to local in the apply...
2013-07-26 Steve SingerThe table definitions we create on a 2.1 -> 2.2 upgrade...
2013-07-25 Steve Singeradd in a check/test to ensure that the backup node...
2013-07-25 Steve Singeradditional dstring_free() to fix an additional memory...
2013-07-23 Christopher... Lots of fixes to anachronisms in FAQ
2013-07-23 Christopher... Fix typo
2013-07-22 Christopher... More textual changes
2013-07-19 Christopher... More fixes to anachonisms
2013-07-19 Steve Singeradd documentation that mentions that the filenames...
2013-07-19 Christopher... Shift some anachronisms to the Obsolete section
2013-07-19 Christopher... Tweak to release notes
2013-07-19 Steve Singerdocumentation sgml fixes
2013-07-19 Steve Singerupdating minor upgrade instructions to reflect that...
2013-07-19 Steve Singerdocumentation changes to reflect incompatibilities...
2013-07-19 Steve Singerarray_length() doesn't exist on PG 8.3 use array_upper...
2013-07-19 Steve Singermemory leak fixes in sync_helper
2013-07-19 Steve Singerdocumentation sgml fixes
2013-07-19 Steve Singerupdating minor upgrade instructions to reflect that...
2013-07-19 Steve Singerdocumentation changes to reflect incompatibilities...
2013-07-18 Steve Singerdon't process a set if sl_setsync has the initial ...
2013-07-12 Steve Singerbug 299 - put the WAKEUP event at the front of the...
2013-07-10 Steve Singerupdating release notes, bug 296,297,298
2013-07-10 Steve SingerMerge branch 'bug298'
2013-07-10 Steve SingerMerge branch 'bug297'
2013-07-10 Jan WieckSmall fixes for failover code.
2013-07-05 Steve Singerremoving stray quote
2013-07-05 Steve Singermore documentation items
2013-07-05 Steve Singeradd DDL_SCRIPT translation to the logshipping_toinsert
2013-07-04 Steve SingerInitial version of a perl script to convert the new
2013-07-04 Steve Singerdocumentation updates for log shipping
2013-07-04 Steve Singerbug 297 - fix test_slony_state-dbi.pl so that it works...
2013-07-04 Steve SingerAdd a test to LogShipping.js that tests DDL on logshipp...
2013-07-03 Steve Singerbug 298 - process DDL_SCRIPT events from the log shippe...
2013-07-03 Steve Singerimprove the error case detection of slony_logshipper
2013-07-03 Steve SingerDocumentation fixes for EXECUTE SCRIPT
2013-07-02 Steve Singerensure that the transactions are closed as part of...
2013-06-28 Steve SingerSave the return code for the next iteration
2013-06-27 Steve Singerfixing unit test, issue a sync to make sure the nodes...
2013-06-27 Steve Singerdocumentation updates (FAILOVER)
2013-06-27 Steve Singerremoving unused variables introduced in the previous...
2013-06-27 Steve SingerDROP NODE will now pass all nodes being dropped to...
2013-06-26 Steve Singerbug 296 - part 1 FAILOVER fixes
2013-06-20 Steve Singeradding documentation note about 8.3 having different...
2013-06-20 Steve Singerremoving documentation note that applies to PG version...
2013-06-20 Steve Singermore consistent documentation formatting
2013-06-20 Steve Singerbug 294 - fixing documentation error - we just added...
2013-06-07 Jan WieckMerge branch 'master' of ssh://git.postgresql.org/slony...
2013-06-07 Jan WieckFix for bug291.
2013-06-07 Jan WieckAdd a test case to trigger bug 291.
2013-06-07 Christopher... Varlena material has shifted to new location
2013-06-07 Steve Singeronly include malloc.h on WIN32 - FREEBSD (and others... REL_2_2_0_B4
2013-06-06 Steve Singerupdating the name of the version for the functions...
2013-06-06 Steve Singeradd PG VERSION based switch for HAS_LOOKUPEXPLICITNAMES...
2013-06-06 Steve Singerinclude malloc.h - alloca() is defined here on win32
2013-06-06 Steve Singerupdating versions for 2.2.0 beta 4
2013-06-06 Steve SingerMerge branch 'execute-script-fixes'
2013-06-06 Steve Singerrelease notes for bug 252
2013-06-06 Jan WieckFix typo in '<event pending>' conninfo string.
2013-06-06 Jan WieckChange the temporary conninfo on clone prepare to ...
2013-06-06 Steve Singerrelease notes update
2013-06-06 Steve Singerfixing merge error - string replacements in SQL
2013-06-06 Steve SingerMerge branch 'master' into execute-script-fixes
2013-06-06 Steve Singerupdating windows compile docs to mention PGVER
2013-06-06 Steve SingerSquashed commit of the following:
2013-05-31 Steve Singeruping version/beta number
2013-05-31 Steve Singerupdating release notes bug 290
2013-05-31 Steve Singerversioning all symbols in the shared library.
2013-05-29 Steve SingerMerge branch 'master' into execute-script-fixes
next