- 21 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 18 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
Also, some editing in PL/Perl and PL/Python chapters.
-
- 17 Sep, 2002 1 commit
-
-
Bruce Momjian authored
-
- 02 Sep, 2002 3 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
is an error, warning, etc. Gavin Sherry
-
- 01 Sep, 2002 1 commit
-
-
Bruce Momjian authored
Rename debug_print_query to log_statement and rename show_query_stats to show_statement_stats.
-
- 30 Aug, 2002 3 commits
-
-
Tom Lane authored
to false provides more SQL-spec-compliant behavior than we had before. I am not sure that setting it false is actually a good idea yet; there is a lot of client-side code that will probably be broken by turning autocommit off. But it's a start. Loosely based on a patch by David Van Wie.
-
Bruce Momjian authored
* Remove wal_files postgresql.conf option because WAL files are now recycled
-
Tom Lane authored
that the functionality is available to anyone via ReturnSetInfo, rather than hard-wiring it to PL/pgSQL.
-
- 29 Aug, 2002 1 commit
-
-
Bruce Momjian authored
Manfred Koizar
-
- 22 Aug, 2002 1 commit
-
-
Bruce Momjian authored
> > is a patch to add some cross-referencing. Oliver Elphick
-
- 18 Aug, 2002 1 commit
-
-
Bruce Momjian authored
-
- 15 Aug, 2002 1 commit
-
-
Bruce Momjian authored
-
- 12 Aug, 2002 1 commit
-
-
Tom Lane authored
to make a reasonable attempt at accounting for palloc overhead, not just the requested size of each memory chunk. Since in many scenarios this will make for a significant reduction in the amount of space acquired, partially compensate by doubling the default value of SORT_MEM to 1Mb. Per discussion in pgsql-general around 9-Jun-2002..
-
- 09 Aug, 2002 1 commit
-
-
Peter Eisentraut authored
are only activated temporarily to read out formatting information.
-
- 31 Jul, 2002 1 commit
-
-
Tom Lane authored
attstattarget to indicate 'use the default'. The default is now a GUC variable default_statistics_target, and so may be changed on the fly. Along the way we gain the ability to have pg_dump dump the per-column statistics target when it's not the default. Patch by Neil Conway, with some kibitzing from Tom Lane.
-
- 13 Jul, 2002 1 commit
-
-
Bruce Momjian authored
zero turns off the timer.
-
- 05 Jul, 2002 1 commit
-
-
Bruce Momjian authored
-
- 16 Jun, 2002 1 commit
-
-
Bruce Momjian authored
-
- 15 Jun, 2002 2 commits
-
-
Bruce Momjian authored
Oliver Elphick
-
Bruce Momjian authored
-
- 17 May, 2002 1 commit
-
-
Tom Lane authored
GUC support. It's now possible to set datestyle, timezone, and client_encoding from postgresql.conf and per-database or per-user settings. Also, implement rollback of SET commands that occur in a transaction that later fails. Create a SET LOCAL var = value syntax that sets the variable only for the duration of the current transaction. All per previous discussions in pghackers.
-
- 09 May, 2002 1 commit
-
-
Peter Eisentraut authored
Re-add warning if the locale prevents LIKE-optimization. Done within initdb now.
-
- 26 Apr, 2002 1 commit
-
-
Tom Lane authored
Update has_table_privilege functions to cope with schema-qualified names in the same way as nextval() and others.
-
- 15 Apr, 2002 1 commit
-
-
Tom Lane authored
selected as the creation target namespace; to make that happen, you must explicitly set search_path that way. This makes initdb a hair more complex but seems like a good safety feature.
-
- 03 Apr, 2002 1 commit
-
-
Peter Eisentraut authored
and/or with GUC variables.
-
- 01 Apr, 2002 1 commit
-
-
Tom Lane authored
path. The default behavior if no per-user schemas are created is that all users share a 'public' namespace, thus providing behavior backwards compatible with 7.2 and earlier releases. Probably the semantics and default setting will need to be fine-tuned, but this is a start.
-
- 24 Mar, 2002 1 commit
-
-
Tom Lane authored
Also, fix debug logging of parse/plan trees so that the messages actually go through elog(), not directly to stdout.
-
- 22 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 11 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 09 Mar, 2002 1 commit
-
-
Bruce Momjian authored
file that SIGHUP or "pg_ctl reload" are required for changes to take affect on a running server.
-
- 06 Mar, 2002 1 commit
-
-
Bruce Momjian authored
-
- 02 Mar, 2002 1 commit
-
-
Bruce Momjian authored
now just below FATAL in server_min_messages. Added more text to highlight ordering difference between it and client_min_messages. --------------------------------------------------------------------------- REALLYFATAL => PANIC STOP => PANIC New INFO level the prints to client by default New LOG level the prints to server log by default Cause VACUUM information to print only to the client NOTICE => INFO where purely information messages are sent DEBUG => LOG for purely server status messages DEBUG removed, kept as backward compatible DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1 added DebugLvl removed in favor of new DEBUG[1-5] symbols New server_min_messages GUC parameter with values: DEBUG[5-1], INFO, NOTICE, ERROR, LOG, FATAL, PANIC New client_min_messages GUC parameter with values: DEBUG[5-1], LOG, INFO, NOTICE, ERROR, FATAL, PANIC Server startup now logged with LOG instead of DEBUG Remove debug_level GUC parameter elog() numbers now start at 10 Add test to print error message if older elog() values are passed to elog() Bootstrap mode now has a -d that requires an argument, like postmaster
-
- 01 Mar, 2002 1 commit
-
-
Peter Eisentraut authored
variables. New commands ALTER DATABASE ... SET and ALTER USER ... SET.
-
- 20 Jan, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 09 Jan, 2002 1 commit
-
-
Peter Eisentraut authored
And listing QNX 6 as both supported and unsupported is probably not helpful.
-
- 07 Jan, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 27 Dec, 2001 1 commit
-
-
Tom Lane authored
-
- 28 Nov, 2001 1 commit
-
-
Peter Eisentraut authored
-