]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-10-15  Peter EisentrautTranslation updates
2003-10-15  Peter EisentrautNew translation
2003-10-15  Peter EisentrautTranslation update
2003-10-15  Peter EisentrautNew translation
2003-10-14  Tom LaneUse PQescapeString to ensure that tab-completion querie...
2003-10-14  Bruce MomjianRemove void* in MemSet until we understand the gcc...
2003-10-14  Bruce MomjianAdd compile -O flag only for non-debug mode, per Tom
2003-10-13  Tom Lanepull_up_subqueries() should copy the subquery before...
2003-10-13  Bruce MomjianBack out makeNode() patch to fix gcc 3.3.1 warning.
2003-10-13  Peter EisentrautRemove registration message, after discussion concluded...
2003-10-13  Peter EisentrautTranslation update
2003-10-13  Tom LaneDetermine max_connections first, then see how large...
2003-10-13  Tom LaneAdjust setRelhassubclassInRelation() to not perform...
2003-10-12  Bruce MomjianUse makeNode() to allocate structures that have to...
2003-10-12  Peter EisentrautNew translation
2003-10-12  Michael MeskesAdded missing "commit" in test case.
2003-10-11  Bruce MomjianAdd void * cast to MemSet to silence compiler, and...
2003-10-11  Bruce MomjianBack out -fstrict-aliasing void* casting.
2003-10-11  Peter EisentrautTranslation updates
2003-10-11  Bruce MomjianThis patch will stop gcc from issuing warnings about...
2003-10-10  Bruce MomjianUpdate max existing db size to 32tb.
2003-10-10  Bruce MomjianFix core dump on root starting pg_autovacuum.
2003-10-10  Peter EisentrautTranslation updates
2003-10-10  Bruce MomjianRename __arm__/__arm__ to __arm__/__arm, found by Neil...
2003-10-10  Bruce MomjianAdd NULL regression tests.
2003-10-10  Bruce MomjianChange Win32 rename/unlink timeout to 3 seconds.
2003-10-10  Bruce MomjianUpdate Russian FAQ.
2003-10-10  Bruce MomjianAdd:
2003-10-10  Bruce Momjian> That's a fairly useless place to put it, though,...
2003-10-10  Bruce MomjianAdd count(*) TODO detail.
2003-10-10  Bruce MomjianAdd TODO.detail for count(*):
2003-10-10  Bruce MomjianAllow pg_id to compile on Win32.
2003-10-09  Bruce MomjianAdd:
2003-10-09  Bruce MomjianRemove -pipe from compiles.
2003-10-09  Bruce MomjianAdd:
2003-10-09  Bruce MomjianAbout section 8.5.1.5. ("Special Values"):
2003-10-09  Peter EisentrautMake sure that -- comments extend to the end of the...
2003-10-09  Peter EisentrautSome updates
2003-10-09  Bruce MomjianAdd mention of logrotate for syslog, from Robert Treat
2003-10-09  Bruce MomjianUpdate Solaris FAQ to mention -fast.
2003-10-09  Bruce MomjianRemove -pipe on Linux, per reports from Peter.
2003-10-09  Bruce MomjianAdd -pipe compile for Linux.
2003-10-09  Bruce MomjianMake template CFLAGS handling consistent.
2003-10-09  Bruce MomjianSomeone report me small bug in contrib/pg_dumplo...
2003-10-09  Bruce MomjianRe-add -pipe compile flags for bsd's.
2003-10-09  Bruce MomjianUpdate:
2003-10-09  Bruce MomjianThis centralizes the optimization defaults into configu...
2003-10-09  Bruce MomjianAdd:
2003-10-09  Bruce MomjianChange "query:" to "statement:".
2003-10-09  Bruce MomjianAdd quotes to CFLAG define.
2003-10-09  Jan WieckProtected access to variable m_preparedCount via synchr...
2003-10-08  Bruce MomjianAdd:
2003-10-08  Bruce MomjianAdd 2-phase info, add Win32 URL:
2003-10-08  Peter EisentrautNew translations
2003-10-08  Bruce MomjianAdd:
2003-10-08  Peter EisentrautNew translations
2003-10-08  Bruce MomjianAdd quotes around -O setting for consistency.
2003-10-08  Bruce MomjianChange some awkward wording in the pg_autovacuum README...
2003-10-08  Michael MeskesRemoved my debug printf() call from numeric.c
2003-10-08  Bruce MomjianUse calloc() to allocate empty structures.
2003-10-08  Bruce MomjianHave log_min_duration_statement = 0 always print durati...
2003-10-07  Michael MeskesFixed floating point exception in long=>numeric conversion.
2003-10-07  Bruce MomjianFix include used by entab.
2003-10-07  Peter EisentrautAdd missing include file.
2003-10-07  Michael MeskesFixed error handling in Informix compat str to date...
2003-10-06  Peter EisentrautNew Italian translation
2003-10-06  Tom LaneFix binary_oper_exact() so that the heuristic 'an unkno...
2003-10-06  Peter EisentrautTranslation updates
2003-10-06  Tom LaneDuring ALTER TABLE ADD FOREIGN KEY, try to check the...
2003-10-06  Peter EisentrautNew Slovene translations
2003-10-06  Michael Meskes- Fixed constant listing in execute using clause.
2003-10-06  Peter EisentrautTranslation updates
2003-10-06  Tom LaneModify COPY FROM to match the null-value string against...
2003-10-06  Tom LaneFix order of operations within SendQuery() so that...
2003-10-05  Tom LaneAdd a little more smarts to estimate_hash_bucketsize...
2003-10-05  Bruce MomjianMake psql \timing show three digits.
2003-10-05  Peter EisentrautTranslation updates
2003-10-05  Peter EisentrautWhen revoking privileges from the owner, don't revoke...
2003-10-05  Bruce MomjianUpdate MySQL mention.
2003-10-05  Michael MeskesFixed bug in day of week processing.
2003-10-05  Bruce MomjianUpdate MySQL mention.
2003-10-04  Peter EisentrautTranslation update
2003-10-04  Tom LaneDocument the always-true-but-previously-undocumented...
2003-10-04  Tom LaneFix pg_get_constraintdef() to ensure CHECK constraints...
2003-10-04  Bruce MomjianModify:
2003-10-04  Peter EisentrautTranslation updates
2003-10-04  Peter EisentrautTranslation update
2003-10-04  Bruce MomjianUpdate INSTALL file for 7.4.
2003-10-04  Bruce MomjianFix log_duration and log_min_duration_statement to...
2003-10-04  Bruce MomjianUpdate MySQL mention.
2003-10-04  Bruce MomjianUpdate MySQL mention.
2003-10-04  Peter EisentrautTranslation updates
2003-10-04  Peter EisentrautFormat help message internally consistent.
2003-10-04  Peter EisentrautChange transaction status indicator in prompt from...
2003-10-03  Peter EisentrautNew translation
2003-10-03  Tom LaneIssue 'SET check_function_bodies = false' to suppress...
2003-10-03  Tom LaneAdd GUC parameter check_function_bodies to control...
2003-10-03  Tom LaneCause PQescapeString to stop processing at a null chara...
2003-10-03  Tom LaneRemove assorted compilation failures introduced by...
2003-10-03  Michael MeskesHide Informix datatypes. They are not seen by our built...
next