CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 12:53:30
Modified files:
src/backend/storage/buffer: Tag: REL7_4_STABLE bufmgr.c
Log message:
Force zero_damaged_pages to be effectively ON during recovery from WAL,
sin
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 12:53:20
Modified files:
src/backend/storage/buffer: bufmgr.c
Log message:
Force zero_damaged_pages to be effectively ON during recovery from WAL,
since there is no need
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 12:53:42
Modified files:
src/backend/storage/buffer: Tag: REL7_3_STABLE bufmgr.c
Log message:
Force zero_damaged_pages to be effectively ON during recovery from WAL,
sin
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 13:58:27
Modified files:
doc/src/sgml/ref: create_trigger.sgml
Log message:
Fix typos noted by Halley Pacheco de Oliveira.
---(end of broadcast)---
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 13:58:38
Modified files:
doc/src/sgml/ref: Tag: REL7_4_STABLE create_trigger.sgml
Log message:
Fix typos noted by Halley Pacheco de Oliveira.
---(end o
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 14:50:19
Modified files:
src/backend/utils/adt: network.c
Log message:
netmask() and hostmask() functions should return maximum-length masklen,
per gripe from Joe Sunday
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 14:50:29
Modified files:
src/backend/utils/adt: Tag: REL7_4_STABLE network.c
Log message:
netmask() and hostmask() functions should return maximum-length masklen,
per gr
[EMAIL PROTECTED] (Tom Lane) writes:
> netmask() and hostmask() functions should return maximum-length masklen,
> per gripe from Joe Sunday.
Should we add some regression tests for this behavior?
-Neil
---(end of broadcast)---
TIP 1: s
Neil Conway <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] (Tom Lane) writes:
>> netmask() and hostmask() functions should return maximum-length masklen,
>> per gripe from Joe Sunday.
> Should we add some regression tests for this behavior?
Don't much care --- it doesn't seem like the kind of th
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 16:34:54
Modified files:
doc/src/sgml : datatype.sgml datetime.sgml
Log message:
Minor wordsmithing in datetime docs to try to address gripes raised by
cnliou.
-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 16:35:04
Modified files:
doc/src/sgml : Tag: REL7_4_STABLE datatype.sgml datetime.sgml
Log message:
Minor wordsmithing in datetime docs to try to address gripes raised by
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 17:52:38
Modified files:
src/backend/utils/adt: int.c int8.c numeric.c
src/include/catalog: pg_operator.h pg_proc.h
src/include/utils: builtins.h int8.h
src/tes
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 17:53:15
Modified files:
doc/src/sgml : typeconv.sgml
Log message:
Remove mention of factorial as casting example. New example needed.
---(end of br
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 17:59:26
Modified files:
src/backend/storage/ipc: ipci.c
src/backend/storage/lmgr: deadlock.c lmgr.c lock.c proc.c
src/include/storage: lmgr.h lock.h proc.h
Log messag
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 18:08:03
Modified files:
doc/src/sgml : datatype.sgml runtime.sgml spi.sgml
doc/src/sgml/ref: alter_table.sgml create_table.sgml
create_table_as.sgml
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 18:11:07
Modified files:
src/bin/psql : describe.c
Log message:
This patch finishes off the work that I did with making view
definitions use pretty printing.
Yes, this was the CHECK part applied by Tom to 7.4.
---
Tom Lane wrote:
> CVSROOT: /cvsroot
> Module name: pgsql-server
> Changes by: [EMAIL PROTECTED] 03/10/16 21:57:04
>
> Modified files:
> src/bin/psq
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 18:14:41
Modified files:
src/bin/psql : command.c common.h copy.c stringutils.c
tab-complete.c variables.c
Log message:
This patch reduces some unsig
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 18:15:40
Modified files:
src/backend/bootstrap: bootstrap.c
src/backend/port: sysv_sema.c sysv_shmem.c
src/backend/postmaster: postmaster.c
src/backend/tcop: po
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 18:22:02
Modified files:
doc/src/sgml/ref: psql-ref.sgml
src/bin/psql : command.c describe.c describe.h help.c
tab-complete.c
Log message:
a
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 18:22:44
Modified files:
doc: TODO
Log message:
Update for patches applied:
< * Change factorial to return a numeric
> * -Change factorial t
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 18:23:06
Modified files:
src: Makefile.shlib
Log message:
Win32 patch for Makefile.shlib
Claudio Natoli
---(end of broadca
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 18:34:48
Modified files:
src/bin/psql : help.c
Log message:
This makes help like this:
\lo_export LOBOID FILE
\lo_import FILE [COMMENT]
\lo_li
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 18:36:40
Modified files:
doc/src/sgml : ecpg.sgml
Log message:
Hi, this doco patch is a quick one to add explicit mention of the need
for the AT clause in threaded ECP
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 19:09:03
Modified files:
src/backend/executor: execTuples.c
Log message:
This patch refactors execTuples.c in two ways.
Neil Conway
--
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 19:12:16
Modified files:
src/include/utils: builtins.h
Log message:
The attached patch enables contrib/cube to build cleanly under Cygwin
(again). Please consider this
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 19:13:07
Modified files:
contrib/pg_autovacuum: pg_autovacuum.c
Log message:
I noticed in the 7.4 release that in contrib/pg_autovacuum, args->logfile is
not initialized
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 19:14:29
Modified files:
contrib/pg_autovacuum: Tag: REL7_4_STABLE pg_autovacuum.c
Log message:
I noticed in the 7.4 release that in contrib/pg_autovacuum, args->logfile is
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 19:15:47
Modified files:
src/bin/initdb : initdb.c
Log message:
Fix initdb use of mkdir_p().
Andrew Dunstan
---(end of broadcast)-
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 19:19:33
Modified files:
contrib/pg_autovacuum: pg_autovacuum.c pg_autovacuum.h
Log message:
I've run across a pretty serious problem with pg_autovacuum.
pg_autovacuum l
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 19:19:55
Modified files:
contrib/pg_autovacuum: Tag: REL7_4_STABLE pg_autovacuum.c
pg_autovacuum.h
Log message:
I've run across a pretty serious
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/12/01 20:26:59
Modified files:
doc/src/sgml/ref: drop_operator.sgml
doc/src/sgml : typeconv.sgml
src/backend/utils/adt: numeric.c
Log message:
Code and docs review
32 matches
Mail list logo