summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-18Make sure we wait for protocol-level EOF when ending binary COPY IN.Tom Lane
2010-09-18Give a suitable HINT when an INSERT's data source is a RowExpr containingTom Lane
2010-09-17Move pg_db_role_setting docs to correct place in alphabetical order.Robert Haas
2010-09-17Remove duplicated code left behind by my recent refactoring of comment.cRobert Haas
2010-09-17Add some documentation about how we WAL-log filesystem actions.Tom Lane
2010-09-16Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,Magnus Hagander
2010-09-16Stamp 9.0 release notes with expected release date; also some last-minuteTom Lane
2010-09-16Fix bad grammar.Tom Lane
2010-09-16Fix two new-in-9.0 bugs in hstore.Tom Lane
2010-09-15Add a compatibility note about plpgsql's treatment of SELECT INTO rec.fldTom Lane
2010-09-15Fix two typos in comments, spotted by Fujii Masao and Thom BrownHeikki Linnakangas
2010-09-15Use a latch to make startup process wake up and replay immediately whenHeikki Linnakangas
2010-09-15Simplify Windows implementation of latches. There's no need to keep aHeikki Linnakangas
2010-09-15Don't call OwnLatch while holding a spinlock. OwnLatch can elog() underHeikki Linnakangas
2010-09-14Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane
2010-09-14Oops, the timeout argument to WaitLatchOrSocket is in microseconds, notHeikki Linnakangas
2010-09-14Don't warn about an in-progress online backup, when we're recovering fromHeikki Linnakangas
2010-09-13Add a comment noting that the owner_pid test in OwnLatch is just a sanityHeikki Linnakangas
2010-09-13Elaborate on what gets stored in pg_authid.rolpasswd.Robert Haas
2010-09-13Remove prototype for non-existent function from walreceiver.h. Tidy up byHeikki Linnakangas
2010-09-13Process options from the startup packed in walsender. Only few optionsHeikki Linnakangas
2010-09-13Don't try aligning comments for new archive_command Win32 doc example;Bruce Momjian
2010-09-13Link from pg_shadow docs to pg_authid docs.Robert Haas
2010-09-12Re-add documentation for Win32 copy syntax for archive_command.Bruce Momjian
2010-09-11SERIALIZABLE transactions are actually implemented beneath the covers withJoe Conway
2010-09-11Add missing #includes, needed on some platforms. This should makeHeikki Linnakangas
2010-09-11Introduce latches. A latch is a boolean variable, with the capability toHeikki Linnakangas
2010-09-10Cursor names in the backend are not case-sensitve. This change makes sure thatMichael Meskes
2010-09-09Remove obsolete claim that gzip is needed while installing PG's documentation.Tom Lane
2010-09-09Doc fixes:Bruce Momjian
2010-09-08Add tip about building plpython 2 and 3. Fix link to Python docs.Peter Eisentraut
2010-09-07Clarify that surrogate pairs are not encoded in UTF-8 directlyPeter Eisentraut
2010-09-07Modify pg_upgrade to set/restore all environment variables related toBruce Momjian
2010-09-05GROUP BY can only infer functional dependency from non-deferrable primary keys.Tom Lane
2010-09-04Pad the ps_status display with nulls, not blanks, on Darwin.Tom Lane
2010-09-03Install a data-type-based solution for protecting pg_get_expr().Tom Lane
2010-09-03In HEAD only, revert kluge solution for preventing misuse of pg_get_expr().Tom Lane
2010-09-029.1alpha1 release notes.Tom Lane
2010-09-02Clean up description of ecpg's dtcvfmtasc function.Tom Lane
2010-09-02Clean up some bad grammar and punctuation in description of ecpg's decimalTom Lane
2010-09-02Fix up flushing of composite-type typcache entries to be driven directly byTom Lane
2010-09-02Fix typo. Pointed out by Kevin Grittner.Robert Haas
2010-09-01Clarify documentation of handling of null arguments for aggregates.Tom Lane
2010-09-01Improve release notes' description of Teodor's fixes for polygon overlapsTom Lane
2010-08-31Add missing markup for translatabilityAlvaro Herrera
2010-08-30Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao.Tom Lane
2010-08-30Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs toTom Lane
2010-08-30Fix misleading DEBUG2 issued during RemoveOldXlogFiles()Simon Riggs
2010-08-30Truncate subtrans after each restartpoint.Simon Riggs
2010-08-30Teach GetOldestXmin() about KnownAssignedXids during recovery.Simon Riggs