summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-26Update FAQ URLs as suggested by Curtis Gallant.Bruce Momjian
2008-06-26Add to TODO:Bruce Momjian
2008-06-26Fix 'pg_ctl restart' to preserve command-line arguments.Bruce Momjian
2008-06-26Use SYSTEMQUOTE as concatentation to strings, rather than %s printfBruce Momjian
2008-06-26Remove use of postmaster.opts.default by pg_ctl.Bruce Momjian
2008-06-24Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane
2008-06-24TODO item done:Bruce Momjian
2008-06-24Oops, make the MSVC build put fmgroids.h where it needs to be.Tom Lane
2008-06-23Add TODO:Bruce Momjian
2008-06-23Add URL for Merge.Bruce Momjian
2008-06-23Backup wording improvement.Bruce Momjian
2008-06-23Add to TODO:Bruce Momjian
2008-06-23Add item:Bruce Momjian
2008-06-23Add libpq comment about how to determine the format used for passingBruce Momjian
2008-06-23Add TODO:Bruce Momjian
2008-06-23Merge duplicate upper/lower/initcap() routines in oracle_compat.c andBruce Momjian
2008-06-23Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbersTom Lane
2008-06-20Seems I was too optimistic in supposing that sinval's maxMsgNum could beTom Lane
2008-06-19Rewrite the sinval messaging mechanism to reduce contention and avoidTom Lane
2008-06-19Fix a few places that were non-multibyte-safe in tsearch configuration fileTom Lane
2008-06-19Add URL for:Bruce Momjian
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-06-18Fix compiler warning introduced by recent patch. Tsk tsk.Tom Lane
2008-06-18Improve error reporting for problems in text search configuration filesTom Lane
2008-06-18Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian
2008-06-18Fix a few typos in the DTrace docs. Patch from Euler Taveira de Oliveira,Neil Conway
2008-06-17Remove freeBackends counter from the sinval shared memory area. We used toTom Lane
2008-06-17Clean up some problems with redundant cross-type arithmetic operators. AddTom Lane
2008-06-17Add URL for introduction to multibyte programming in C.Bruce Momjian
2008-06-17Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian
2008-06-17Fix the code that adds regclass constants to a plan's list of relation OIDsTom Lane
2008-06-17Clean up a number of bogosities around pltcl's handling of the Tcl "result":Tom Lane
2008-06-16Rewrite docs section about routine vacuuming --- it's gotten rather mangled ofTom Lane
2008-06-15Prevent CVS from mangling scriptAndrew Dunstan
2008-06-15Add script to find .c and .h files that are missing CVS PostgreSQL markersAndrew Dunstan
2008-06-15Make DROP INDEX lock the parent table before locking the index. This behaviorTom Lane
2008-06-15Fix 64-bit problem in recent patch.Tom Lane
2008-06-15Rearrange ALTER TABLE syntax processing as per my recent proposal: theTom Lane
2008-06-14In log_filename documentation, mention that strftime is not used directly toAlvaro Herrera
2008-06-14Refactor the handling of the various DropStmt variants so that when multipleTom Lane
2008-06-13Modify TODO entry to be a function:Bruce Momjian
2008-06-13Improve the various elog messages in tuptoaster.c to report which TOAST tableTom Lane
2008-06-12Use macro to document size of ecpg sqlerrmc string.Bruce Momjian
2008-06-12Update item to mention target list problem:Bruce Momjian
2008-06-12Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas
2008-06-11Improve reporting of dependencies in DROP to work like the scheme that weTom Lane
2008-06-11Add:Bruce Momjian
2008-06-11Fix spelling mistake in postgresql.conf.Bruce Momjian
2008-06-11Update "help" output to reflect that \timing now takes an optional on/offHeikki Linnakangas
2008-06-11Add optional on/off argument to \timing.Heikki Linnakangas