summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-13Correct XML markup typo, <book> -> </book>Bruce Momjian
2008-02-13Add section to Migration talking about typical areas that change betweenBruce Momjian
2008-02-13Update minor version bumping policy.Alvaro Herrera
2008-02-13As sub-bullet decoration.Bruce Momjian
2008-02-13Update wording for minor library bumping.Bruce Momjian
2008-02-13Bump minor library version numbers for 8.4.Bruce Momjian
2008-02-13No longer necessary:Bruce Momjian
2008-02-13Stamp HEAD as 8.4devel.Tom Lane
2008-02-12Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack beforeTom Lane
2008-02-11Update timezone mapping for Windows with new timezones addedMagnus Hagander
2008-02-11Repair VACUUM FULL bug introduced by HOT patch: the original way ofTom Lane
2008-02-10Fix PageGetExactFreeSpace() so that it actually behaves sensiblyTom Lane
2008-02-08Some small editorialization on the protocol documentation for GSSAPI/SSPITom Lane
2008-02-08Since GSSAPI and SSPI authentication don't work in protocol version 2,Tom Lane
2008-02-07Avoid misbehavior in foreign key checks when casting to a datatype for whichTom Lane
2008-02-07Add "automatically" to HOT release note description.Bruce Momjian
2008-02-07Some variants of ALTER OWNER tried to make the "object" field of theTom Lane
2008-02-07Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt andTom Lane
2008-02-07Fix msvc install for cases where msgfmt (from gettext) is in a directoryMagnus Hagander
2008-02-07Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth()Tom Lane
2008-02-07Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwantedTom Lane
2008-02-07Fix msvc install script to properly install NLS files when built withMagnus Hagander
2008-02-07- Fixed segfault in ecpg when using an array element.Michael Meskes
2008-02-06Fix very broken clean.bat for msvc install. The way we used subroutinesMagnus Hagander
2008-02-05Handle libraries in directories with spaces in them.Magnus Hagander
2008-02-03Fix mistaken duplicate reference to max_fsm_pages, per bug #3926.Tom Lane
2008-02-02Minor wordsmithing in release notes' description of asynchronous commit.Tom Lane
2008-02-02Move example of turning off synchronous_commit to a more logical place,Tom Lane
2008-02-02Fix WaitOnLock() to ensure that the process's "waiting" flag is reset afterTom Lane
2008-02-01configure tag'd 8.3.0 and built witih autoconf 2.59REL8_3_0Marc G. Fournier
2008-02-01Stamp 8.3 in CVS. _No_ update of configure/configure.in.Bruce Momjian
2008-02-01Update FAQ for most recent release as 8.3.Bruce Momjian
2008-02-01Update item:Bruce Momjian
2008-01-31Fix spelling typo in comment.Bruce Momjian
2008-01-31Add comment about possible URL changes for www7.hp.com:Bruce Momjian
2008-01-31Update spoofing /tmp symlink instructions to be more specific about theBruce Momjian
2008-01-31Mention synchronize_seqscans GUC variable in release notes.Tom Lane
2008-01-31Remove the old table of "supported platforms" in favor of a link to theTom Lane
2008-01-31Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actuallyTom Lane
2008-01-31Improve pg_autovacuum documentation to clarify that the enabled field cannotTom Lane
2008-01-31Translation updatesPeter Eisentraut
2008-01-31Document the idea of creating a symbolic link in /tmp to prevent serverBruce Momjian
2008-01-31Remove 3 hex digit limit on symbol number in recent fix.Andrew Dunstan
2008-01-31Add:Bruce Momjian
2008-01-31Add pid to the pgident event name on win32.Magnus Hagander
2008-01-31Fix test that wrongly excluded some dumpbin symbols.Andrew Dunstan
2008-01-30Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent performing theseTom Lane
2008-01-30Add a GUC variable "synchronize_seqscans" to allow clients to disable the newTom Lane
2008-01-30Translation updatesPeter Eisentraut
2008-01-30Improve table referencePeter Eisentraut