[COMMITTERS] pgsql: fix ecpg regression tests broken by over-eager adding of

2008-05-16 Thread Andrew Dunstan
Log Message: --- fix ecpg regression tests broken by over-eager adding of $PostgreSQL$ markers Modified Files: -- pgsql/src/interfaces/ecpg/include: sql3types.h (r1.12 -> r1.13) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/sql

Re: [COMMITTERS] pgsql: Add $PostgreSQL$ markers to a lot of files that were missing

2008-05-16 Thread Andrew Dunstan
Yes, when it's all done I will. cheers andrew Bruce Momjian wrote: Uh, shouldn't this script be put in src/tools? --- Andrew Dunstan wrote: Log Message: --- Add $PostgreSQL$ markers to a lot of files that we

Re: [COMMITTERS] pgsql: Add $PostgreSQL$ markers to a lot of files that were missing

2008-05-16 Thread Bruce Momjian
Uh, shouldn't this script be put in src/tools? --- Andrew Dunstan wrote: > Log Message: > --- > Add $PostgreSQL$ markers to a lot of files that were missing them. > > This particular batch was just for *.c and *.h f

[COMMITTERS] pgsql: Add $PostgreSQL$ markers to a lot of files that were missing

2008-05-16 Thread Andrew Dunstan
Log Message: --- Add $PostgreSQL$ markers to a lot of files that were missing them. This particular batch was just for *.c and *.h file. The changes were made with the following 2 commands: find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o \( -name

[COMMITTERS] pgsql: Allow ALTER SEQUENCE START WITH to change the recorded

2008-05-16 Thread Tom Lane
Log Message: --- Allow ALTER SEQUENCE START WITH to change the recorded start_value of a sequence. This seems an obvious extension to the recent patch, and it makes the code noticeably cleaner and more orthogonal. Modified Files: -- pgsql/doc/src/sgml/ref: alter_se

[COMMITTERS] pgsql: Fix declarations of pthread functions, missed in recent commit.

2008-05-16 Thread Tom Lane
Log Message: --- Fix declarations of pthread functions, missed in recent commit. Modified Files: -- pgsql/src/port: pthread-win32.h (r1.2 -> r1.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/pthread-win32.h?r1=1.2&r2=1.3) -- Sent via pgsql-co

[COMMITTERS] pgsql: Add a RESTART (without parameter) option to ALTER SEQUENCE,

2008-05-16 Thread Tom Lane
Log Message: --- Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a sequence to be reset to its original starting value. This requires adding the original start value to the set of parameters (columns) of a sequence object, which is a user-visible change with potential

[COMMITTERS] pgsql: Reduce unnecessary PANIC to ERROR, improve a couple of comments.

2008-05-16 Thread Tom Lane
Log Message: --- Reduce unnecessary PANIC to ERROR, improve a couple of comments. Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.309 -> r1.310) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.309&r2=1.

[COMMITTERS] pgsql: Recent patch doesn't compile without

2008-05-16 Thread Tom Lane
Log Message: --- Recent patch doesn't compile without Modified Files: -- pgsql/src/bin/psql: print.c (r1.102 -> r1.103) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.102&r2=1.103) -- Sent via pgsql-committers mailing list (pgs

[COMMITTERS] pgsql: Suppress a possibly-uninitialized-variable warning.

2008-05-16 Thread Tom Lane
Log Message: --- Suppress a possibly-uninitialized-variable warning. (I'm only seeing it on Apple's gcc and not my other machines, but still it seems worth getting rid of.) Modified Files: -- pgsql/src/pl/plpgsql/src: pl_exec.c (r1.215 -> r1.216) (http://a

[COMMITTERS] pgsql: Implement error checking for pthreads calls in thread-safe mode.

2008-05-16 Thread Magnus Hagander
Log Message: --- Implement error checking for pthreads calls in thread-safe mode. They really should always succeed, but in the likely event of a failure we would previously fall through *without locking* - the new code will exit(1). Printing the error message on stderr will not work for a

[COMMITTERS] pgsql: Suppress compiler warning induced by recent header file

2008-05-16 Thread Tom Lane
Log Message: --- Suppress compiler warning induced by recent header file refactoring. Modified Files: -- pgsql/contrib/pgstattuple: pgstattuple.c (r1.34 -> r1.35) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstattuple.c?r1=1.34&r2=1

[COMMITTERS] pgsql: Update contrib for tsearch changes.

2008-05-16 Thread Tom Lane
Log Message: --- Update contrib for tsearch changes. Modified Files: -- pgsql/contrib/test_parser/expected: test_parser.out (r1.1 -> r1.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/test_parser/expected/test_parser.out?r1=1.1&r2=1.2) pgsql/

[COMMITTERS] pgsql: Update psql startup banner to be shorter, suggest "help" for

2008-05-16 Thread Bruce Momjian
Log Message: --- Update psql startup banner to be shorter, suggest "help" for help. Add a few "help" entries. Move \g help entry into "General". Update psql version mismatch warning text. Joshua D. Drake Modified Files: -- pgsql/doc/src/sgml: start.sgml (r1.46 -

[COMMITTERS] pgsql: Done in TODO: > o -Have \l+ show database size, if permissions

2008-05-16 Thread Bruce Momjian
Log Message: --- Done in TODO: > o -Have \l+ show database size, if permissions allow Modified Files: -- pgsql/doc: TODO (r1.2458 -> r1.2459) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2458&r2=1.2459) pgsql/doc/src/FAQ:

[COMMITTERS] pgsql: Add detection of psql pager to trigger on wide output.

2008-05-16 Thread Bruce Momjian
Log Message: --- Add detection of psql pager to trigger on wide output. Also add pager detection for wrapped lines or lines with newlines that need pager to display. Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.204 -> r1.205) (http://anoncv

[COMMITTERS] pgsql: Extend GIN to support partial-match searches, and extend tsquery

2008-05-16 Thread Tom Lane
Log Message: --- Extend GIN to support partial-match searches, and extend tsquery to support prefix matching using this facility. Teodor Sigaev and Oleg Bartunov Modified Files: -- pgsql/doc/src/sgml: datatype.sgml (r1.226 -> r1.227) (http://anoncvs.postgr

[COMMITTERS] pgsql: Add localization support to ecpg.

2008-05-16 Thread Peter Eisentraut
Log Message: --- Add localization support to ecpg. Author: Euler Taveira de Oliveira <[EMAIL PROTECTED]> Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: informix.c (r1.54 -> r1.55) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg

[COMMITTERS] pgfouine - pgfouine: CSV log preliminary support

2008-05-16 Thread User Gsmet
Log Message: --- CSV log preliminary support Modified Files: -- pgfouine/include/postgresql/lines: PostgreSQLLogLine.class.php (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLLogLine.class.p

[COMMITTERS] pgfouine - pgfouine: fixed stderr date parsing

2008-05-16 Thread User Gsmet
Log Message: --- fixed stderr date parsing Modified Files: -- pgfouine/include/postgresql/parsers: StderrPostgreSQLParser.class.php (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/parsers/StderrPostgreSQLPars