summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge visibility map crash-safety into index-only scan release noteBruce Momjian2012-05-101-13/+3
* Make WaitLatch's WL_POSTMASTER_DEATH result trustworthy; simplify callers.Tom Lane2012-05-107-37/+47
* Properly capitalize the TimeZone parameterPeter Eisentraut2012-05-101-3/+3
* Add comma after "Previously" as suggested by Josh KupershmidtBruce Momjian2012-05-101-5/+5
* PL/Python: Fix slicing support for result objects for Python 3Peter Eisentraut2012-05-103-36/+116
* PL/Python: Update incorrect commentPeter Eisentraut2012-05-101-1/+1
* 9.2 release note updates from Peter GeogheganBruce Momjian2012-05-101-23/+24
* Fix Windows implementation of PGSemaphoreLock.Tom Lane2012-05-101-8/+12
* Improve Windows implementation of WaitLatch/WaitLatchOrSocket.Tom Lane2012-05-101-21/+39
* New 9.2 SSL parameters are GUC, not libpq, per Magnus's observation.Bruce Momjian2012-05-101-1/+1
* Add 9.2 release note suggestions from Heikki,Bruce Momjian2012-05-101-5/+5
* Python 2.2 is no longer supportedPeter Eisentraut2012-05-103-11/+1
* Whitespace cleanupPeter Eisentraut2012-05-101-98/+92
* 9.2 release note adjustments from Robert Haas.Bruce Momjian2012-05-101-28/+5
* Another doc fix for HTML entities.Bruce Momjian2012-05-101-1/+2
* Update entitiy escapes docs; must be Latin1.Bruce Momjian2012-05-101-1/+1
* Remove URL that suggested numeric HTML entities.Bruce Momjian2012-05-101-1/+0
* Remove unportable use of SGML character-code entity.Tom Lane2012-05-102-3/+5
* Release notes adjustments from Erik RijkersBruce Momjian2012-05-101-3/+10
* Improve two 9.2 release note items.Bruce Momjian2012-05-101-1/+2
* Fix a couple of typos in 9.2 release notes.Heikki Linnakangas2012-05-101-2/+2
* Copy-editing 9.2 release notes.Heikki Linnakangas2012-05-101-7/+8
* Only attempt to show collations on servers >= 9.1.Magnus Hagander2012-05-101-0/+7
* Fix outdated comment.Heikki Linnakangas2012-05-101-4/+4
* PL/pgSQL RETURN NEXT was leaking converted tuples, causingJoe Conway2012-05-091-0/+1
* Improve tests for postmaster death in auxiliary processes.Tom Lane2012-05-104-24/+37
* Update 9.2 SSL release note links.Bruce Momjian2012-05-101-26/+19
* Further tweaking of nomenclature in checkpointer.c.Tom Lane2012-05-101-53/+54
* Improve control logic for bgwriter hibernation mode.Tom Lane2012-05-097-169/+145
* Publish draft version of Postgres 9.2 release notes.Bruce Momjian2012-05-093-1/+2910
* Add make dependency so that postgres.bki is rebuilt in major version changePeter Eisentraut2012-05-091-1/+6
* Split contrib documentation into extensions and programsPeter Eisentraut2012-05-0911-361/+597
* Update documentation to say that gmake check in contrib is supportedPeter Eisentraut2012-05-091-4/+5
* Rename BgWriterShmem/Request to CheckpointerShmem/RequestSimon Riggs2012-05-093-55/+56
* Rename BgWriterCommLock to CheckpointerCommLockSimon Riggs2012-05-092-9/+9
* Avoid xid error from age() function when run on Hot StandbySimon Riggs2012-05-091-1/+4
* Add another URL for HTML entity codes.Bruce Momjian2012-05-081-0/+1
* Fix an issue in recent walwriter hibernation patch.Tom Lane2012-05-083-7/+60
* Document how to find non-ASCII characters in the release notes.Bruce Momjian2012-05-081-1/+2
* Reduce idle power consumption of stats collector process.Tom Lane2012-05-081-116/+65
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-087-59/+189
* Tweak contrib --help output to match common stylePeter Eisentraut2012-05-083-3/+3
* psql: Add variable to control keyword case in tab completionPeter Eisentraut2012-05-082-22/+59
* Update config.guess and config.subPeter Eisentraut2012-05-082-44/+76
* Fix dependency tracking for src/port/%_srv.o filesPeter Eisentraut2012-05-081-1/+8
* Fix misleading commentsPeter Eisentraut2012-05-082-2/+2
* Remove strdup, strtol, strtoul from libpgportPeter Eisentraut2012-05-078-323/+2
* Fix pg_config.h make rulePeter Eisentraut2012-05-071-3/+3
* Make "unexpected EOF" messages DEBUG1 unless in an open transactionMagnus Hagander2012-05-073-12/+51
* Document that it is the pgsql version we are matching for psqlrcBruce Momjian2012-05-061-1/+1