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
*
Merge visibility map crash-safety into index-only scan release note
Bruce Momjian
2012-05-10
1
-13
/
+3
*
Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.
Tom Lane
2012-05-10
7
-37
/
+47
*
Properly capitalize the TimeZone parameter
Peter Eisentraut
2012-05-10
1
-3
/
+3
*
Add comma after "Previously" as suggested by Josh Kupershmidt
Bruce Momjian
2012-05-10
1
-5
/
+5
*
PL/Python: Fix slicing support for result objects for Python 3
Peter Eisentraut
2012-05-10
3
-36
/
+116
*
PL/Python: Update incorrect comment
Peter Eisentraut
2012-05-10
1
-1
/
+1
*
9.2 release note updates from Peter Geoghegan
Bruce Momjian
2012-05-10
1
-23
/
+24
*
Fix Windows implementation of PGSemaphoreLock.
Tom Lane
2012-05-10
1
-8
/
+12
*
Improve Windows implementation of WaitLatch/WaitLatchOrSocket.
Tom Lane
2012-05-10
1
-21
/
+39
*
New 9.2 SSL parameters are GUC, not libpq, per Magnus's observation.
Bruce Momjian
2012-05-10
1
-1
/
+1
*
Add 9.2 release note suggestions from Heikki,
Bruce Momjian
2012-05-10
1
-5
/
+5
*
Python 2.2 is no longer supported
Peter Eisentraut
2012-05-10
3
-11
/
+1
*
Whitespace cleanup
Peter Eisentraut
2012-05-10
1
-98
/
+92
*
9.2 release note adjustments from Robert Haas.
Bruce Momjian
2012-05-10
1
-28
/
+5
*
Another doc fix for HTML entities.
Bruce Momjian
2012-05-10
1
-1
/
+2
*
Update entitiy escapes docs; must be Latin1.
Bruce Momjian
2012-05-10
1
-1
/
+1
*
Remove URL that suggested numeric HTML entities.
Bruce Momjian
2012-05-10
1
-1
/
+0
*
Remove unportable use of SGML character-code entity.
Tom Lane
2012-05-10
2
-3
/
+5
*
Release notes adjustments from Erik Rijkers
Bruce Momjian
2012-05-10
1
-3
/
+10
*
Improve two 9.2 release note items.
Bruce Momjian
2012-05-10
1
-1
/
+2
*
Fix a couple of typos in 9.2 release notes.
Heikki Linnakangas
2012-05-10
1
-2
/
+2
*
Copy-editing 9.2 release notes.
Heikki Linnakangas
2012-05-10
1
-7
/
+8
*
Only attempt to show collations on servers >= 9.1.
Magnus Hagander
2012-05-10
1
-0
/
+7
*
Fix outdated comment.
Heikki Linnakangas
2012-05-10
1
-4
/
+4
*
PL/pgSQL RETURN NEXT was leaking converted tuples, causing
Joe Conway
2012-05-09
1
-0
/
+1
*
Improve tests for postmaster death in auxiliary processes.
Tom Lane
2012-05-10
4
-24
/
+37
*
Update 9.2 SSL release note links.
Bruce Momjian
2012-05-10
1
-26
/
+19
*
Further tweaking of nomenclature in checkpointer.c.
Tom Lane
2012-05-10
1
-53
/
+54
*
Improve control logic for bgwriter hibernation mode.
Tom Lane
2012-05-09
7
-169
/
+145
*
Publish draft version of Postgres 9.2 release notes.
Bruce Momjian
2012-05-09
3
-1
/
+2910
*
Add make dependency so that postgres.bki is rebuilt in major version change
Peter Eisentraut
2012-05-09
1
-1
/
+6
*
Split contrib documentation into extensions and programs
Peter Eisentraut
2012-05-09
11
-361
/
+597
*
Update documentation to say that gmake check in contrib is supported
Peter Eisentraut
2012-05-09
1
-4
/
+5
*
Rename BgWriterShmem/Request to CheckpointerShmem/Request
Simon Riggs
2012-05-09
3
-55
/
+56
*
Rename BgWriterCommLock to CheckpointerCommLock
Simon Riggs
2012-05-09
2
-9
/
+9
*
Avoid xid error from age() function when run on Hot Standby
Simon Riggs
2012-05-09
1
-1
/
+4
*
Add another URL for HTML entity codes.
Bruce Momjian
2012-05-08
1
-0
/
+1
*
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-08
3
-7
/
+60
*
Document how to find non-ASCII characters in the release notes.
Bruce Momjian
2012-05-08
1
-1
/
+2
*
Reduce idle power consumption of stats collector process.
Tom Lane
2012-05-08
1
-116
/
+65
*
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-05-08
7
-59
/
+189
*
Tweak contrib --help output to match common style
Peter Eisentraut
2012-05-08
3
-3
/
+3
*
psql: Add variable to control keyword case in tab completion
Peter Eisentraut
2012-05-08
2
-22
/
+59
*
Update config.guess and config.sub
Peter Eisentraut
2012-05-08
2
-44
/
+76
*
Fix dependency tracking for src/port/%_srv.o files
Peter Eisentraut
2012-05-08
1
-1
/
+8
*
Fix misleading comments
Peter Eisentraut
2012-05-08
2
-2
/
+2
*
Remove strdup, strtol, strtoul from libpgport
Peter Eisentraut
2012-05-07
8
-323
/
+2
*
Fix pg_config.h make rule
Peter Eisentraut
2012-05-07
1
-3
/
+3
*
Make "unexpected EOF" messages DEBUG1 unless in an open transaction
Magnus Hagander
2012-05-07
3
-12
/
+51
*
Document that it is the pgsql version we are matching for psqlrc
Bruce Momjian
2012-05-06
1
-1
/
+1
[next]