]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2005-02-27  Neil ConwayAdd explicit casts between int4 and boolean. Patch...
2005-02-27  Bruce MomjianRename planner stats detail to avoid label confict.
2005-02-27  Bruce MomjianCause Win32 to output to the event log rather than...
2005-02-27  Bruce MomjianAllow Win32 to support the O_SYNC open flag as an wal_s...
2005-02-27  Bruce MomjianAdd documentation on how statistics are used by the...
2005-02-26  Bruce MomjianAdd routines to dbsize to return the index size and...
2005-02-26  Bruce MomjianAdjust OS-specific kernel settings to mention old and...
2005-02-26  Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-26  Bruce MomjianClarify PGPASSWORD usage:
2005-02-26  Tom LaneCorrect overstatement in locking docs: we said Exclusiv...
2005-02-26  Bruce MomjianState PGPASSWORD is "not recommended" rather than ...
2005-02-25  Teodor SigaevIn accordance to
2005-02-25  Bruce MomjianAdd linking from /port to bcc makefile.
2005-02-25  Teodor SigaevFix float8->int64 transformation
2005-02-25  Bruce MomjianPlease find enclosed a patch, per Dennis Bj<C3><B6...
2005-02-25  Bruce MomjianFix plpgsql error message for dropped temporary tables.
2005-02-25  Bruce MomjianClarify object ownership language to prevent confusion...
2005-02-25  Bruce MomjianUpdatge wording.
2005-02-25  Bruce MomjianFix markup.
2005-02-25  Bruce MomjianFix HTML markup and add NULL sorting item to existing...
2005-02-25  Bruce MomjianAdd:
2005-02-24  Bruce MomjianAdd wording about UTF8:
2005-02-24  Bruce MomjianDone:
2005-02-24  Tom LaneWe aren't supposed to try to run test programs until...
2005-02-24  Tom LaneClean up printf arg-control test, per Kurt Roeckx.
2005-02-24  Tom LaneMy patch this morning was overly hasty; revert code...
2005-02-23  Neil ConwayMinor code cleanup: remove a variable that was assigned...
2005-02-23  Neil ConwayThis patch optimizes the md5_text() function (which...
2005-02-23  Tom LaneUn-break plpgsql build by removing unwanted _() usage.
2005-02-23  Bruce MomjianProperly undef _(x) gettext macro.
next