summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag v9.0.0 ... the big day approachesREL9_0_0Marc G. Fournier2010-09-174-15/+15
* Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,Magnus Hagander2010-09-161-1/+14
* Translation updates for 9.0.0Peter Eisentraut2010-09-1647-33238/+40522
* Stamp 9.0 release notes with expected release date; also some last-minuteTom Lane2010-09-162-54/+47
* Fix bad grammar.Tom Lane2010-09-161-2/+2
* Fix two new-in-9.0 bugs in hstore.Tom Lane2010-09-162-22/+9
* Add a compatibility note about plpgsql's treatment of SELECT INTO rec.fldTom Lane2010-09-151-1/+26
* Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane2010-09-146-31/+187
* Don't warn about an in-progress online backup, when we're recovering fromHeikki Linnakangas2010-09-141-3/+21
* Elaborate on what gets stored in pg_authid.rolpasswd.Robert Haas2010-09-131-4/+13
* Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas2010-09-131-2/+4
* Process options from the startup packed in walsender. Only few optionsHeikki Linnakangas2010-09-131-51/+80
* Don't try aligning comments for new archive_command Win32 doc example;Bruce Momjian2010-09-131-3/+3
* Link from pg_shadow docs to pg_authid docs.Robert Haas2010-09-131-2/+3
* Re-add documentation for Win32 copy syntax for archive_command.Bruce Momjian2010-09-121-2/+3
* Remove obsolete claim that gzip is needed while installing PG's documentation.Tom Lane2010-09-091-8/+6
* Doc fixes:Bruce Momjian2010-09-096-387/+438
* Add tip about building plpython 2 and 3. Fix link to Python docs.Peter Eisentraut2010-09-082-4/+22
* Clarify that surrogate pairs are not encoded in UTF-8 directlyPeter Eisentraut2010-09-071-21/+28
* Modify pg_upgrade to set/restore all environment variables related toBruce Momjian2010-09-072-28/+103
* Pad the ps_status display with nulls, not blanks, on Darwin.Tom Lane2010-09-041-2/+2
* Clean up description of ecpg's dtcvfmtasc function.Tom Lane2010-09-021-4/+5
* Clean up some bad grammar and punctuation in description of ecpg's decimalTom Lane2010-09-021-7/+9
* Fix up flushing of composite-type typcache entries to be driven directly byTom Lane2010-09-023-43/+53
* Clarify documentation of handling of null arguments for aggregates.Tom Lane2010-09-012-12/+18
* Improve release notes' description of Teodor's fixes for polygon overlapsTom Lane2010-09-011-3/+14
* Add missing markup for translatabilityAlvaro Herrera2010-08-311-2/+2
* Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao.Tom Lane2010-08-301-4/+9
* Fix misleading DEBUG2 issued during RemoveOldXlogFiles()Simon Riggs2010-08-301-4/+4
* Truncate subtrans after each restartpoint.Simon Riggs2010-08-301-4/+8
* Teach GetOldestXmin() about KnownAssignedXids during recovery.Simon Riggs2010-08-301-1/+41
* Fix typo in comment.Heikki Linnakangas2010-08-301-2/+2
* Reduce PANIC to ERROR in some occasionally-reported btree failure cases.Tom Lane2010-08-292-52/+135
* Remove obsolete remark that PQprepare() is more flexible than PREPARE.Tom Lane2010-08-291-4/+2
* tag rc1 ... final stretch ...REL9_0_RC1Marc G. Fournier2010-08-274-15/+15
* Document the existence of the socket lock file under unix_socket_directory,Tom Lane2010-08-262-33/+64
* Explain automatic creation (or lack of it) of indexes for the various typesTom Lane2010-08-261-1/+26
* Update time zone data files to tzdata release 2010l: DST law changes inTom Lane2010-08-2610-31/+168
* Improve wording for privilege description on certain failure messages; theAlvaro Herrera2010-08-263-10/+10
* Remove duplicate translatable phraseAlvaro Herrera2010-08-261-3/+3
* Translation updates for 9.0rc1Peter Eisentraut2010-08-265-1282/+1352
* Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRFTom Lane2010-08-261-1/+11
* Don't auto-create the subdirectories holding built documentation in a VPATHTom Lane2010-08-261-0/+9
* Remove docs for "Incrementally Updated Backups" because it was ofBruce Momjian2010-08-251-92/+1
* Document filtering dictionaries in textsearch.sgml.Tom Lane2010-08-252-56/+80
* Improve hint message for ENOMEM failure from shmget().Tom Lane2010-08-251-3/+11
* Update release notes, per comments from Simon Riggs.Bruce Momjian2010-08-251-6/+10
* Catch null pointer returns from PyCObject_AsVoidPtr and PyCObject_FromVoidPtrPeter Eisentraut2010-08-251-1/+6
* Add missing description of reloftype fieldPeter Eisentraut2010-08-251-1/+11
* Docs review for unaccent: fix grammar, markup, etc.Tom Lane2010-08-251-45/+51