- 12 Sep, 2003 11 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
ps status as '[local]', not as 'localhost' as the code has been doing recently. That's too easily confused with TCP loopback connections, and there is no good reason to change the behavior anyway.
-
Tom Lane authored
to create a TCP/IP socket from FATAL to LOG. This was unwise; historically we have expected socket conflicts to abort postmaster startup. Conflicts on port numbers with another postmaster can only be detected reliably at the TCP socket level.
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
to bypass the error, --without-spinlocks.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
- 11 Sep, 2003 13 commits
-
-
Tom Lane authored
-
Tom Lane authored
from Mark Kirkwood. Also show the sample size.
-
Tom Lane authored
the others in style.
-
Bruce Momjian authored
makes a few more small improvements to runtime.sgml, and makes some SGML conventions more consistent. Neil Conway
-
Bruce Momjian authored
> keywords for clarity. Yeah, this is basically what I meant, sorry I didn't get to it quicker. However, I tested it out a little and the patch you made doesn't work because it produces commands like: VACUUM ANALYZE "public.FooBar" Which doesn't work, so I made my own patch that creates commands like: VACUUM ANALYZE "public"."FooBar" This allows for mixed case schema names as well as tables. Adam, can you please give this a test as you are the person who caught the bug in the first place. Thanks, Matthew T. O'Connor
-
Bruce Momjian authored
-
Bruce Momjian authored
<varname> conventions more consistent, and improve the ANALYZE ref page. Neil Conway
-
Bruce Momjian authored
documentation. Neil Conway
-
Bruce Momjian authored
Christopher Kings-Lynne
-
Bruce Momjian authored
ALTER TABLE mytable drop column last_column_of_table; the timetravel trigger say on UPDATE/DELETE: ERROR: parser: parse error at end of input Here is the patch for this bug B?jthe Zolt?n
-
Bruce Momjian authored
some examples of the new syntax and a reference to the documentation. Joe Conway.
-
Bruce Momjian authored
Robert Treat
-
Tom Lane authored
-
- 10 Sep, 2003 12 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
per recent discussions.
-
Bruce Momjian authored
> * Issue NOTICE if foreign key data type doesn't match primary key
-
Bruce Momjian authored
> * Have EXPLAIN ANALYZE highlight poor optimizer estimates
-
Bruce Momjian authored
Neil Conway
-
Tom Lane authored
ERROR to WARNING so we keep control.
-
Bruce Momjian authored
isn't loaded into the database.
-
Bruce Momjian authored
Matthew T. O'Connor.
-
Michael Meskes authored
-
Bruce Momjian authored
UnixWare. Larry Rosenman
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Have pg_dump -c clear the database using dependency information
-
- 09 Sep, 2003 4 commits
-
-
Peter Eisentraut authored
feature they complain about isn't a feature or cannot be implemented without definitional changes.
-
Bruce Momjian authored
-
Tom Lane authored
discussion. (Still have some work to do editing the remainder.)
-
Bruce Momjian authored
-