- 26 Oct, 2002 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
- 25 Oct, 2002 6 commits
-
-
Tom Lane authored
'empty declaration' warnings from compilers that care about such things. Per discussion back before 7.2 release; we didn't do it then because we'd already missed all the beta cycle ...
-
Tom Lane authored
buying us anything to make it worth the porting risk. Per discussion quite some time ago.
-
Bruce Momjian authored
> * Allow limits on per-db/user connections
-
Bruce Momjian authored
-
Barry Lind authored
by improper array initialization. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
-
Bruce Momjian authored
sizes.
-
- 24 Oct, 2002 11 commits
-
-
Tom Lane authored
that tv_sec is signed; return a useful error message on timeout failure; honor PGCONNECT_TIMEOUT environment variable in PQsetdbLogin; make code obey documentation statement that timeout=0 means no timeout.
-
Tom Lane authored
field is signed. Clean up casting.
-
Tom Lane authored
coercions, not implicit ones. For example, 'select abstime(1035497293)' should succeed because there is an explicit binary coercion from int4 to abstime.
-
Tom Lane authored
per suggestion from Nicolaus Erichsen.
-
Tom Lane authored
-
Peter Eisentraut authored
statement.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 23 Oct, 2002 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Joseph Shraibman
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 22 Oct, 2002 8 commits
-
-
Tom Lane authored
principled order; in particular ensure that all shared resources are released before we release transaction locks. The code used to release locks before buffer pins, which might explain an ancient note I have about a bufmgr assertion failure I'd seen once several years ago, and been unable to reproduce since. (Theory: someone trying to drop a relation might be able to reach FlushRelationBuffers before the last user of the relation had gotten around to dropping his buffer pins.)
-
Bruce Momjian authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Tom Lane authored
-
- 21 Oct, 2002 3 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.
-