index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
/
postgresql.conf.sample
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch brings up to date what I did last year (now unfortunately
Bruce Momjian
2004-02-17
1
-0
/
+1
*
Change may -> might, and remove an extra tab.
Bruce Momjian
2004-02-16
1
-2
/
+2
*
Cost based vacuum delay feature.
Jan Wieck
2004-02-06
1
-0
/
+6
*
Backing out the background writer sync() option.
Jan Wieck
2004-02-04
1
-3
/
+0
*
Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.
Tom Lane
2004-02-03
1
-2
/
+2
*
Added GUC variable bgwriter_flush_method controlling the action
Jan Wieck
2004-01-24
1
-0
/
+3
*
Revise GEQO planner to make use of some heuristic knowledge about SQL, namely
Tom Lane
2004-01-23
1
-5
/
+4
*
Repair error apparently introduced in the initial coding of GUC: the
Tom Lane
2004-01-21
1
-2
/
+2
*
This patch adds a new GUC var, "default_with_oids", which follows the
Bruce Momjian
2003-12-01
1
-1
/
+2
*
Background writer process
Jan Wieck
2003-11-19
1
-0
/
+5
*
Changed parameter name for shared cache status report interval to
Jan Wieck
2003-11-16
1
-1
/
+1
*
2nd try for the ARC strategy.
Jan Wieck
2003-11-13
1
-0
/
+1
*
ARC strategy backed out ... sorry
Jan Wieck
2003-11-13
1
-1
/
+0
*
Replacement of the buffer replacement strategy with an ARC
Jan Wieck
2003-11-13
1
-0
/
+1
*
Have log_min_duration_statement = 0 always print duration/statement.
Bruce Momjian
2003-10-08
1
-2
/
+3
*
Add GUC parameter check_function_bodies to control whether validation
Tom Lane
2003-10-03
1
-0
/
+1
*
Remove geqo_random_seed parameter. Having geqo reset the global random()
Tom Lane
2003-09-07
1
-1
/
+0
*
Mop-up for previous change to determine default shared_buffers and
Tom Lane
2003-08-26
1
-2
/
+2
*
(I always forget what the magic numbers 0 through 2 means for the
Bruce Momjian
2003-08-17
1
-2
/
+2
*
Apply (a somewhat revised version of) Greg Mullane's patch to eliminate
Tom Lane
2003-07-29
1
-1
/
+1
*
Add GUC parameter to control rendezvous name.
Bruce Momjian
2003-07-22
1
-0
/
+1
*
Add cleaner formatting to config file.
Bruce Momjian
2003-07-18
1
-38
/
+50
*
The default values for shared_buffers and max_connections are now 1000
Tom Lane
2003-07-14
1
-0
/
+4
*
Add --help-config facility to dump information about GUC parameters
Tom Lane
2003-07-04
1
-103
/
+126
*
Add GUC option log_error_verbosity to control which fields of error
Tom Lane
2003-06-30
1
-3
/
+6
*
Add add_missing_from GUC variable.
Bruce Momjian
2003-06-11
1
-0
/
+1
*
Add log_min_duration_statement.
Bruce Momjian
2003-06-11
1
-0
/
+4
*
Remove lock* GUC variables from postgresql.conf.
Bruce Momjian
2003-06-11
1
-14
/
+0
*
Backend support for autocommit removed, per recent discussions. The
Tom Lane
2003-05-14
1
-1
/
+0
*
Add more documentation about shared memory costs.
Tom Lane
2003-04-19
1
-3
/
+6
*
Remove zero_damaged_pages from postgresql.conf.sample; the only way to
Tom Lane
2003-04-03
1
-1
/
+1
*
Properly document default value of log_min_error_statement in postgresql.conf.
Bruce Momjian
2003-03-30
1
-1
/
+1
*
Add code to apply some simple sanity checks to the header fields of a
Tom Lane
2003-03-28
1
-1
/
+1
*
Add comment to postgresql.conf:
Bruce Momjian
2003-03-24
1
-1
/
+1
*
> I can see a couple possible downsides: (a) the library might have some
Bruce Momjian
2003-03-20
1
-0
/
+1
*
Reimplement free-space-map management as per recent discussions.
Tom Lane
2003-03-04
1
-2
/
+3
*
Create a GUC variable REGEX_FLAVOR to control the type of regular
Tom Lane
2003-02-06
1
-0
/
+1
*
Revert off setting mention for client_min_messages.
Bruce Momjian
2003-01-28
1
-2
/
+1
*
Revert optimizer page count change.
Bruce Momjian
2003-01-28
1
-1
/
+2
*
Set log_min_error_messages to the proper and agreed-upon default, PANIC (off).
Bruce Momjian
2003-01-27
1
-1
/
+1
*
Allow the planner to collapse explicit inner JOINs together, rather than
Tom Lane
2003-01-25
1
-0
/
+3
*
More comment cleanups for shared_buffers in postgresql.conf.
Bruce Momjian
2003-01-15
1
-1
/
+1
*
Update shared_buffer comment in postgresql.conf.
Bruce Momjian
2003-01-15
1
-1
/
+1
*
> > This patch improves the documentation for the shared_buffers GUC param.
Bruce Momjian
2003-01-11
1
-1
/
+1
*
Fix indenting of log_min_error_statement.
Bruce Momjian
2003-01-09
1
-3
/
+4
*
Trivial patch to increase max_fsm_pages as per earlier discussion.
Bruce Momjian
2002-12-27
1
-1
/
+1
*
Finish implementation of hashed aggregation. Add enable_hashagg GUC
Tom Lane
2002-11-21
1
-0
/
+1
*
Add checkpoint_warning to warn of excessive checkpoints caused by too
Bruce Momjian
2002-11-15
1
-0
/
+1
*
Rename hostname_lookup to log_hostname.
Bruce Momjian
2002-11-15
1
-1
/
+1
*
Rename show_source_port to log_source_port.
Bruce Momjian
2002-11-15
1
-1
/
+1
[next]