- 11 Sep, 2003 10 commits
-
-
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 9 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
-
Tom Lane authored
-
Barry Lind authored
-
Michael Meskes authored
-
Barry Lind authored
Modified Files: jdbc/build.xml jdbc/org/postgresql/core/QueryExecutor.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java jdbc/org/postgresql/util/PSQLState.java
-
Michael Meskes authored
- Changed all new datatypes to lowercase. - Fixed rounding bug in numerical types.
-
- 08 Sep, 2003 8 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
Use question marks rather than brackets to delimit optional elements in Tcl synopses. Fix stylesheet misfeature leading to excessively long cross-reference text when linking to a different "part". Remove <body> attributes -- CSS stylesheets should handle that. Improve bibliography formatting. Add fast-forward links for more convenient navigation.
-
Bruce Momjian authored
o Allow ALTER TABLE to change constraint deferrability and actions
-
Tom Lane authored
-
Tom Lane authored
including the SQL-spec OVERLAPS construct.
-
Barry Lind authored
the redhat patch for SQLState support. Added Files: PSQLState.java
-
Barry Lind authored
support to the jdbc driver. That patch needed some work: it assumed the sqlcode in a server message was fixed in its position, the patch lost the ability to pass exceptions, and the patch missed a couple of places where server errors where being received. In addition to fixing the above, I also added full support for the V3 protocol error message syntax, I reversed the order of arguments in the PSQLException constructor to more closely follow the constructors for SQLException, I changed the new constructors that take PSQLState to take Object for additional parameters as the old ones did. Still todo are to add SQLState values to all existing exceptions thrown in the driver and add support for parsing the V3 protocol format for notices. Modified Files: jdbc/build.xml jdbc/org/postgresql/Driver.java.in jdbc/org/postgresql/errors.properties jdbc/org/postgresql/core/Encoding.java jdbc/org/postgresql/core/PGStream.java jdbc/org/postgresql/core/QueryExecutor.java jdbc/org/postgresql/fastpath/Fastpath.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java jdbc/org/postgresql/util/MessageTranslator.java jdbc/org/postgresql/util/PSQLException.java
-
Tom Lane authored
system headers on Unixware.
-
- 07 Sep, 2003 1 commit
-
-
Bruce Momjian authored
-