aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/runtime.sgml
Commit message (Expand)AuthorAge
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-25
* > > This patch improves the documentation for the shared_buffers GUC param.Bruce Momjian2003-01-11
* Trivial patch to increase max_fsm_pages as per earlier discussion.Bruce Momjian2002-12-27
* More minor improvements to the SGML docs, namelyBruce Momjian2002-12-10
* This patch updates doc/src/sgml/runtime.sgml to refer to "MacOS X", notBruce Momjian2002-12-09
* Mention of DEFAULT_STATISTICS_TARGET default.Bruce Momjian2002-12-06
* RANDOM_PAGE_COST clarification of docs.Bruce Momjian2002-12-06
* Update docs mention of query string for debug_ commands, from JosephBruce Momjian2002-12-04
* Add mention of kern.ipc.shm_use_phys for locking shared memory.Bruce Momjian2002-11-21
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-21
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-21
* SGML markup fixes.Bruce Momjian2002-11-15
* Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian2002-11-15
* Rename hostname_lookup to log_hostname.Bruce Momjian2002-11-15
* Rename show_source_port to log_source_port.Bruce Momjian2002-11-15
* Rename:Bruce Momjian2002-11-15
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-14
* Merge documentation updates from 7.3 branch.Peter Eisentraut2002-11-11
* Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane2002-11-08
* Add OS/X kernel tuning section.Bruce Momjian2002-11-05
* This patch adds a couple of extra index entries and removes someBruce Momjian2002-11-03
* Add warning that autocommit=off is not well-supported yet.Tom Lane2002-10-20
* Make SET really not start a transaction.Tom Lane2002-10-13
* Have SET not start transaction when autocommit off, with doc updates.Bruce Momjian2002-10-09
* Add wording so people know PANIC is really "off" for log_min_error_statement.Bruce Momjian2002-10-03
* Turn GUC log_min_error_statement off by default by setting it to PANIC.Bruce Momjian2002-10-02
* Simplify SSL certificate instructions.Bruce Momjian2002-09-27
* Allow SSL to work withouth client-side certificate infrastructure.Bruce Momjian2002-09-26
* Enhance the description of user and database management. Reduce thePeter Eisentraut2002-09-25
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Update installation instructions and put mostly everything in one place.Peter Eisentraut2002-09-18
* Point out that CREATE INDEX uses sorts and hence sort_mem GUC parameter.Bruce Momjian2002-09-17
* Fix broken markup.Tom Lane2002-09-02
* Move pg_settings doc into the right section.Bruce Momjian2002-09-02
* Add GUC variable to print original query to the server logs when thereBruce Momjian2002-09-02
* Add log_duration to GUC/postgresql.conf.Bruce Momjian2002-09-01
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Complete TODO item:Bruce Momjian2002-08-30
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-30
* The unit for statement_timeout is s/1000, not s/1000000Bruce Momjian2002-08-29
* > > I had great difficulty in finding how to change the search path, so hereBruce Momjian2002-08-22
* Add db-local user names, per discussion on hackers.Bruce Momjian2002-08-18
* Reorder entry to be alphabetical to match others.Bruce Momjian2002-08-15
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-12
* Make sure monetary, numeric, and time locale categories are set to C andPeter Eisentraut2002-08-09
* Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane2002-07-31
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-13
* Add explanation of the various *_min_messages elog() values.Bruce Momjian2002-07-05
* Remove KSQO from GUC and move file to _deadcode.Bruce Momjian2002-06-16
* Update LOG_PID to mention it doesn't control syslog.Bruce Momjian2002-06-15