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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rearrange yes/no prompting code so that the prompts always show the
Peter Eisentraut
2006-09-22
6
-38
/
+34
*
Add to major release notes items, per Simon.
Bruce Momjian
2006-09-22
1
-5
/
+6
*
Add units to the default postgresql.conf. For the most part, this should
Peter Eisentraut
2006-09-22
2
-22
/
+23
*
Move incorrectly-located indexterm entry.
Tom Lane
2006-09-22
1
-5
/
+5
*
Update timezone documentation to reflect current reality: instead of
Tom Lane
2006-09-22
4
-1865
/
+100
*
Update release notes to only use HTML4 entities.
Bruce Momjian
2006-09-22
1
-7
/
+18
*
We're going to have to spell dotless i as plain i, because dotless i is
Tom Lane
2006-09-22
1
-12
/
+10
*
Fix a lot of broken markup.
Tom Lane
2006-09-22
1
-17
/
+13
*
Update release notes to be current as of CVS today.
Bruce Momjian
2006-09-22
1
-2
/
+13
*
Update major release note items.
Bruce Momjian
2006-09-22
1
-5
/
+27
*
First try at a major features list for 8.2.
Bruce Momjian
2006-09-22
1
-11
/
+64
*
Fix free space map to correctly track the total amount of FSM space needed
Tom Lane
2006-09-21
10
-113
/
+199
*
Add comments about STORAGE option for GIN
Teodor Sigaev
2006-09-21
1
-3
/
+4
*
Fix table's caption
Teodor Sigaev
2006-09-21
1
-2
/
+2
*
Updated several parts in particular variable handling. This is work that was ...
Michael Meskes
2006-09-21
1
-36
/
+3171
*
Wording changes for continuous archving, per Simon.
Bruce Momjian
2006-09-21
1
-22
/
+21
*
Add documentation for new in-core advisory lock functions. Merlin Moncure
Tom Lane
2006-09-20
2
-18
/
+290
*
Add URL for domain casting:
Bruce Momjian
2006-09-20
2
-2
/
+4
*
Update release notes to use scaron, rather than numeric code for entity.
Bruce Momjian
2006-09-20
1
-2
/
+2
*
Fix bogus markup.
Tom Lane
2006-09-20
1
-30
/
+31
*
Add AIX shared library support item to release notes.
Bruce Momjian
2006-09-20
1
-1
/
+7
*
Change patternsel (LIKE/regex selectivity estimation) so that if there
Tom Lane
2006-09-20
3
-113
/
+242
*
Release note wording improvement.
Bruce Momjian
2006-09-20
1
-2
/
+2
*
Add shared linking information to AIX FAQ.
Bruce Momjian
2006-09-20
1
-2
/
+79
*
Improvements to the partitioning documentation. Original patch from Greg
Neil Conway
2006-09-20
1
-61
/
+83
*
Improve usage of effective_cache_size parameter by assuming that all the
Tom Lane
2006-09-19
11
-44
/
+171
*
Do a round of copy-editing for the release notes: fix some typos and
Neil Conway
2006-09-19
1
-79
/
+87
*
Dashed items are now for 8.3:
Bruce Momjian
2006-09-19
2
-4
/
+4
*
Remove completed TODO items:
Bruce Momjian
2006-09-19
2
-213
/
+14
*
Document how to use psql's --single-transaction option to rollback restoring
Neil Conway
2006-09-19
1
-22
/
+39
*
Fix broken markup.
Tom Lane
2006-09-19
1
-1
/
+2
*
Fix shared library creation to work properly on AIX. Albe Laurenz
Tom Lane
2006-09-19
7
-23
/
+42
*
Minor additions and typo fixes for the backup documentation. Patch from
Neil Conway
2006-09-19
1
-25
/
+42
*
More 8.2 release item reordering.
Bruce Momjian
2006-09-19
1
-40
/
+40
*
Reorder 8.2 release note items more logically.
Bruce Momjian
2006-09-19
1
-548
/
+575
*
Update migration changes, more cleanups.
Bruce Momjian
2006-09-19
1
-773
/
+784
*
Properly mention in the release notes that fillfactor controls both heap
Bruce Momjian
2006-09-18
1
-5
/
+6
*
Wrap long lines in 8.2 release notes.
Bruce Momjian
2006-09-18
1
-455
/
+628
*
Updates from Jim Nasby.
Bruce Momjian
2006-09-18
1
-29
/
+20
*
Add built-in userlock manipulation functions to replace the former
Tom Lane
2006-09-18
11
-50
/
+336
*
Move 8.2 release documentation into SGML.
Bruce Momjian
2006-09-18
1
-2
/
+1894
*
Make the order of the CASCADE and RESTRICT keywords in the DROP OWNED
Neil Conway
2006-09-18
1
-2
/
+2
*
Documentation for VALUES lists. Joe Conway and Tom Lane
Tom Lane
2006-09-18
14
-61
/
+414
*
Add URL for commenting postgresql.conf:
Bruce Momjian
2006-09-18
2
-2
/
+4
*
Add URL for UUID:
Bruce Momjian
2006-09-18
2
-2
/
+7
*
Fix problems with column name list of CREATE TABLE AS being applied to
Tom Lane
2006-09-18
1
-43
/
+66
*
Add item:
Bruce Momjian
2006-09-18
2
-2
/
+11
*
Add URL to UPDATE unique index case x=x+1:
Bruce Momjian
2006-09-18
2
-3
/
+4
*
Improve wordings by David Fuhry <dfuhry@cs.kent.edu>
Teodor Sigaev
2006-09-18
5
-31
/
+34
*
Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing;
Tom Lane
2006-09-18
1
-11
/
+18
[next]