]> granicus.if.org Git - postgresql/history - src
TAS code originally written for s390 (32-bit) does not work for s390x
[postgresql] / src /
2002-11-22 Tom LaneTAS code originally written for s390 (32-bit) does...
2002-11-21 Tom LaneFix breakage in new-in-7.3 timetz_zone() function:...
2002-11-21 Tom LaneWups, stuck ORDER BY on wrong query while trying to...
2002-11-21 Tom LaneCode review for superuser_reserved_connections patch...
2002-11-21 Tom LaneNetBSD versions 1.6 and (we hope) later can use the...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2002-11-20 Barry LindFix a dumb cut and paste error from my last commit...
2002-11-20 Barry LindFixed bug reported by Marko Strukelj and Keith Wannamak...
2002-11-19 Tom LaneAdd an at-least-marginally-plausible method of estimati...
2002-11-19 Bruce MomjianUpdate regression for ALL missing from CLUSTER.
2002-11-19 Bruce MomjianMost of the code follows the American spelling of the...
2002-11-18 Bruce MomjianRemove ALL from CLUSTER ALL. Use just CLUSTER.
2002-11-18 Tom LanePut back error test for DECLARE CURSOR outside a transa...
2002-11-18 Tom LaneSuppress compile warning, avoid possible problems with...
2002-11-17 Tom LaneReduce need for palloc/pfree overhead in varstr_cmp...
2002-11-16 Bruce MomjianFix CLUSTER regression failure caused by new patch...
2002-11-15 Tom LaneAdd relcache support for system catalogs with attnotnul...
2002-11-15 Michael MeskesSynced parser.
2002-11-15 Bruce MomjianNew version attached. The following is implemented:
2002-11-15 Bruce MomjianClean up psql:
2002-11-15 Bruce Momjianpg_dump for domain constraints.
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-11-15 Bruce MomjianAdd checkpoint_warning to warn of excessive checkpoints...
2002-11-15 Tom LanePush qual clauses containing subplans to the back of...
2002-11-15 Bruce MomjianRename hostname_lookup to log_hostname.
2002-11-15 Bruce MomjianRename show_source_port to log_source_port.
2002-11-15 Bruce MomjianRename show_btree_build_stats to log_btree_build_stats
2002-11-15 Bruce MomjianRename:
2002-11-14 Bruce MomjianRename server_min_messages to log_min_messages. Part...
2002-11-14 Tom LaneFix planning bug introduced in recent code reorganizati...
2002-11-14 Barry LindApplied patch submitted by Mats Lofkvist fixing serious...
2002-11-14 Bruce MomjianThere was an error in the gcc portion of the patch...
2002-11-13 Tom LaneAllow +1300 as a numeric timezone specifier; we already...
2002-11-13 Tom LaneUse cat instead of echo or awk, to avoid portability...
2002-11-13 Bruce MomjianUpdate xact.c comments for clarity.
2002-11-13 Bruce MomjianMake MOVE/FETCH 0 actually move/fetch 0. Add MOVE...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-13 Bruce MomjianSplit MemSet into three parts to constant comparisons...
2002-11-12 Tom LaneUpdate AIX resultmap for horology tests, per Andreas.
2002-11-12 Tom LaneImprove comment: add note that grotty special case...
2002-11-12 Tatsuo IshiiFix broken GB18030 <--> UTF-8 conversion map
2002-11-12 Tom LaneRemove NO_MKTIME_BEFORE_1970. I had speculated that...
2002-11-11 Tom LaneCode review for ON COMMIT patch. Make the actual on...
2002-11-11 Barry LindFixes bug where join to pg_description was incorrect...
2002-11-11 Tom LaneAdd cast to suppress compile warning on Alphas.
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-11-10 Bruce MomjianAdd palloc0 function to inline MemSet for newNode call.
2002-11-10 Bruce MomjianThis trivial patch removes 2 unused defines from pg_con...
2002-11-10 Bruce MomjianI am attaching a patch file that will replace the previ...
2002-11-10 Bruce MomjianThis patch makes a minor cleanup to the implementation...
2002-11-10 Bruce Momjian> > I'll re-check that with the ppc architecture guy...
2002-11-10 Bruce MomjianI just discovered, that there is missing a const when...
2002-11-10 Bruce MomjianTweak CREATE SEQUENCE grammar to be more SQL1999 standa...
2002-11-09 Bruce MomjianAdd code to handle [ON COMMIT { PRESERVE ROWS | DELETE...
2002-11-08 Bruce MomjianThis patch removes a bunch of superfluous #include...
2002-11-08 Tom LaneRevise geometry regression testing to eliminate most...
2002-11-08 Bruce MomjianHere is a patch that does just that, while maintaining the
2002-11-08 Tom LaneReplace imprecise value of PI with a better one, and...
2002-11-08 Tom LaneAdd extra_float_digits GUC parameter to allow adjustmen...
2002-11-08 Bruce MomjianThe "Allow easy display of usernames in a group (pg_hba...
2002-11-07 Tom LaneAdd #define _GNU_SOURCE to work around what seems to...
2002-11-07 Tom LaneMove substitute extern declarations to end of file...
2002-11-07 Tom LaneRemove inappropriate inclusions of OpenSSL internal...
2002-11-07 Michael MeskesSynced parser one more time.
2002-11-07 Tom LaneRemove no-longer-needed inclusions to improve backward...
2002-11-06 Tom LanePhase 2 of hashed-aggregation project. nodeAgg.c now...
2002-11-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-11-04 Tom LaneFix inclusion order, per Andreas.
2002-11-04 Tom LaneRemove unnecessary inclusion, per Andreas.
2002-11-04 Tom LaneRemove no-longer-needed inclusion of bootstrap_tokens...
2002-11-04 Barry LindApplied two patches from Kris Jurka.
2002-11-02 Tom LaneCode review for recent patch to allow ALTER TABLE ADD...
2002-11-02 Tom LaneDuring swap_relfilenodes, swap relation size statistic...
2002-11-02 Tom LaneRemove encoding lookups from grammar stage, push them...
2002-11-02 Tom LaneClean up a few fprintf(stderr)'s that should be elog's.
2002-11-02 Tom LaneFix permissions-checking bugs and namespace-search...
2002-11-02 Bruce MomjianRe-add Win32 missing files, I think.
2002-11-02 Bruce MomjianRe-add Win32 files.
2002-11-01 Tom LaneArrange to compile flex output files as inclusions...
2002-11-01 Tom LaneReduce a couple of debugging messages from LOG to DEBUG...
2002-11-01 Tom LaneReduce messages associated with shell-type function...
2002-11-01 Tom LaneUpdate to match expected results on OS X 10.2.
2002-11-01 Tom LaneAfter elog(PANIC), exit with abort() not proc_exit...
2002-11-01 Tom LaneCorrect ordering of geometry/freebsd entries, add one...
2002-11-01 Tom LaneUpdate for test changes.
2002-11-01 Tom LaneAvoid malloc(0) when printing a table of no columns...
2002-11-01 Tom LaneFix some bogus comments.
2002-10-31 Tom LaneAdd missing #include <errno.h>, per gripe from Alessio...
2002-10-31 Tom LaneGot tired of explaining why this Assert is not wrong.
2002-10-31 Tom LaneCode review for statement_timeout patch. Fix some...
2002-10-31 Tom LaneFix miscalculation of remaining free space during tuple...
2002-10-31 Tom LaneAvoid use of inline functions that are not declared...
2002-10-31 Bruce MomjianClean up gram.y trailing spaces.
2002-10-30 Barry LindReturn something meaningful for Statement.getFetchSize...
2002-10-30 Bruce MomjianAdd additional ORDER BY to join regression test, per...
2002-10-30 Bruce MomjianRemove /src/utils. Is final cleanup of getopt.c resure...
2002-10-29 Bruce MomjianAdd popen/pclose -> _popen/_pclose() mapping for Win32.
2002-10-29 Bruce MomjianUpdate comments.
2002-10-29 Bruce Momjiangetopt.c now in /port, for MS Win.
next