- May 11, 2005
-
-
Bruce Momjian authored
Robert Treat
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Neil Conway authored
-
Bruce Momjian authored
Update Chinese FAQ for HTML.
-
Bruce Momjian authored
laser@pgsqldb.com
-
Bruce Momjian authored
Heikki Linnakangas
-
Bruce Momjian authored
< * -Check for unreferenced table files created by transactions that were > * Check for unreferenced table files created by transactions that were
-
- May 10, 2005
-
-
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
-
- May 09, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
a few sections up.
-
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
-
- May 08, 2005
-
-
Bruce Momjian authored
Christopher Browne
-
Bruce Momjian authored
Vladimir Chukharev
-
- May 07, 2005
-
-
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
> 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
-
- May 06, 2005
-
-
Bruce Momjian authored
-
Tom Lane authored
significant regardless of the value of lanispl.
-
Bruce Momjian authored
feeds properly.
-
- May 05, 2005
-
-
Tom Lane authored
we are at it. Add release notes.
-
Bruce Momjian authored
Rosser Schwarz
-
Bruce Momjian authored
-
- May 04, 2005
-
-
Tom Lane authored
-
- May 03, 2005
-
-
Tom Lane authored
output area as INTERNAL not CSTRING. This is to prevent people from calling the functions by hand. This is a permanent solution for the back branches but I hope it is just a stopgap for HEAD.
-
- May 02, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
< * Remove unreferenced table files created by transactions that were > * -Check for unreferenced table files created by transactions that were
-
Bruce Momjian authored
files in the server log. Heikki Linnakangas
-
Neil Conway authored
pages. From Robert Treat.
-
Neil Conway authored
to produce when running the executor. This is consistent with the internal executor APIs (such as ExecutorRun), which also use a long for this purpose. It also allows FETCH_ALL to be passed -- since FETCH_ALL is defined as LONG_MAX, this wouldn't have worked on platforms where int and long are of different sizes. Per report from Tzahi Fadida.
-
- May 01, 2005
-
-
Tom Lane authored
only one argument. (Per recent discussion, the option to accept multiple arguments is pretty useless for user-defined types, and would be a likely source of security holes if it was used.) Simplify call sites of output/send functions to not bother passing more than one argument.
-
Tom Lane authored
-
Tom Lane authored
-
- Apr 30, 2005
-
-
Bruce Momjian authored
-