- 18 Oct, 2003 1 commit
-
-
Tom Lane authored
well spotted by Neil Conway.
-
- 17 Oct, 2003 8 commits
-
-
Tom Lane authored
never documented anywhere, sigh). Centralize the detailed documentation of system views into catalogs.sgml, and provide cross-references.
-
Tom Lane authored
Link to it from some appropriate places.
-
Tom Lane authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Tom Lane authored
digits, and label it 'ms' not 'msec', for consistency with psql's \timing display. Per recent discussions.
-
Tom Lane authored
a portion of a patch recently submitted by Christopher Kings-Lynne. Applied by agreement that this is a bug fix.
-
Tom Lane authored
-
- 16 Oct, 2003 13 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
tab-completing.
-
Tom Lane authored
of the entries used to be zero, which I think I had deliberately done in the name of saving cycles during ANALYZE, but it was really a rather foolish decision. Some of the more complex views in information_schema were getting really bad plans for lack of statistics on the columns they were joining over. I'm not forcing an initdb for this, but I think there will be one soon anyway to repair some bugs in the information_schema views.
-
Tom Lane authored
-
Tom Lane authored
memory say 'out of shared memory'; some were doing that and some just said 'out of memory'. Also add a HINT about increasing max_locks_per_transaction where relevant, per suggestion from Sean Chittenden. (The former change does not break the strings freeze; the latter does, but I think it's worth doing anyway.)
-
Tom Lane authored
identifiers --- it will now complete these correctly with double quoting. Fix a few other issues in passing.
-
Bruce Momjian authored
-
Tom Lane authored
protocol, per report from Igor Shevchenko. NOTIFY thought it could do its thing if transaction blockState is TBLOCK_DEFAULT, but in reality it had better check the low-level transaction state is TRANS_DEFAULT as well. Formerly it was not possible to wait for the client in a state where the first is true and the second is not ... but now we can have such a state. Minor cleanup in StartTransaction() as well.
-
Tom Lane authored
-
Bruce Momjian authored
> * Allow pg_dump to dump CREATE CONVERSION (Christopher)
-
Bruce Momjian authored
Update HISTORY file.
-
Bruce Momjian authored
HISTORY file, and attributes the shared-buffer-alignment change to Manfred Spraul. Neil Conway
-
Bruce Momjian authored
considered "tested." And I have turned all of the 7.4 HISTORY material into DocBook for release.sgml Christopher Browne
-
- 15 Oct, 2003 5 commits
-
-
Tom Lane authored
per recent pghackers discussions. Also ensure that explicitly setting CFLAGS in the configure environment will be honored.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
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 1 commit
-
-
Bruce Momjian authored
already check for alignment.
-