- 04 Feb, 2011 14 commits
-
-
Bruce Momjian authored
-
Robert Haas authored
Make sure it's clear that the prohibition on adding a column with a default when the rowtype is used elsewhere is intentional, and be a bit more explicit about the other cases where we perform this check.
-
Robert Haas authored
It's full of backend-specific error reporting, so it's neither possible nor necessary for this to be used from frontend code.
-
Bruce Momjian authored
libpq doc mentions.
-
Robert Haas authored
This isn't kosher, and doesn't play nicely with my recent changes to the Makefile in this directory.
-
Robert Haas authored
Remove the claim that ALTER TABLE .. SET DATA TYPE is the fastest way of rewriting a table, since it no longer is. Noah Misch and Robert Haas, based on a suggestion from Tom Lane.
-
Robert Haas authored
Per buildfarm.
-
Robert Haas authored
This fixes make distprep, and seems more robust in other ways as well. Some special handling is required because errcodes.txt is needed by some stuff in src/port, but just by src/backend as is the case for the other generated headers. While I'm at it, fix a few other things that were overlooked in the original patch.
-
Magnus Hagander authored
Another case of <xref linkend> in the documentation that builds INSTALL, which is not allowed.
-
Robert Haas authored
More fallout from ddfe26f6. Report by Fujii Masao.
-
Magnus Hagander authored
In the hope of unbreaking the buildfarm
-
Robert Haas authored
My commit ddfe26f6 of 2010-02-03 broke it. Per buildfarm.
-
Robert Haas authored
-
Robert Haas authored
src/pl/plpgsql/src/plerrcodes.h, src/include/utils/errcodes.h, and a big chunk of errcodes.sgml are now automatically generated from a single file, src/backend/utils/errcodes.txt. Jan Urbański, reviewed by Tom Lane.
-
- 03 Feb, 2011 14 commits
-
-
Robert Haas authored
Along the way, be more consistent about the wording we use here.
-
Bruce Momjian authored
Satoshi Nagayasu
-
Bruce Momjian authored
'E:abc' Win32 path handling.
-
Magnus Hagander authored
Add the current xlog insert location to the response of IDENTIFY_SYSTEM, and adds result sets containing start and stop location of backups to BASE_BACKUP responses.
-
Magnus Hagander authored
Thom Brown
-
Robert Haas authored
-
Robert Haas authored
KaiGai Kohei
-
Robert Haas authored
-
Robert Haas authored
KaiGai Kohei
-
Bruce Momjian authored
path variables, not directory paths.
-
Bruce Momjian authored
variable, not a directory path.
-
Robert Haas authored
Prior to 9.0, restartpoints never created, deleted, or recycled WAL files, but now they can. This code makes log_checkpoints treat checkpoints and restartpoints symmetrically. It also adjusts up the documentation of the parameter to mention restartpoints. Fujii Masao. Docs by me, as suggested by Itagaki Takahiro.
-
Tom Lane authored
-
Tom Lane authored
-
- 02 Feb, 2011 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
This allows the language-specific try/catch construct to catch and handle exceptions arising from SPI calls, matching the behavior of other PLs. As an additional bonus you no longer get all the ugly "unrecognized error in PLy_spi_execute_query" errors. Jan Urbański, reviewed by Steve Singer
-
Andrew Dunstan authored
It's for compatibility with modules like PostgreSQL::PLPerl::NYTProf.
-
- 01 Feb, 2011 7 commits
-
-
Bruce Momjian authored
auto-add columns later added to the base table.
-
Bruce Momjian authored
-
Bruce Momjian authored
data to disk, so the table or index should be recreated before the parameter is turned off again.
-
Peter Eisentraut authored
Jan Urbański, reviewed by Hitoshi Harada
-
Bruce Momjian authored
cache between queries.
-
Bruce Momjian authored
replication between different Postgres major versions.
-
Bruce Momjian authored
-