- 22 Jul, 2003 11 commits
-
-
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 12 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
-
Tom Lane authored
-
Bruce Momjian authored
Mike Quinn
-
Teodor Sigaev authored
-
Teodor Sigaev authored
-
Bruce Momjian authored
according to your version on May/30. (HTML and TEXT files are gzipped.) Jun Kuwamura
-
Tom Lane authored
-
- 20 Jul, 2003 5 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
* -Allow LIMIT/OFFSET to use expressions (Tom)
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Delay resolution of array expression type so assignment coercion > can be performed on empty array expressions (Joe)
-
- 19 Jul, 2003 4 commits
-
-
Tom Lane authored
xid when we fail to access pg_clog.
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
- 18 Jul, 2003 6 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Teodor Sigaev authored
subpath(ltree,0,0) returns ''.
-
Bruce Momjian authored
> Well, no. What it says is that certain values must be escaped (but > doesn't say which ones). Then it says there are alternate escape > sequences for some values, which it lists. > > It doesn't say "The following table contains the characters which must > be escaped:", which would be much clearer (and actually useful). Attached documentation patch updates the wording for bytea input escaping, per complaint by Stephen Norris above. Joe Conway
-
Tom Lane authored
(BBBB before bbbb) and others the other way around. Provide comparison files that cater to both approaches.
-
- 17 Jul, 2003 2 commits