- 22 Oct, 2002 1 commit
-
-
Tom Lane authored
-
- 21 Oct, 2002 28 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
that they'd get to commit immediately on finishing. There's now a centralized routine PreventTransactionChain() that implements the necessary tests.
-
Bruce Momjian authored
> * Allow pg_dump to dump a specific schema
-
Bruce Momjian authored
Nigel J. Andrews
-
Bruce Momjian authored
left a reference to cube in a comment in the regression test (that also shows up in the expected output). This doesn't cause any real problem, but people who read the comment might be confused. Attached is a diff to remove the reference. Bruno Wolff III
-
Bruce Momjian authored
On Sat, Oct 19, 2002 at 12:11:32AM +0200, Peter Eisentraut wrote: > $ ./clusterdb > psql: could not connect to server: No such file or directory > Is the server running locally and accepting > connections on Unix domain socket "/tmp/.s.PGSQL.5432"? > psql: could not connect to server: No such file or directory > Is the server running locally and accepting > connections on Unix domain socket "/tmp/.s.PGSQL.5432"? > clusterdb: While clustering peter, the following failed: > $ > > This could probably handled a little more gracefully. Yes, sorry. A patch for this is attached. Please apply. Alvaro Herrera
-
Bruce Momjian authored
Alvaro Herrera
-
Tom Lane authored
pgstat_vacuum_tabstat(). Assume that caller (namely, VACUUM) has done the appropriate state checking beforehand.
-
Tom Lane authored
need for this optimization, and it's too easily fooled anyway.
-
Tom Lane authored
nearly so, by postponing write of flat password file until transaction commit.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Michael Meskes authored
-
Tatsuo Ishii authored
-
Tom Lane authored
used for the input type of an aggregate.
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
it automatically now on regression session startup.
-
Bruce Momjian authored
-
Bruce Momjian authored
> * -Move /contrib/retep to gborg.postgresql.org
-
Bruce Momjian authored
Forge.
-
Bruce Momjian authored
-
- 20 Oct, 2002 11 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
item, if the page containing the current item is split while the indexscan is stopped and holds no read-lock on the page. The current item might move right onto a page that the indexscan holds no pin on. In the prior code this would allow btbulkdelete to reach and possibly delete the item, causing 'my bits moved right off the end of the world!' when the indexscan finally resumes. Fix by chaining read-locks to the right during _bt_restscan and requiring btbulkdelete to LockBufferForCleanup on every page it scans, not only those with deletable items. Per my pghackers message of 25-May-02. (Too bad no one could think of a better way.)
-
Tom Lane authored
-
Tatsuo Ishii authored
encoding number is given.
-
Tom Lane authored
Miscellaneous other copy-editing.
-
Bruce Momjian authored
characteristics.
-
Barry Lind authored
Also removed some unused files and fixed the which needed a small change after the previous patch to build.xml. Modified Files: jdbc/Makefile jdbc/org/postgresql/core/Encoding.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java Removed Files: jdbc/utils/CheckVersion.java jdbc/utils/buildDriver jdbc/utils/changelog.pl
-
Bruce Momjian authored
> * Make a transaction-safe TRUNCATE
-
Bruce Momjian authored
-
Bruce Momjian authored
> o Add GUC parameter to control the maximum number of rewrite cycles
-
Tom Lane authored
-