- Sep 19, 2010
-
-
Tom Lane authored
with Magnus's script to remove these.
-
- Sep 17, 2010
-
-
Robert Haas authored
-
- Sep 16, 2010
- Sep 15, 2010
-
-
Tom Lane authored
when fld is of composite type. Per discussion of bug #5644 from Valentine Gogichashvili.
-
- Sep 13, 2010
-
-
Robert Haas authored
Also, add cross-reference from pg_shadow.passwd to pg_authid.rolpasswd and fix a bit of markup I muffed in my previous commit. Per discussion with Josh Kupershmidt.
-
Bruce Momjian authored
it doesn't work. Backpatch to 9.0.X.
-
Robert Haas authored
Per discussion with Josh Kupershmidt.
-
- Sep 12, 2010
-
-
Bruce Momjian authored
Backpatch to 9.0.X.
-
- Sep 09, 2010
-
-
Tom Lane authored
It isn't, now that we ship the docs as loose files rather than a sub-tarball. Also adjust the wording in a couple of places to make the lists of required software read more consistently.
-
Bruce Momjian authored
- remove excessive table cells - moving function parameters into function tags rather than having them being considered separate - add return type column on XML2 contrib module functions list and removing return types from function - add table header to XML2 contrib parameter table Thom Brown Backpatch to 9.0.X.
-
- Sep 08, 2010
-
-
Peter Eisentraut authored
-
- Sep 07, 2010
-
-
Peter Eisentraut authored
-
- Sep 03, 2010
-
-
Tom Lane authored
Since the code underlying pg_get_expr() is not secure against malformed input, and can't practically be made so, we need to prevent miscreants from feeding arbitrary data to it. We can do this securely by declaring pg_get_expr() to take a new datatype "pg_node_tree" and declaring the system catalog columns that hold nodeToString output to be of that type. There is no way at SQL level to create a non-null value of type pg_node_tree. Since the backend-internal operations that fill those catalog columns operate below the SQL level, they are oblivious to the datatype relabeling and don't need any changes.
-
- Sep 02, 2010
- Sep 01, 2010
- Aug 31, 2010
-
-
Alvaro Herrera authored
-
- Aug 29, 2010
-
-
Tom Lane authored
Spotted by Dmitriy Igrishin. Back-patch to 8.2, which is when the PREPARE statement was improved to allow parameter types to be omitted.
-
- Aug 27, 2010
-
-
Tom Lane authored
which is perhaps not a terribly good spot for it but there doesn't seem to be a better place. Also add a source-code comment pointing out a couple reasons for having a separate lock file. Per suggestion from Greg Smith.
-
- Aug 26, 2010
-
-
Tom Lane authored
of constraints. Kevin Grittner
-
Bruce Momjian authored
questionable reliability; information moved to a wiki: http://wiki.postgresql.org/wiki/Incrementally_Updated_Backups Backpatch to 9.0.
-
- Aug 25, 2010
-
-
Tom Lane authored
While at it, copy-edit the description of prefix-match marker support in synonym dictionaries, and clarify the description of the default unaccent dictionary a bit more.
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
Note: as usual, bug fixes that were also applied in back branches are not considered material to include in a new major release's notes.
-
Tom Lane authored
-
- Aug 24, 2010
-
-
Bruce Momjian authored
Backpatch to 9.0.X.
-
Bruce Momjian authored
Josh Berkus
-
Bruce Momjian authored
default is low because of pg_clog file removal. Backpatch to 9.0.X.
-
Itagaki Takahiro authored
Pavel Stehule, reviewed by me.
-
- Aug 23, 2010
-
-
Tom Lane authored
This is mostly about grammar, style, and presentation, though I did find a few small factual errors.
-
- Aug 22, 2010
-
-
Bruce Momjian authored
We already mentioned xid wraparound.
-
- Aug 21, 2010
-
-
Magnus Hagander authored
-
- Aug 20, 2010
-
-
Tom Lane authored
Per Thom Brown.
-
Tom Lane authored
Per gripe from Fujii Masao, though this is not exactly his proposed patch. Categorize as DEVELOPER_OPTIONS and set context PGC_SIGHUP, as per Fujii, but set the default to LOG because higher values aren't really sensible (see the code for trace_recovery()). Fix the documentation to agree with the code and to try to explain what the variable actually does. Get rid of no-op calls trace_recovery(LOG), which accomplish nothing except to demonstrate that this option confuses even its author.
-
- Aug 19, 2010
-
-
Peter Eisentraut authored
at end of files.
-