Log Message:
---
Another fix for Win32 START.
Modified Files:
--
pgsql-server/src/bin/pg_ctl:
pg_ctl.c (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.14&r2=1.15)
---(end o
Log Message:
---
The attached tiny patch removes spurious carriage returns that might be
copied by the script that generates psql's help. (You can get the
spurious CRs if you use a CVS client on Windows that does line end
translation.) Elsewhere, the patch should be totally benign.
This r
Log Message:
---
>> It certainly doesn't. There still was a bug with the locale stuff,
>> though - the GUC variable was not set in the child
>processes. So "show
>> lc_collate" would *always* return "C", for example. attached
>patch fixes
>> this.
>
>Hm. Why were these vars not propagated
Log Message:
---
This patch updates pgpipe() on win32 to log exactly which part of the
call fails when it does. (As it is now, there is no way to figure out
the point of error). Shouldn't be a problem since it's most defintily
not a performance-critical path (only called on pgstat startup A
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes:
>> Clean up generation of default names for constraints, indexes, and serial
>> sequences, as per recent discussion.
> Do you do any sort of 'locking of potential names' to ensure that
> another process adding a sequence at the same time or some
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes:
>> Fix oversight in recent ALTER TABLE improvements. We now support
>> ALTER TABLE tab ADD COLUMN col SERIAL, but we forgot to install the
>> dependency between the column and the sequence, so the sequence
>> would not go away if you dropped the
Log Message:
---
When using extended-query protocol, postpone planning of unnamed statements
until Bind is received, so that actual parameter values are visible to the
planner. Make use of the parameter values for estimation purposes (but
don't fold them into the actual plan). This buys b
Fix oversight in recent ALTER TABLE improvements. We now support
ALTER TABLE tab ADD COLUMN col SERIAL, but we forgot to install the
dependency between the column and the sequence, so the sequence
would not go away if you dropped the table later.
What if you ALTER TABLE / TYPE SERIAL?
Chris
--
Clean up generation of default names for constraints, indexes, and serial
sequences, as per recent discussion. All these names are now of the
form table_column_type, with digits added if needed to make them unique.
Default constraint names are chosen to be unique across their whole schema,
not jus
Log Message:
---
More restructuring to use Win32 START with paths needing quotes.
Modified Files:
--
pgsql-server/src/bin/pg_ctl:
pg_ctl.c (r1.13 -> r1.14)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.13&r2=1.14
Log Message:
---
Translation updates
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/backend/po:
de.po (r1.11.2.3 -> r1.11.2.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/de.po.diff?r1=1.11.2.3&r2=1.11.2.4)
pgs
Log Message:
---
Attached is a patch that takes care of the PATHSEP issue. I made a more
extensive change then what was suggested. I found the file path.c that
contained a lot of "Unix/Windows" agnostic functions so I added a function
there instead and removed the PATHSEP declaration in exe
Log Message:
---
More quoting cleanups for Win32's pg_ctl.
Modified Files:
--
pgsql-server/src/bin/pg_ctl:
pg_ctl.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.12&r2=1.13)
Log Message:
---
Adjust cost_nonsequential_access() to have more reasonable behavior
when random_page_cost has a small value. Per Manfred Koizar, though
I didn't use his equation exactly.
Modified Files:
--
pgsql-server/src/backend/optimizer/path:
costsize.c (r1.13
Log Message:
---
Done:
> * -Print table names with constraint names in error messages, or make constraint
Modified Files:
--
pgsql-server/doc:
TODO (r1.1271 -> r1.1272)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/doc/TODO.diff?r1=1.1271&r2=1.1
Log Message:
---
Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too.
Modified Files:
--
pgsql-server/src/backend/commands:
tablecmds.c (r1.114 -> r1.115)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/tablec
Log Message:
---
Fix oversight in recent ALTER TABLE improvements. We now support
ALTER TABLE tab ADD COLUMN col SERIAL, but we forgot to install the
dependency between the column and the sequence, so the sequence
would not go away if you dropped the table later.
Modified Files:
-
Log Message:
---
Added some error reporting support
Modified Files:
--
pqa/lib:
pqa.rb (r1.58 -> r1.59)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pqa/pqa/lib/pqa.rb.diff?r1=1.58&r2=1.59)
---(end of broadcast)-
Log Message:
---
Use /B to start so a new window isn't created, per Andrew Dunstan.
Modified Files:
--
pgsql-server/src/bin/pg_ctl:
pg_ctl.c (r1.11 -> r1.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.11&r2=1.
Log Message:
---
Clean up generation of default names for constraints, indexes, and serial
sequences, as per recent discussion. All these names are now of the
form table_column_type, with digits added if needed to make them unique.
Default constraint names are chosen to be unique across th
Log Message:
---
Add START background code for another code path, per Andrew Dunstan.
Modified Files:
--
pgsql-server/src/bin/pg_ctl:
pg_ctl.c (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.10&r2=
Log Message:
---
Use START for pg_ctl background runs on Win32, from Magnus.
Modified Files:
--
pgsql-server/src/bin/pg_ctl:
pg_ctl.c (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/pg_ctl/pg_ctl.c.diff?r1=1.9&r2=1.10)
Log Message:
---
Translation update
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/backend/po:
ru.po (r1.12.2.1 -> r1.12.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/ru.po.diff?r1=1.12.2.1&r2=1.12.2.2)
---
Log Message:
---
Translation updates
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql-server/src/backend/po:
pt_BR.po (r1.1.2.4 -> r1.1.2.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/pt_BR.po.diff?r1=1.1.2.4&r2=1.1.2.5)
p
Log Message:
---
Translation update
Modified Files:
--
pgsql-server/src/backend/po:
ru.po (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/po/ru.po.diff?r1=1.14&r2=1.15)
---(end of broadcast)
Log Message:
---
Translation update
Modified Files:
--
pgsql-server/src/bin/initdb/po:
ru.po (r1.3 -> r1.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/initdb/po/ru.po.diff?r1=1.3&r2=1.4)
---(end of broadcast)--
Log Message:
---
New translation
Modified Files:
--
pgsql-server/src/backend:
nls.mk (r1.11 -> r1.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/nls.mk.diff?r1=1.11&r2=1.12)
Added Files:
---
pgsql-server/src/backend/po
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/05 01:15:17
Modified files:
contrib: Makefile
Log message:
Add xml2 as skipped /contrib Makefile entry.
---(end of broadcast)-
Log Message:
---
Handle multiple double-quoted strings using Win32's system() call.
Document limitations.
Modified Files:
--
pgsql-server/src/bin/initdb:
initdb.c (r1.35 -> r1.36)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/initdb/init
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/04 03:32:02
Modified files:
src/interfaces/ecpg: ChangeLog
src/interfaces/ecpg/preproc: preproc.y variable.c
Log message:
- Fixed segfault due to missing check for variabl
Log Message:
---
Reword:
< * Allow hash buckets to fill disk pages, rather than being sparse
> * Pack hash index buckets onto disk pages more efficiently
Modified Files:
--
pgsql-server/doc:
TODO (r1.1270 -> r1.1271)
(http://developer.postgresql.org/cvsweb
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 04/03/03 23:25:10
Modified files:
src/interfaces/jdbc/org/postgresql: Tag: REL7_4_STABLE
Driver.java.in
Log message:
Update build number in a
32 matches
Mail list logo