Log Message:
---
Changed column names and types in log table:
tablelog_mode -> tablelog_action "char"
tablelog_tuple-> tablelog_is_new boolean
tablelog_changed -> tablelog_timestamp
Modified Files:
--
tablelog:
README.tablelog (r1.2 -> r1.3)
Log Message:
---
Set the default encoding to the server_encoding. (Special case 'Unicode').
Don't include windows.h again.
Modified Files:
--
be/src:
pl.c (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.18&r2=1.19)
Log Message:
---
It is possible for PyObject_Str to fail, so be sure to catch it.
Modified Files:
--
be/src:
type.c (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/type.c.diff?r1=1.11&r2=1.12)
---(end of
Log Message:
---
Example of error when two tables in different schemas are called the same
Added Files:
---
tablelog/test/benchmark:
two-table.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/benchmark/two-table.sql?rev=1.1&content
Log Message:
---
Lots of fixes to the changes from table_log to tablelog
Modified Files:
--
tablelog:
Makefile (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/Makefile.diff?r1=1.3&r2=1.4)
Makefile.nocontrib (r1.5 -> r1.
Log Message:
---
Done:
> * -Add concurrency to GIST
Modified Files:
--
pgsql/doc:
TODO (r1.1580 -> r1.1581)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1580&r2=1.1581)
pgsql/doc/src/FAQ:
TODO.html (r1.87 -> r1.88)
Log Message:
---
fix an error (wrong parameter was printed)
Modified Files:
--
tablelog:
tablelog.c (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog.c.diff?r1=1.1&r2=1.2)
---(end of broadcast)--
Log Message:
---
Concurrency for GiST
- full concurrency for insert/update/select/vacuum:
- select and vacuum never locks more than one page simultaneously
- select (gettuple) hasn't any lock across it's calls
- insert never locks more than two page simultaneously: