- 26 Apr, 2004 10 commits
-
-
Bruce Momjian authored
-
Dennis Bjorklund authored
-
Bruce Momjian authored
-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS for all ports. It can't hurt if they are not supported, but it makes our job easier for porting. Should fix Darwin compile and other platforms without mucking with the thread detection code.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
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 12 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
-