Remove spurious underscore in name of isolation tester on MSVC.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/a9b6519606a4a95ae8052f8414841d02bcfe4582
Modified Files
--
src/tools/msvc/Mkvcbuild.pm |2 +-
src/tools/msvc/vcregress.pl |2 +-
2 files
On 05/22/2011 05:58 PM, Andrew Dunstan wrote:
Use the right pgsql for isolation tests.
Of course, this should say "Use the right psql ...".
cheers
andrew
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql
Use the right pgsql for isolation tests.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/b08ddf8c761cd596c4664dde1125f38a8757756f
Modified Files
--
src/test/isolation/Makefile |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
--
Sent via pg
Put lists in sensible order
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/60497722ac6d69d8ff82fe328b0a128e73433bec
Modified Files
--
doc/src/sgml/information_schema.sgml | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
--
Sent v
Make plpgsql provide the typmods for its variables to the main parser.
Historically we didn't do this, even though we had the information, because
plpgsql passed its Params via SPI APIs that only include type OIDs not
typmods. Now that plpgsql uses parser callbacks to create Params, it's
easy to
Heikki Linnakangas writes:
> Pull up isReset flag from AllocSetContext to MemoryContext struct. This
> avoids the overhead of one function call when calling MemoryContextReset(),
> and it seems like the isReset optimization would be applicable to any new
> memory context we might invent in the fut
Put documentation of backslash commands back in alphabetical order
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/7920d033d8b580f00ede0628ee0b1c3a3f3c6b43
Modified Files
--
doc/src/sgml/ref/psql-ref.sgml | 420
1
Message style improvements
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/fae625e7b9824ec64f770904108089ff4fbcf093
Modified Files
--
src/bin/pg_dump/pg_dump.c|6 +++---
src/bin/pg_dump/pg_restore.c |2 +-
2 files changed, 4 insertions(+), 4 del
Clarify the documentation of the --with-ossp-uuid option
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/51ad1784ccf9c2a72238a50a314771e34721f1d3
Modified Files
--
configure |3 +--
configure.in |2 +-
doc/src/