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
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
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
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
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
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
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
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.
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
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
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
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
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/
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 -
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:
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
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
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
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
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
20 matches
Mail list logo