- 26 Mar, 2010 1 commit
-
-
Heikki Linnakangas authored
not delayed until the first WAL record is sent. Fujii Masao
-
- 25 Mar, 2010 3 commits
-
-
Simon Riggs authored
-
Tom Lane authored
unsatisfiable query, such as indexcol && empty_array. It should return -1 to tell GIN no scan is required; but silly typo disabled the logic for that, resulting in unnecessary "GIN indexes do not support whole-index scans" error. Per bug report from Jeff Trout. Back-patch to 8.3 where the logic was introduced.
-
Alvaro Herrera authored
by a superuser -- "ALTER USER f RESET setting" already disallows removing such a setting. Apply the same treatment to ALTER DATABASE d RESET ALL when run by a database owner that's not superuser.
-
- 24 Mar, 2010 8 commits
-
-
Simon Riggs authored
and alter a comment to reduce confusion.
-
Simon Riggs authored
called replication. Add host and port details, following format of messages in BackendInitialize().
-
Simon Riggs authored
doing nothing, caused by naptime specified in milliseconds yet units of pg_usleep() parameter is microseconds. Correctly specifying units reduces call frequency by 1000. Reduction in CPU consumption verified.
-
Tom Lane authored
and authenticated usernames were swapped. Reported by Bryan Henderson in bug #5386. Also clean up poorly-maintained header comment for this function.
-
Tom Lane authored
buildfarm, expend a little more effort on the log message for it.
-
Andrew Dunstan authored
Mark "installcheck-parallel", "world", "install-world" and "installcheck-world" make targets as PHONY. Fujii Masao.
-
Heikki Linnakangas authored
-
Bruce Momjian authored
'seconds'.
-
- 23 Mar, 2010 5 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
GCC 4.5 complained about it.
-
Itagaki Takahiro authored
-
Bruce Momjian authored
-
Itagaki Takahiro authored
writes. The first worker still uses "pgbench_log.<pid>" for the name, but additional workers use "pgbench_log.<pid>.<serial-number>" instead. Reported by Greg Smith.
-
- 22 Mar, 2010 6 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Simon Riggs authored
exclusion constraints, in line with string length of other pre-9.0 suffixes.
-
Bruce Momjian authored
consistency. Gabrielle (Roth)
-
Tom Lane authored
plain Vars that are generated in the inner rel and used above the join, but also for PlaceHolderVars. Per report from Oleg K.
-
Michael Meskes authored
files instead of relative ones which break vpath builds.
-
- 21 Mar, 2010 9 commits
-
-
Bruce Momjian authored
Document this restriction.
-
Michael Meskes authored
Adding special command line option that is now needed for the one ecpg regression test that was changed.
-
Michael Meskes authored
Informix allows variables as argument to the embedded SQL command FREE. Given that we only allow freeing cursors via FREE for compatibility reasons only we should do the same.
-
Michael Meskes authored
-
Michael Meskes authored
refactored the debug output wasn't adjusted.
-
Michael Meskes authored
commandline option "-i". This change fixes this and adds a test case. It also honors #include_next, although this is probably never used for embedded SQL.
-
Bruce Momjian authored
-
Bruce Momjian authored
Also update tagging instructions, and add id tags to a few documentation sections.
-
Peter Eisentraut authored
-
- 20 Mar, 2010 8 commits
-
-
Michael Meskes authored
-
Bruce Momjian authored
did with server-side languages.
-
Bruce Momjian authored
-
Simon Riggs authored
In this case, correction is to remove now unused fields from struct. Since these were unused and full of garbage anyway, no version change.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
so that we won't try to attach any context printouts to messages that get emitted while exiting. Per report from Dennis Koegel, the context functions won't necessarily work after we've started shutting down the backend, and it seems possible that debug_query_string could be pointing at freed storage as well. The context information doesn't seem particularly relevant to such messages anyway, so there's little lost by suppressing it. Back-patch to all supported branches. I can only demonstrate a crash with log_disconnections messages back to 8.1, but the risk seems real in 8.0 and before anyway.
-
Robert Haas authored
KaiGai Kohei, with adjustments to the comments.
-