- 15 Oct, 2003 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 14 Oct, 2003 3 commits
-
-
Tom Lane authored
up by quotes or backslashes in words that are being matched to database names (per gripe from Ian Barwick, though I didn't use his patch). Also fix possible memory leakage if _complete_with_query isn't run to completion (not clear if that can happen or not, but be safe).
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 13 Oct, 2003 6 commits
-
-
Tom Lane authored
it. Not sure why I'd thought it would be a good idea to do differently way back when, but Greg Stark exposed the folly of doing so ...
-
Bruce Momjian authored
-
Peter Eisentraut authored
little use.
-
Peter Eisentraut authored
-
Tom Lane authored
be made, to avoid corner cases where max_connections ends up unreasonably small because shared_buffers is hogging too much shmem space. Per pghackers discussion about a week ago. Also, fix the copy-newlines problem in a more robust way, by using COPY FROM filename instead of COPY FROM STDIN; per a suggestion from Peter.
-
Tom Lane authored
when the pg_class.relhassubclass value is already correct. This should avoid most cases of the 'tuple concurrently updated' problem that Robert Creager recently complained about. Also remove a bunch of dead code in StoreCatalogInheritance() --- it was still computing the complete list of direct and indirect inheritance ancestors, though that list has not been needed since we got rid of the pg_ipl catalog.
-
- 12 Oct, 2003 3 commits
-
-
Bruce Momjian authored
rather than allocating them on the stack. Fixes complaint from gcc 3.3.1.
-
Peter Eisentraut authored
-
Michael Meskes authored
-
- 11 Oct, 2003 4 commits
-
-
Bruce Momjian authored
already check for alignment.
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
when -fstrict-aliasing is turned on, as it is in the latest gcc when you use -O2 Andrew Dunstan
-
- 10 Oct, 2003 12 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Change conditionals to be more constent with our code if (const == var) => if (var == const).
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Manfred Koizar
-
Bruce Momjian authored
-
Bruce Momjian authored
Viktor Vislobokov
-
Bruce Momjian authored
> * Prevent libpq's PQfnumber() from lowercasing the column name 572d572 < * Vadim is Vadim B. Mikheev <vadim4o@email.com> of Sector Data
-
Bruce Momjian authored
> only think to look at sort_mem if they already had a clue. It should > be mentioned under bulk data load (in performance tips chapter) Attached is a doc patch that does this. The way I've worded it may not be the best, though. Neil Conway
-
Bruce Momjian authored
-
Bruce Momjian authored
> to allow fast COUNT(*) queries with no WHERE clause(?) [count]
-
Bruce Momjian authored
Andrew Dunstan
-
- 09 Oct, 2003 10 commits
-
-
Bruce Momjian authored
> o Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[]
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Have VACUUM FULL use REINDEX rather than index vacuum
-
Bruce Momjian authored
About section 8.5.1.5. ("Special Values"): I suggest adding LOCALTIMESTAMP and LOCALTIME to the first paragraph. Maybe it should be phrased as: The following SQL-compatible functions can be used to obtain current datetime-related values: CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, LOCALTIME and LOCALTIMESTAMP. (See Section 9.8.4.) Troels Arvin
-
Peter Eisentraut authored
misscanning of this construct: SELECT ''hello world'' -- SELECT ''goodbye world'' ::text;
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-