- Jul 24, 2003
-
-
Peter Eisentraut authored
-
Michael Meskes authored
-
Tom Lane authored
-
Barry Lind authored
and Dmitry Tkach. Specifically the previous fix still allowed the statement termination character through in unquoted places in the sql statement, and the driver never correctly handled someone passing a value of \0 in a string which under the v2 protocol would end the statement causing the following text to possibly be treated as a new sql statement Modified Files: jdbc/org/postgresql/Driver.java.in jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
was modified for IPv6. Use a robust definition of struct sockaddr_storage, do a proper configure test to see if ss_len exists, don't assume that getnameinfo() will handle AF_UNIX sockets, don't trust getaddrinfo to return the protocol we ask for, etc. This incorporates several outstanding patches from Kurt Roeckx, but I'm to blame for anything that doesn't work ...
-
- Jul 23, 2003
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
- Jul 22, 2003
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
Along the way, fix some logic problems in pgstat_initstats, notably the bogus assumption that malloc returns zeroed memory.
-
Barry Lind authored
where Object is a user supplied String and the type is a numeric type (i.e. INTEGER,LONG,etc). Also applied a patch from Kim Ho that fixes compile problems under jdk1.2 Modified Files: jdbc/org/postgresql/Driver.java.in jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
-
Bruce Momjian authored
-
- Jul 21, 2003
-
-
Bruce Momjian authored
-
Barry Lind authored
Modified Files: jdbc/org/postgresql/Driver.java.in jdbc/org/postgresql/jdbc2/Array.java
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
Mike Quinn
-
Tom Lane authored
-
- Jul 20, 2003
-
-
Tom Lane authored
-
Bruce Momjian authored
-
- Jul 19, 2003
- Jul 18, 2003
-
-
Bruce Momjian authored
-
Michael Meskes authored
-
Tom Lane authored
(BBBB before bbbb) and others the other way around. Provide comparison files that cater to both approaches.
-
Tom Lane authored
date2j(). This ensures we give reasonable errors instead of bizarre behavior for input dates far in the future.
-
Tom Lane authored
does not dump core.
-
- Jul 17, 2003
-
-
Tom Lane authored
-
Tom Lane authored
database, emit a WARNING and do nothing, rather than raising ERROR. Per recent discussion in which we concluded this is the best way to deal with database dumps that are reloaded into a database of a new name.
-
Tom Lane authored
fixed incorrect initial setting of StartUpID. The logic in XLogWrite() expects that Write->curridx is advanced to the next page as soon as LogwrtResult points to the end of the current page, but StartupXLOG() failed to make that happen when the old WAL ended exactly on a page boundary. Per trouble report from Hannu Krosing.
-