]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-03-15  Bruce MomjianClean up win1252 documentation. Mention how we determi...
2005-03-14  Bruce MomjianIssue free space notices to both the user and the serve...
2005-03-14  Tom LaneMake pg_dump emit a useful error message, instead of...
2005-03-14  Bruce MomjianAdd support for Win1252 encoding.
2005-03-14  Bruce MomjianBump minor version numbers for 8.1 compared to 8.0.
2005-03-14  Bruce MomjianCompleted:
2005-03-14  Neil ConwayFix mistakes in SGML markup. From David Fetter.
2005-03-14  Tom LaneNote that the -F and -R command line options only affec...
2005-03-14  Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2005-03-14  Bruce MomjianDocument client-only encodings.
2005-03-14  Bruce MomjianFix typo on URL.
2005-03-14  Bruce MomjianAdd user:
2005-03-14  Bruce MomjianFinalize character set documentation changes.
2005-03-14  Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2005-03-14  Bruce MomjianUpdate comments for new encoding names.
2005-03-13  Tom LaneAdd missing identification comment, remove entirely...
2005-03-13  Tom LaneAdd some missing #includes.
2005-03-13  Bruce MomjianIncrement all major version numbers in 8.0.X to force...
2005-03-13  Tom LaneForgot that I had intended to replace division by maski...
2005-03-13  Bruce MomjianRemove CENTER tag.
2005-03-13  Neil ConwayMake default_with_oids default to false -- user-created...
2005-03-13  Bruce MomjianMore ordering adjustments.
2005-03-13  Neil ConwayUpdate obsolete comment.
2005-03-13  Bruce MomjianFix markup.
2005-03-13  Bruce MomjianMore markup changes.
2005-03-13  Bruce MomjianMore cleanups.
2005-03-13  Bruce MomjianMore improvements.
2005-03-13  Bruce MomjianMore additions to the table.
2005-03-13  Bruce MomjianKeep changing the markup until I like it. :-)
2005-03-13  Bruce MomjianMore table markup improvements.
2005-03-13  Bruce MomjianMore table markup fixes.
2005-03-13  Bruce MomjianRework "aliases" column for encodings.
2005-03-13  Bruce MomjianFix markup typo.
2005-03-13  Bruce MomjianAdd missing conversion documentation for certain encodings.
2005-03-13  Bruce MomjianReorder documented encodings to be alphabetical.
2005-03-13  Bruce MomjianDocument aliases for our supported encodings.
2005-03-12  Tom LaneWhen cloning template0 (or other fully-frozen databases...
2005-03-12  Tom LaneFix ALTER DATABASE RENAME to allow the operation if...
2005-03-12  Tom LaneAdjust the API for aggregate function calls so that...
2005-03-12  Neil ConwayAdd pg_buffercache contrib module, from Mark Kirkwood.
2005-03-12  Neil ConwaySome builds (depends on crypto engine support?) of...
2005-03-12  Bruce MomjianDocumention all our supported encodings.
2005-03-12  Bruce MomjianDone:
2005-03-12  Bruce MomjianHandle carriage returns and line feeds in COPY CSV...
2005-03-12  Bruce MomjianDone:
2005-03-12  Bruce MomjianAdd warning about the need to increase "max_fsm_relatio...
2005-03-12  Bruce MomjianFix snprintf() to properly handle precision specificati...
2005-03-12  Tom LaneFix problem with infinite recursion between write_syslo...
2005-03-11  Bruce MomjianHere's the patch to fix a lot of markup errors in the...
2005-03-11  Bruce MomjianAdd fprintf() custom version to libpgport.
2005-03-11  Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2005-03-11  Bruce MomjianAdd 'static' to initdb.c file-global variables.
2005-03-11  Bruce MomjianMark file-global function and variables as static.
2005-03-11  Bruce MomjianFix typos.
2005-03-11  Bruce MomjianFix typos.
2005-03-11  Bruce MomjianFix typos.
2005-03-11  Bruce MomjianFix typo.
2005-03-11  Neil ConwaySlight refactoring and optimization of some code in...
2005-03-11  Bruce MomjianAdd:
2005-03-10  Tom LaneMake the behavior of HAVING without GROUP BY conform...
2005-03-10  Bruce MomjianAdd spinlock support for Itanium processor with Intel...
2005-03-10  Neil ConwayRefactor fork()-related code. We need to do various...
2005-03-08  Bruce MomjianAdd comma.
2005-03-08  Bruce MomjianFix markup of URL.
2005-03-08  Bruce MomjianAdd URL for patches queues.
2005-03-07  Neil ConwayUnbreak out-of-tree builds, by fixing a typo.
2005-03-07  Neil ConwayReplace an instance of $Id$ and an instance of $Header...
2005-03-07  Bruce MomjianProperly implement "Response files" for bcc. Add URL...
2005-03-07  Tom LaneAdjust creation/destruction of TupleDesc data structure...
2005-03-07  Bruce MomjianRename canonical encodings, per Peter:
2005-03-07  Neil ConwayHere's a tiny fix for a harmless typo in catalog.c:
2005-03-07  Tom LaneAdd a note that regression test row ordering difference...
2005-03-06  Tom LaneRevise hash join code so that we can increase the numbe...
2005-03-05  Teodor SigaevPrevent rank change in case of duplicate search terms
2005-03-04  Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-03-02  Bruce MomjianMove snprintf int64 compatibility letters into a NOT_US...
2005-03-02  Tom LaneFix misspelling of sysctl, per Stefan Hans.
2005-03-02  Bruce MomjianUse test && test rather than test -a, per Peter.
2005-03-02  Bruce MomjianFix for %I64d snprintf.
2005-03-02  Bruce Momjiansnprintf() %I64d code fix.
2005-03-02  Bruce MomjianUse our own snprintf() only if NLS is enabled, and...
2005-03-02  Bruce MomjianPrevent large allocation in snprintf to hold positional...
2005-03-02  Tom LaneAnother go at making pred_test() handle all reasonable...
2005-03-02  Bruce MomjianFix snprintf on Win32:
2005-03-02  Bruce MomjianMake port snprintf.c finally thread-safe.
2005-03-01  Neil ConwaySGML improvements to the DML chapter.
2005-03-01  Tom LaneRelease proclock immediately in RemoveFromWaitQueue...
2005-03-01  Tom LaneAllow Trace_lock_oidmin to be set to zero; this is...
2005-03-01  Teodor SigaevSimplify/clean up code for varlena types
2005-03-01  Bruce MomjianMake snprintf() use already-defined int64/uint64 typede...
2005-03-01  Bruce MomjianDone:
2005-03-01  Tom LaneAdjust OR indexscan logic to not generate redundant...
2005-03-01  Bruce MomjianAnd while we are on it, I would like to submit minor
2005-03-01  Tom LaneRevert the logic for expanding AND/OR conditions in...
2005-02-28  Tom LaneUn-break configure snprintf tests (partly my fault...
2005-02-28  Bruce MomjianMove PGAC_FUNC_PRINTF_ARG_CONTROL to just above snprint...
2005-02-28  Bruce Momjiansnprintf.c has no sys/ioctl.h. Trivial patch below:
2005-02-28  Neil ConwayImplement max() and min() aggregates for array types...
2005-02-27  Bruce MomjianBecause the change to gettext. Needs a bunch of new...
2005-02-27  Bruce MomjianTab indent all actions in bcc32.mak, and do it on win32...
next