- 10 May, 2005 6 commits
-
-
Bruce Momjian authored
WITHOUT CLUSTER for cluster failure of a single table in a full db cluster.
-
Neil Conway authored
-
Bruce Momjian authored
> * Fix sgmltools so PDFs can be generated with bookmarks
-
Bruce Momjian authored
> * Allow postgresql.conf values to be set so they can not be changed by > the user
-
Bruce Momjian authored
< * Add session start time and last statement time to pg_stat_activity > * -Add session start time and last statement time to pg_stat_activity 134c134 < * Add the client IP address and port to pg_stat_activity > * -Add the client IP address and port to pg_stat_activity
-
Neil Conway authored
-
- 09 May, 2005 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
a few sections up.
-
Neil Conway authored
checkin. My apologies for breaking the tests.
-
Tatsuo Ishii authored
-
Tom Lane authored
actually follow the protocol; per example from Kris Jurka.
-
Neil Conway authored
* Add session start time to pg_stat_activity * Add the client IP address and port to pg_stat_activity Original patch from Magnus Hagander, code review by Neil Conway. Catalog version bumped. This patch sends the client IP address and port number in every statistics message; that's not ideal, but will be fixed up shortly.
-
Tom Lane authored
-
- 08 May, 2005 3 commits
-
-
Tom Lane authored
need to be created by hand anymore.
-
Bruce Momjian authored
Christopher Browne
-
Bruce Momjian authored
Vladimir Chukharev
-
- 07 May, 2005 9 commits
-
-
Tom Lane authored
and VACUUM: in the interval between adding a new page to the relation and formatting it, it was possible for VACUUM to come along and decide it should format the page too. Though not harmful in itself, this would cause data loss if a third transaction were able to insert tuples into the vacuumed page before the original extender got control back.
-
Tom Lane authored
before we check commit/abort status. Formerly this was done in some paths but not all, with the result that a transaction might be considered committed for some purposes before it became committed for others. Per example found by Jan Wieck.
-
Tom Lane authored
-
Bruce Momjian authored
< Currently locale can only be set during initdb. > Currently locale can only be set during initdb. No global tables have > locale-aware columns. However, the database template used during > database creation might have locale-aware indexes. The indexes would > need to be reindexed to match the new locale.
-
Bruce Momjian authored
-
Neil Conway authored
interaction between ld, readline, termcap, and psql. The symptom is psql failing with this error on startup: symbol lookup error: /usr/lib64/libreadline.so.4: undefined symbol: BC I'm still trying to find the best way to solve this, but in the mean time I'm reverting the patch in order to unbreak FC3.
-
Bruce Momjian authored
> o -Allow COPY to optionally include column headings in the first line
-
Bruce Momjian authored
> * Prevent to_char() on interval from returning meaningless values > > For example, to_char('1 month', 'mon') is meaningless. Basically, > most date-related parameters to to_char() are meaningless for > intervals because interval is not anchored to a date. > > * Allow to_char() on interval values to accumulate the highest unit > requested > > o to_char(INTERVAL '1 hour 5 minutes', 'MI') => 65 > o to_char(INTERVAL '43 hours 20 minutes', 'MI' ) => 2600 > o to_char(INTERVAL '43 hours 20 minutes', 'WK:DD:HR:MI') => 0:1:19:20 > o to_char(INTERVAL '3 years 5 months','MM') => 41 > > Some special format flag would be required to request such > accumulation. Such functionality could also be added to EXTRACT. > Prevent accumulation that crosses the month/day boundary because of > the uneven number of days in a month. >
-
Bruce Momjian authored
COPY. Andrew Dunstan
-
- 06 May, 2005 11 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
which is neither needed by nor related to that header. Remove the bogus inclusion and instead include the header in those C files that actually need it. Also fix unnecessary inclusions and bad inclusion order in tsearch2 files.
-
Tom Lane authored
significant regardless of the value of lanispl.
-
Bruce Momjian authored
check for reserved words.
-
Bruce Momjian authored
feeds properly.
-
Bruce Momjian authored
-
Tom Lane authored
associated with a hashtable is allocated in that hashtable's private context, so that hash_destroy only has to destroy the context and not do any retail pfree's; and tighten the inner loop of hash_seq_search.
-
- 05 May, 2005 3 commits
-
-
Tom Lane authored
too, but that one is in my way at the moment.)
-
Tom Lane authored
is a way to recover from disabling connections to all databases at once.
-
Bruce Momjian authored
understands arg control, so we don't need our own. In fact, it also uses macros that conflict with ours, so we _can't_ use our own.
-