- 30 Aug, 2002 7 commits
-
-
Marc G. Fournier authored
libpgeasy moved to gborg ...
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
at least not on HPUX 10.20, and there's no reason to think it is needed on later versions.
-
Tom Lane authored
-
Tom Lane authored
which is now required.
-
Tom Lane authored
that the functionality is available to anyone via ReturnSetInfo, rather than hard-wiring it to PL/pgSQL.
-
- 29 Aug, 2002 28 commits
-
-
Hiroshi Inoue authored
-
Bruce Momjian authored
> > > > where is the code to verify that PGPASSWORDFILE points at a > > > > non-world-readable file? That needs to be there now, not later, or > > > > we'll have people moaning about backward compatibility when we finally > > > > do plug that hole. Alvaro Herrera
-
Bruce Momjian authored
> Upon invoking a polygon(integer, circle) function a > src/backend/utils/adt/geo_ops.c:circle_poly() function will gets > called, which suffers from a buffer overflow. > > 2) A src/backend/adt/utils/geo_ops.c:path_encode() fails to detect a > buffer overrun condition. It is called in multiple places, the most > interesting are path_out() and poly_out() functions. > 5) A src/backend/utils/adt/geo_ops.c:path_add() also fails to detect > a simple buffer overrun. I've attached a patch which should fix these problems. Neil Conway
-
Bruce Momjian authored
-
Bruce Momjian authored
diffs to 7.3-devel and may not be applicable to 7.2. I have included a change covered by a previous bugfix patch I submitted (the problem with -.1 not being accepted by cube_in). It does not include a fix for the potential buffer overrun issue I reported for cube_yyerror in cubeparse.y. Bruno Wolff III
-
Peter Eisentraut authored
translation.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
memory. Neil Conway
-
Bruce Momjian authored
connections by the superuser only. This patch replaces the last patch I sent a couple of days ago. It closes a connection that has not been authorised by a superuser if it would leave less than the GUC variable ReservedBackends (superuser_reserved_connections in postgres.conf) backend process slots free in the SISeg. This differs to the first patch which only reserved the last ReservedBackends slots in the procState array. This has made the free slot test more expensive due to the use of a lock. After thinking about a comment on the first patch I've also made it a fatal error if the number of reserved slots is not less than the maximum number of connections. Nigel J. Andrews
-
Bruce Momjian authored
please apply small patch for README.tsearch. I've documented space usage and using CLUSTER command Oleg Bartunov
-
Bruce Momjian authored
Manfred Koizar
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
to the table function, thus preventing memory leakage accumulation across calls. This means that SRFs need to be careful to distinguish permanent and local storage; adjust code and documentation accordingly. Patch by Joe Conway, very minor tweaks by Tom Lane.
-
Tom Lane authored
Per pghackers discussion from back around 1-August.
-
Tom Lane authored
tables that need special defenses. I believe this is okay even for TOAST tables that belong to system tables.
-
D'Arcy J.M. Cain authored
This is currently a cosmetic difference but I make the change now in case the macros diverge one day.
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tom Lane authored
pghackers discussion around 31-Jul-02.
-
Tom Lane authored
-
Tatsuo Ishii authored
-
Tom Lane authored
ERROR: Cannot display a value of type RECORD rather than a random integer when someone tries to SELECT a tuple value. Per pghackers discussion around 26-May-02.
-
Tom Lane authored
INSERT, UPDATE, or DELETE shouldn't change FOUND. IMHO anyway. Also, try to make documentation a little clearer.
-
Tom Lane authored
This breaks support for 6.2 or older client libraries.
-
Tom Lane authored
defined in the FROM clause. From Joe Conway, with some tweaks.
-
Tom Lane authored
types, SRFs. Not happy with memory management yet, but I'll commit these other changes.
-
- 28 Aug, 2002 5 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
unify the wording, to make life easier for translators. from Dennis Bjorklund
-
Bruce Momjian authored
-