- 06 Jul, 2001 9 commits
-
-
Peter Eisentraut authored
redirections between the build files, which didn't work completely. Now you just go to the directory of your choice and run make. Clean up the build files to have a logical order, fix the unnecessary rebuilds, prevent the deleting targets from removing files they're not responsible for. Ant 1.3 does not have a bug. It deletes directories just fine if you follow the documentation.
-
Tom Lane authored
to wait until it's safe to remove tuples and compact free space in a shared buffer page. Miscellaneous small code cleanups in bufmgr, too.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
the startup exchange is complete. Also make sure that packets defined as single bytes aren't sent with a trailing '\0'.
-
Jan Wieck authored
Jan
-
Hiroshi Inoue authored
-
Tatsuo Ishii authored
-
- 05 Jul, 2001 2 commits
- 04 Jul, 2001 7 commits
-
-
Peter Eisentraut authored
Then, run a small reality test with $ANT to see whether it works.
-
Tom Lane authored
constraint. This case (a) is useless, (b) violates SQL92, and (c) is certain to cause a failure downstream when we try to create an index with duplicated column names. So give an appropriate error message instead of letting the index failure occur. Per report from Colin Strickland. NOTE: currently, CREATE INDEX fooi ON foo(f1,f1) still fails with 'cannot insert duplicate key' error. Should we change that too? What about functional indexes?
-
Bruce Momjian authored
-
Bruce Momjian authored
misleading comments) from the PG_Stream class. Anders Bengtsson
-
Bruce Momjian authored
object inside the initialization section instead of doing it everytime the setTimestamp method is called. Thanks to Dave Harkness for this suggestion. Barry Lind
-
Bruce Momjian authored
the JDK 1.3 dependency. For a further explanation see my posting to the JDBC list on Friday, explaining why this is being done. Barry Lind
-
Bruce Momjian authored
-
- 03 Jul, 2001 5 commits
-
-
Peter Eisentraut authored
--verbose messages, which had not been considered so far. Output to the terminal should okay now; comments written into the dump are still English only, which may or may not be the desirable thing.
-
Tom Lane authored
-
Tom Lane authored
to start it before we have acquired the data directory lock; also a bad idea to start it before we have set up to catch SIGCHLD signals.
-
Tom Lane authored
-
Bruce Momjian authored
-
- 02 Jul, 2001 3 commits
-
-
Tom Lane authored
useful as yet, since its primary source of information is (full) VACUUM, which makes a concerted effort to get rid of free space before telling the map about it ... next stop is concurrent VACUUM ...
-
Tom Lane authored
Probably the right fix is to remove 'current' special value entirely, but I don't want to see regression test failures until that happens.
-
Tom Lane authored
actually work. It had been throwing an Assert as of my recent changes to bufmgr.c, but was not really right even before that AFAICT.
-
- 01 Jul, 2001 1 commit
-
-
Tom Lane authored
immediately, we will fork a child even if the database state does not permit connections to be accepted (eg, we are in recovery mode). The child process will correctly reject the connection and exit as soon as it's finished collecting the connection request message. However, this means that reaper() must be prepared to see child process exit signals even while it's waiting for startup or shutdown process to finish. As was, a connection request arriving during a database recovery or shutdown would cause postmaster abort.
-
- 30 Jun, 2001 6 commits
-
-
Peter Eisentraut authored
characteristics) to be set through GUC.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
D'Arcy J.M. Cain authored
I just finished changing the GENERIC files and the options(4) man page on NetBSD to make this clearer.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
have localized strings.) Also, modernize the system catalog queries where appropriate, e.g., with outer joins.
-
- 29 Jun, 2001 7 commits
-
-
Tom Lane authored
Add 'do { ... } while (0)' decoration to eliminate compiler warnings.
-
Bruce Momjian authored
-
Tom Lane authored
stub) into the rest of the system. Adopt a cleaner approach to preventing deadlock in concurrent heap_updates: allow RelationGetBufferForTuple to select any page of the rel, and put the onus on it to lock both buffers in a consistent order. Remove no-longer-needed isExtend hack from API of ReleaseAndReadBuffer.
-
Tom Lane authored
have any newly-dead tuples on them. This is a longstanding deficiency that prevents VACUUM from compacting a file as much as one would expect. Change requires fixing repair_frag to not assume that fraged_pages is a subset of vacuum_pages. Also make some further cleanups of places that assumed page numbers fit in int and tuple counts fit in uint32.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Barry Lind
-