- 26 Apr, 2004 1 commit
-
-
Bruce Momjian authored
-
- 25 Apr, 2004 7 commits
-
-
Neil Conway authored
some unused #include directives from bufmgr.c, and clarify comments in bufmgr.h and buf.h
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
be compiled yet.
-
Neil Conway authored
from Alvaro Herrera. Also, removed lispsort.c, since it is no longer used.
-
- 24 Apr, 2004 5 commits
-
-
Neil Conway authored
-
Neil Conway authored
when the command that generated the PGresult was an EXECUTE of an appropriate prepared statement.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
with threaded applications.
-
- 23 Apr, 2004 6 commits
-
-
Bruce Momjian authored
Add test for cross-compiles that they have to run the thread_test program on the target machine.
-
Bruce Momjian authored
configure.
-
Bruce Momjian authored
-
Neil Conway authored
Regression tests and documentation have both been updated. SQL2003 requires that both ceiling() and ceil() be present, so I have documented both spellings. SQL2003 doesn't mention pow() as far as I can see, so I decided to replace pow() with power() in the documentation: there is little reason to encourage the continued usage of a function that isn't compliant with the standard, given a standard-compliant alternative. RELEASE NOTES: should state that pow() is considered deprecated (although I don't see the need to ever remove it.)
-
Bruce Momjian authored
Allow additional thread flags to be added via port templates. Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new configure script.
-
Michael Meskes authored
-
- 22 Apr, 2004 14 commits
-
-
Bruce Momjian authored
-
Neil Conway authored
contains OIDs. Also, minor documentation improvements to the psql reference page.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Neil Conway authored
This saves a small amount of per-backend memory for LP64 machines.
-
Neil Conway authored
-
Bruce Momjian authored
Update log_statement to more clearly state it doesn't filter based on the statement type of the prepared statement.
-
Bruce Momjian authored
report socket errors. Magnus Hagander
-
Bruce Momjian authored
1. Fixed bug where sequences were being mirrored incorrectly if they exceeded 127 2. Fixed a bug in the perl script with mirroring sequences(John Burtenshaw sent an email to patches describing the bug in March but I htink he forgot to attach his patch) 3. The dates/times in the transaction files will always use 2 digits. Steven Singer
-
Bruce Momjian authored
completion tag of the actual statement executed. This allows the correct update count to be returned for UPDATE/INSERT/DELETE statements. Kris Jurka
-
Bruce Momjian authored
errors. This is the second submission, which integrates Tom comments about localisation and exit code. I also added some comments about one sql command which is not ignored. Fabien COELHO
-
Bruce Momjian authored
-
- 21 Apr, 2004 7 commits
-
-
Neil Conway authored
builtin aggregate functions.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
the next are handled by ReleaseAndReadBuffer rather than separate ReleaseBuffer and ReadBuffer calls. This cuts the number of acquisitions of the BufMgrLock by a factor of 2 (possibly more, if an indexscan happens to pull successive rows from the same heap page). Unfortunately this doesn't seem enough to get us out of the recently discussed context-switch storm problem, but it's surely worth doing anyway.
-
Tom Lane authored
of whether we have successfully read data into a buffer; this makes the error behavior a bit more transparent (IMHO anyway), and also makes it work correctly for local buffers which don't use Start/TerminateBufferIO. Collapse three separate functions for writing a shared buffer into one. This overlaps a bit with cleanups that Neil proposed awhile back, but seems not to have committed yet.
-
Peter Eisentraut authored
-
Bruce Momjian authored
FORCE QUOTE to force quotes FORCE NOT NULL to quote null input values
-