Log Message:
---
Modify snapshot definition so that lazy vacuums are ignored by other
vacuums. This allows a OLTP-like system with big tables to continue
regular vacuuming on small-but-frequently-updated tables while the
big tables are being vacuumed.
Original patch from Hannu Krossing, r
Log Message:
---
Add:
> * Consider detoasting keys before sorting
Modified Files:
--
pgsql/doc:
TODO (r1.1927 -> r1.1928)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1927&r2=1.1928)
pgsql/doc/src/FAQ:
TODO.html (r1.430
Log Message:
---
Fix WIN32 wait() return value macros to be accurate, particularly
because they are used for testing the return value from system().
(WIN32 doesn't overlay the return code with other failure conditions
like Unix does, so they are just simple macros.)
Fix regression checks t
Log Message:
---
Finished README. More cleanups and smoothing down the edges.
Modified Files:
--
fd:
Makefile (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/Makefile.diff?r1=1.8&r2=1.9)
README (r1.8 -> r1.9)
Log Message:
---
Cleaned up the context structure and generally more cleanups and indentations.
Modified Files:
--
fd:
Makefile (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/Makefile.diff?r1=1.7&r2=1.8)
algstructs.c
Log Message:
---
prevent multiplexing Windows kernel event objects we listen for across various
sockets - should fix the occasional stats test regression failures we see.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/backend/port/win32:
socket.c (r1.8 -> r
Log Message:
---
prevent multiplexing Windows kernel event objects we listen for across various
sockets - should fix the occasional stats test regression failures we see.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/src/backend/port/win32:
socket.c (r1.10 ->
Log Message:
---
prevent multiplexing Windows kernel event objects we listen for across various
sockets - should fix the occasional stats test regression failures we see.
Modified Files:
--
pgsql/src/backend/port/win32:
socket.c (r1.11 -> r1.12)
(http://de
Log Message:
---
More clean ups
Modified Files:
--
fd:
Makefile (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/Makefile.diff?r1=1.6&r2=1.7)
README (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/f
Log Message:
---
Add entry:
> * Add column to pg_stat_activity that shows the progress of long-running
> commands like CREATE INDEX and VACUUM
Modified Files:
--
pgsql/doc:
TODO (r1.1926 -> r1.1927)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/T
Log Message:
---
Don't use #include for MSVC <= 1400.
Hiroshi Saito
Modified Files:
--
pgsql/src/include:
c.h (r1.207 -> r1.208)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h.diff?r1=1.207&r2=1.208)
---(end of
Log Message:
---
Add:
> * Add support for SQL-standard GENERATED/IDENTITY columns
>
> http://archives.postgresql.org/pgsql-hackers/2006-07/msg00543.php
Modified Files:
--
pgsql/doc:
TODO (r1.1925 -> r1.1926)
(http://developer.postgresql.org/cvsweb.cgi/p
Log Message:
---
Add #include postgres_fe.h in two win32-specific files, because there is
pg-specific code in those files, or might be some day.
Modified Files:
--
pgsql/src/interfaces/libpq:
pthread-win32.c (r1.11 -> r1.12)
(http://developer.postgresql.org
Log Message:
---
Finally! added dictionary support so you can give aliases to attribute names at
relations when running FD (like an AS clause). Fixed the problem with DISTINCT
and CTID. ADDED much needed parameters sanity checks and error messages.
Modified Files:
--
fd:
14 matches
Mail list logo