summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-16No need to use checkpoint_warning to log checkpoints --- we addedBruce Momjian
2008-02-16Add suggestion about how to set checkpoint_warning to log allBruce Momjian
2008-02-16Rename a libpq NOT_USED SSL function toBruce Momjian
2008-02-15Allow AS to be omitted when specifying an output column name in SELECTTom Lane
2008-02-15Remove ancient restriction that LIMIT/OFFSET can't contain a sub-select.Tom Lane
2008-02-15Changed the way symbols are defined in C in INFORMIX mode.Michael Meskes
2008-02-14Sync our regex code with upstream changes since last time we did this, whichTom Lane
2008-02-14- EXECUTE can return NOT FOUND so it should be checked here too.Michael Meskes
2008-02-14Sorry, accidently committed a patch I'm working on. Reverting it.Michael Meskes
2008-02-14*** empty log message ***Michael Meskes
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.59Marc 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