- Dec 07, 2003
-
-
Tom Lane authored
bottleneck in the new pg_dump code.
-
- Dec 06, 2003
-
-
Tom Lane authored
one (use a priority heap to keep track of items ready to output, instead of searching the input array each time). This brings the runtime of pg_dump back to about what it was in 7.4.
-
Tom Lane authored
pg_depend to determine a safe dump order. Defaults and check constraints can be emitted either as part of a table or domain definition, or separately if that's needed to break a dependency loop. Lots of old half-baked code for controlling dump order removed.
-
- Dec 02, 2003
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
Andrew Dunstan
-
- Dec 01, 2003
-
-
Bruce Momjian authored
\lo_export LOBOID FILE \lo_import FILE [COMMENT] \lo_list \lo_unlink LOBOID large object operations Instead of not saying anything about what arguments are required. Christopher Kings-Lynne
-
Bruce Momjian authored
\du and a \dg command to psql. It's against 7.4beta5. Markus Bertheau <twanger@bluetwanger.de>
-
Bruce Momjian authored
comments in the psql code. This doesn't make any functional change, so feel free to save it for 7.5 Neil Conway
-
Bruce Momjian authored
definitions use pretty printing. It does: * Pretty index predicates * Pretty rule definitions * Uppercases PRIMARY KEY and UNIQUE to be consistent with CHECK and FOREIGN KEY * View rules are improved to match table rules: Christopher Kings-Lynne
-
Bruce Momjian authored
proposal for eventually deprecating OIDs on user tables that I posted earlier to pgsql-hackers. pg_dump now always specifies WITH OIDS or WITHOUT OIDS when dumping a table. The documentation has been updated. Neil Conway
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
make sure the $Id tags are converted to $PostgreSQL as well ...
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- Nov 25, 2003
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- Nov 24, 2003
-
-
Tom Lane authored
-
- Nov 23, 2003
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- Nov 21, 2003
-
-
Tom Lane authored
large objects. Dump all these in pg_dump; also add code to pg_dump user-defined conversions. Make psql's large object code rely on the backend for inserting/deleting LOB comments, instead of trying to hack pg_description directly. Documentation and regression tests added. Christopher Kings-Lynne, code reviewed by Tom
-
- Nov 17, 2003
-
-
Bruce Momjian authored
-
- Nov 15, 2003
-
-
Peter Eisentraut authored
-
- Nov 14, 2003
-
-
Tom Lane authored
-
Tom Lane authored
double or out-of-sequence output with child process.
-
Tom Lane authored
data directory. Also fix handling of error conditions associated with data directory checking step (can't use a boolean to distinguish four possible result states...)
-
Peter Eisentraut authored
-
Tom Lane authored
of option switches for backend, fix handling of COPY from data files so that we won't have the newline-after-\. issue back again, add back some comments and printouts lost from the shell script, etc. Still needs work for error handling; in particular the shell version worked much more nicely for the case of a postgres executable that fails on invocation.
-
- Nov 13, 2003
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Andrew Dunstan
-
Tom Lane authored
come out before the action is done.
-
Tom Lane authored
-
- Nov 12, 2003
-
-
Tom Lane authored
my fault. Adding it fixes bogus message display when reading a block comment at the end of a script file.
-
- Nov 11, 2003
-
-
Bruce Momjian authored
-
- Nov 10, 2003
-
-
Bruce Momjian authored
Other cleanups as discussed.
-
Bruce Momjian authored
This is his original version with a binary rmdir() we might need in the future. I will commit an update version with cleanups shortly.
-
- Nov 08, 2003
-
-
Bruce Momjian authored
RENAME TO option.
-
- Nov 06, 2003
-
-
Peter Eisentraut authored
like the next higher one.
-
- Oct 31, 2003
-
-
Peter Eisentraut authored
-
- Oct 30, 2003
-
-
Tom Lane authored
offered for completion only when the input-so-far is at least 'pg_'. This seems to be the best compromise behavior emerging from yesterday's discussion. While at it, refactor code to eliminate repetitive use of nearly identical queries, which was exceedingly tedious to maintain. Also const-ify code more thoroughly in hopes of moving constant data into text segment, and remove unnecessary length limit on queries.
-
- Oct 29, 2003
-
-
Tom Lane authored
"schema." has been typed. This allows readline to complete subsequent characters immediately if all relations in the target schema start with the same prefix. This actually worked before, but I unintentionally broke it a few days ago. Also, make completion schema-aware for GRANT, REVOKE, VACUUM.
-