- 03 Jun, 2010 16 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
When referring to postgresql.conf syntax, then it's without quotes (wal_level=archive); in narrative it's with double quotes. But never single quotes.
-
Alvaro Herrera authored
per recent unintended-initdb-forcing fiasco
-
Bruce Momjian authored
-
Peter Eisentraut authored
--enable-ssl -> --with-openssl
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Itagaki Takahiro authored
Now long names are adjusted with truncate_identifier() and NOTICE messages are raised if names are actually truncated. Backported to release 8.0.
-
Robert Haas authored
Fujii Masao. Review by Heikki Linnakangas and myself.
-
Bruce Momjian authored
-
Bruce Momjian authored
Tim Landscheidt
-
Bruce Momjian authored
overlaps. David Fetter
-
- 02 Jun, 2010 1 commit
-
-
Heikki Linnakangas authored
Fujii Masao
-
- 01 Jun, 2010 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
release notes.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Craig Ringer
-
Bruce Momjian authored
Greg Sabino Mullane
-
- 31 May, 2010 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
details from Alvaro Herrera.
-
Bruce Momjian authored
performed by "EXECUTE ... INTO". Jaime Casanova
-
Alvaro Herrera authored
per Josh Berkus. Add ALTER DATABASE to the "see also" section, too.
-
Bruce Momjian authored
them off. Josh Berkus, with slight wording changes by me.
-
Heikki Linnakangas authored
This was broken by my previous patch to send WAL in smaller batches. Patch by Fujii Masao.
-
- 30 May, 2010 3 commits
-
-
Tom Lane authored
We must filter out hashtable entries with frequencies less than those specified by the algorithm, else we risk emitting junk entries whose actual frequency is much less than other lexemes that did not get tabulated. This is bad enough by itself, but even worse is that tsquerysel() believes that the minimum frequency seen in pg_statistic is a hard upper bound for lexemes not included, and was thus underestimating the frequency of non-MCEs. Also, set the threshold frequency to something with a little bit of theory behind it, to wit assume that the input distribution is approximately Zipfian. This might need adjustment in future, but some preliminary experiments suggest that it's not too unreasonable. Back-patch to 8.4, where this code was introduced. Jan Urbanski, with some editorialization by Tom
-
Tom Lane authored
"val AS name" to "name := val", as per recent discussion. This patch catches everything in the original named-parameters patch, but I'm not certain that no other dependencies snuck in later (grepping the source tree for all uses of AS soon proved unworkable). In passing I note that we've dropped the ball at least once on keeping ecpg's lexer (as opposed to parser) in sync with the backend. It would be a good idea to go through all of pgc.l and see if it's in sync now. I didn't attempt that at the moment.
-
Bruce Momjian authored
-
- 29 May, 2010 4 commits
-
-
Tom Lane authored
table with foreign key constraints eats memory. Per off-line discussion of bug #5480 with its reporter. Also do some minor wordsmithing elsewhere in the same section.
-
Bruce Momjian authored
-
Heikki Linnakangas authored
-
Bruce Momjian authored
if we ever implement '<>' index opclasses. Jeff Davis
-
- 28 May, 2010 3 commits
-
-
Tom Lane authored
output stream. This typically indicates that the user quit out of $PAGER, or that we are writing to a file and ran out of disk space. In either case we shouldn't bother to continue fetching data. Stephen Frost
-
Tom Lane authored
end of the pattern: the code path that handles \ just after % should throw error too. As in the previous patch, not back-patching for fear of breaking apps that worked before.
-
Bruce Momjian authored
David Fetter
-