- Aug 06, 2010
-
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
-
Robert Haas authored
Josh Berkus
-
- Aug 05, 2010
-
-
Peter Eisentraut authored
-
Tom Lane authored
functionality, while creating an ambiguity in usage with ORDER BY that at least two people have already gotten seriously confused by. Also, add an opr_sanity test to check that we don't in future violate the newly minted policy of not having built-in aggregates with the same name and different numbers of parameters. Per discussion of a complaint from Thom Brown.
-
Peter Eisentraut authored
by Mike Fowler, reviewed by Peter Eisentraut
-
- Aug 04, 2010
- Aug 03, 2010
-
-
Tom Lane authored
-
Tom Lane authored
the parameters of \connect, and fix oversight of not enabling translation of the messages. Also, adjust \connect's similar messages to match, and deal with 8.2-era violation of basic translatability guidelines there.
-
Bruce Momjian authored
gabrielle <gorthx@gmail.com>
-
Tom Lane authored
-
Robert Haas authored
Based on a patch by, and further ideas from, Alexander Korotkov.
-
- Aug 02, 2010
-
-
Robert Haas authored
Jeff Davis, with slight editorialization by me.
-
- Jul 29, 2010
-
-
Tom Lane authored
-
Peter Eisentraut authored
Block elements with verbatim formatting (literallayout, programlisting, screen, synopsis) should be aligned at column 0 independent of the surrounding SGML, because whitespace is significant, and indenting them creates erratic whitespace in the output. The CSS stylesheets already take care of indenting the output. Assorted markup improvements to go along with it.
-
Tom Lane authored
table with a <variablelist> carrying the same information. Previously the 9.0 documentation was failing to build as a US-size PDF file. It's quite obscure what the real problem is or why this avoids it, but we need a hack now so we can build docs for beta4. In passing do a bit of editing in the AIX installation docs, in particular remove a long-obsolete claim that the regression tests are likely to fail.
-
- Jul 28, 2010
-
-
Simon Riggs authored
Avoid hard-coding lockmode used for many altering DDL commands, allowing easier future changes of lock levels. Implementation of initial analysis on DDL sub-commands, so that many lock levels are now at ShareUpdateExclusiveLock or ShareRowExclusiveLock, allowing certain DDL not to block reads/writes. First of number of planned changes in this area; additional docs required when full project complete.
-
Robert Haas authored
Review by Dave Page.
-
- Jul 27, 2010
-
-
Robert Haas authored
Backpatch to 8.4. Marc Cousin. Review by Kevin Grittner.
-
Peter Eisentraut authored
-
- Jul 26, 2010
-
-
Peter Eisentraut authored
backpatched to 8.1
-
Peter Eisentraut authored
from John Gage
-
Bruce Momjian authored
-
Robert Haas authored
Reviewed by Bernd Helmle.
-
- Jul 25, 2010
-
-
Peter Eisentraut authored
from John Gage
-
Bruce Momjian authored
where the oid is not preserved by pg_upgrade (everything but pg_type). Update documentation. Per bug report from depstein@alliedtesting.com.
-
- Jul 24, 2010
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
by Thom Brown
-
Peter Eisentraut authored
-
- Jul 22, 2010
-
-
Robert Haas authored
I've added a quote_all_identifiers GUC which affects the behavior of the backend, and a --quote-all-identifiers argument to pg_dump and pg_dumpall which sets the GUC and also affects the quoting done internally by those applications. Design by Tom Lane; review by Alex Hunsaker; in response to bug #5488 filed by Hartmut Goebel.
-
- Jul 20, 2010
-
-
Robert Haas authored
David Christensen. Reviewed by Steve Singer. Some further changes by me.
-
Robert Haas authored
Normally, we automatically restart after a backend crash, but in some cases when PostgreSQL is invoked by clusterware it may be desirable to suppress this behavior, so we provide an option which does this. Since no existing GUC group quite fits, create a new group called "error handling options" for this and the previously undocumented GUC exit_on_error, which is now documented. Review by Fujii Masao.
-
Robert Haas authored
This change should be publicized to driver maintainers at once and release-noted as an incompatibility with previous releases.
-
- Jul 18, 2010
-
-
Peter Eisentraut authored
This adds a libpq connection parameter requirepeer that specifies the user name that the server process is expected to run under. reviewed by KaiGai Kohei
-
- Jul 17, 2010
-
-
Tom Lane authored
log files created by the syslogger process. In passing, make unix_file_permissions display its value in octal, same as log_file_mode now does. Martin Pihlak
-
- Jul 16, 2010
-
-
Heikki Linnakangas authored
-
Heikki Linnakangas authored
wal_keep_segments does not take effect during recovery. Fujii Masao
-
Tom Lane authored
casting between money and numeric. Andy Balholm, reviewed by Kevin Grittner
-