Log Message:
---
VISIBLE [DEBUG|LOG|INFO|WARNING|EXCEPTION] "Msg" works; equivalent to pl/pgsql
RAISE. w00t!
Modified Files:
--
pllolcode:
gram.y (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/pllolcode/gram.y.diff?r1=1.7&r2=1.8)
Log Message:
---
finally enable ECPG regression tests for MSVC
add skip-steps command line option useful in debugging
code cleanup - remove ugly use of global names for File::Find stuff
Modified Files:
--
client-code:
run_build.pl (r1.90 -> r1.91)
(http://c
Log Message:
---
A few improvements to analyze and vacuum sections in documentation: add "see
also" entries for autovacuum in analyze and vacuum reference pages, and
enhance usage of cross-references in the maintenance page.
Modified Files:
--
pgsql/doc/src/sgml:
ma
Log Message:
---
Change π to plain "pi" in index entry, to avoid double escaping issues.
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.398 -> r1.399)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.398&r2=1.399)
---
Log Message:
---
Added support for multi-column primary keys.
Reoriented the tuple (row value text) storage to store /previous/
values instead of duplicating the current value in the audited table.
Added TG_OP (operation type) tracking.
Added tracking of pg xid (for possible use in conjunct
Log Message:
---
Clean up the doc makefile for draft HTML generation. It no longer works
to do "make DRAFT=Y html"; you need to use "make draft" (which was also
supported previously).
Modified Files:
--
pgsql/doc/src/sgml:
Makefile (r1.100 -> r1.101)
(http
Log Message:
---
Remove stylesheet.css file on "make clean", created only on VPATH builds.
Modified Files:
--
pgsql/doc/src/sgml:
Makefile (r1.99 -> r1.100)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.99&r2=1.100)
-
Log Message:
---
Fix missing parenthesis, per Guillaume Lelarge.
Modified Files:
--
pgsql/doc/src/sgml:
maintenance.sgml (r1.82 -> r1.83)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml?r1=1.82&r2=1.83)
-
Log Message:
---
Make dumpcolors() have tolerable performance when using 32-bit chr,
as we do (and upstream Tcl doesn't). The loop limit might be subject
to negotiation if anyone ever tries to do regex debugging in Far
Eastern languages, but for now 1000 seems plenty. CHR_MAX was right ou
Log Message:
---
Adjust some regex debugging printouts to not give wrong-format-width
warnings on a 64-bit machine. Noted while chasing a recent regex
bug report.
Modified Files:
--
pgsql/src/backend/regex:
regcomp.c (r1.44 -> r1.45)
(http://developer.post
Log Message:
---
Adjust regcustom.h so that all those assert() calls in the regex package
are converted to Postgres Assert() macros, instead of using
as formerly. No difference in production builds, but --enable-cassert
debug builds will get better coverage for regex testing.
Modified Fi
Log Message:
---
Fix SGML markup, from Guillaume Lelarge.
Modified Files:
--
pgsql/doc/src/sgml:
installation.sgml (r1.293 -> r1.294)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.293&r2=1.294)
--
Log Message:
---
Updated to use the correct BSD License version without advertisement clause.
This is now the same version as Postgresql server itself. Sorry for this big
mistake.
Modified Files:
--
Npgsql2:
LICENSE.txt (r1.1 -> r1.2)
(http://cvs.pgfound
13 matches
Mail list logo