- 24 Jul, 2003 8 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
Michael Meskes authored
-
Tom Lane authored
-
Bruce Momjian authored
* Repair breakage in timestamp-to-date conversion for dates before 2000
-
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
-
- 23 Jul, 2003 13 commits
-
-
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 ...
-
Bruce Momjian authored
Prevent rare possibility of server startup failure (Tom)
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add GUC variable to prevent waiting on locks
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Ian Barwick
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 22 Jul, 2003 13 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
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.
-
Bruce Momjian authored
-
Teodor Sigaev authored
-
Teodor Sigaev authored
-
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
> o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
-
Bruce Momjian authored
> * Prevent COMMENT ON DATABASE from using a database name
-
Bruce Momjian authored
-
- 21 Jul, 2003 6 commits
-
-
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
-
Bruce Momjian authored
> o Add PL/PHP (Joe, Jan)
-
Bruce Momjian authored
> * Have AFTER triggers execute after the appropriate SQL statement in a > function, not at the end of the function
-