- 04 Feb, 2011 6 commits
-
-
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 15 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
-
Bruce Momjian authored
-
Bruce Momjian authored
the support functions.
-
Andrew Dunstan authored
This is an efficiency change, and means we now no longer have to run "out $_TD; local $_TD = shift;", which was especially pointless in the case of non-trigger functions where the passed value was always undef anyway. A tiny open issue is whether we should get rid of the $prolog argument of mkfunc, and the corresponding pushed value, which is now just a constant "false". Tim Bunce, reviewed by Alex Hunsaker.
-
Magnus Hagander authored
New versions of libintl redefine setlocale() to a macro which causes problems when the backend and libintl are linked against different versions of the runtime, which is often the case in msvc builds. Hiroshi Inoue, slightly updated comment by me
-
Simon Riggs authored
-
Itagaki Takahiro authored
maximum allowed' messages, that have reported one-less dimensions. Alexey Klyukin
-
Itagaki Takahiro authored
in documentation. Thom Brown
-
Bruce Momjian authored
a mention of unencrypted passwords.
-