]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2003-08-11  Barry LindApplied patch from Oliver Jowett to clean up the jdbc...
2003-08-11  Tom LaneRewriter and planner should use only resno, not resname...
2003-08-11  Bruce MomjianAdd:
2003-08-11  Barry LindApplied patch from Oliver Jowett to better handle inval...
2003-08-11  Barry LindApplied patch from Oliver Jowett to clean up some aditi...
2003-08-11  Barry LindApplied patch from Oliver Jewett to fix a deprecation...
2003-08-11  Barry LindApplied patch from Oliver Jewett to clean up the testin...
2003-08-11  Barry LindApplied patch by Oliver Jowett to clean up some excepti...
2003-08-11  Barry LindApplied patch from Oliver Jowett to improve a buffer...
2003-08-11  Barry LindApplied patch from Kim Ho to fix a regression against...
2003-08-11  Tom LaneCode cleanup inspired by recent resname bug report...
2003-08-11  Tom LaneDo not link in libwsock32 on non-win32 platforms. ...
2003-08-11  Peter EisentrautTranslation updates
2003-08-10  Tom LaneRepair potential deadlock created by recent changes...
2003-08-10  Tom LaneMake various links point to specific places instead...
2003-08-10  Tom LaneRequest verbose error message output in bug reports.
2003-08-09  Tom LaneUpdate docs for 7.4 array features and polymorphic...
2003-08-09  Bruce MomjianI get the following warning when I compile src/bin...
2003-08-09  Bruce MomjianThis makes psql use the new pg_get_viewdef function...
2003-08-08  Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-08  Bruce Momjianpgindent fix for new typedefs.
2003-08-08  Bruce MomjianAdd:
2003-08-08  Bruce MomjianRemove simple_prompt from /contrib C files, now that...
2003-08-08  Tom LaneAvoid malloc(0). Although standard mallocs seem not...
2003-08-08  Tom LaneFix nasty little order-of-operations bug in _SPI_cursor...
2003-08-08  Bruce MomjianUpdate:
2003-08-08  Bruce MomjianRemove, no in /port.
2003-08-08  Bruce MomjianUpdate.
2003-08-08  Bruce MomjianUpdate items.
2003-08-08  Bruce MomjianUpdate as done:
2003-08-08  Bruce MomjianNot needed anymore.
2003-08-08  Bruce MomjianDone:
2003-08-08  Bruce MomjianRemove:
2003-08-08  Bruce Momjiansprompt not needed in libpq.
2003-08-08  Tom LaneSuppress unused-variable warnings when building without...
2003-08-08  Tom LaneConversion functions must be STRICT to prevent them...
2003-08-08  Peter EisentrautFix null checking of type decimal datums without indica...
2003-08-08  Peter EisentrautBe a little bit more careful about using sqlstate,...
2003-08-08  Peter EisentrautTranslation updates by Dennis Björklund
2003-08-08  Peter EisentrautRemove postgres_ext.h inclusion -- not necessary.
2003-08-08  Bruce MomjianMove simple_prompt()/sprompt.c into /port.
2003-08-08  Bruce MomjianMakefile cleanup.
2003-08-08  Bruce MomjianCleanup.
2003-08-08  Bruce MomjianTypo cleanup.
2003-08-08  Bruce MomjianMakefile cleanup.
2003-08-08  Bruce MomjianMore thread.c cleanup.
2003-08-08  Bruce MomjianMore threading cleanups.
2003-08-08  Bruce Momjianmore thread.c consistency.
2003-08-08  Bruce Momjianthreads.c -> thread.c, be consistent.
2003-08-08  Bruce MomjianUpdate done items:
2003-08-08  Bruce MomjianRemove space between function name and opening paren...
2003-08-08  Bruce MomjianNo need for TODO.detail error.
2003-08-08  Tom LaneFix floating-point timestamp comparisons to not go...
2003-08-07  Bruce MomjianClean up function header.
2003-08-07  Tom LaneFix typo.
2003-08-07  Tom LaneDon't assume that struct option is available just becau...
2003-08-07  Tom LaneSCO_ACCEPT_BUG code didn't get updated for new SockAddr...
2003-08-07  Tom Lanecreate_unique_plan() should not discard existing output...
2003-08-07  Tom LaneDon't use HAVE_STRUCT_ADDRINFO as a guide to whether...
2003-08-07  Bruce MomjianMake table column type TEXT.
2003-08-07  Bruce MomjianAdd iteration option to thread test program.
2003-08-07  Bruce MomjianUpdate pgindent readme.
2003-08-07  Tom LaneRemove unnecessary use of multiple cat processes to...
2003-08-07  Bruce MomjianMove dollar sign items to object section.
2003-08-07  Bruce MomjianUpdate typedef names for pgindent 7.4.
2003-08-07  Bruce MomjianUpdate ecpg thread testing program to be more automated.
2003-08-07  Barry Lindmarkup fixes
2003-08-07  Bruce MomjianInclude postgres_ext.h instead of postgres_fe.h. This...
2003-08-07  Bruce MomjianNoticed broken markup in ecpg.sgml. Attached patch...
2003-08-07  Bruce MomjianAdd -lm for ecpg/pgtypeslib/Makefile link so -lm isn...
2003-08-07  Barry LindSometimes the third time is the charm. Third try to...
2003-08-07  Bruce MomjianUpdate release items from Tom.
2003-08-06  Barry LindApplied doc patch for the jdbc docs submitted by Nic...
2003-08-06  Bruce MomjianAdd:
2003-08-06  Tom LaneRename fields of DestReceiver to avoid collisions with...
2003-08-06  Tom LaneAdopt a random backoff algorithm for sleep delays when...
2003-08-06  Tom LaneFix compiler-detected problem for Alphas: it seems...
2003-08-06  Teodor SigaevOpenFTS vs Tsearch2 comment
2003-08-06  Teodor SigaevAdd documentation about ts_debug
2003-08-06  Teodor SigaevAdd ts_debug function for debugging configurations
2003-08-06  Barry LindApplied patch from kho@redhat.com to fix a problem...
2003-08-06  Bruce MomjianAdd ecpg thread testing file.
2003-08-05  Tom LaneImprove documentation of ParseDateTime(). Reorder...
2003-08-05  Tom LaneFix several places where fractional-second inputs were...
2003-08-05  Bruce MomjianModify:
2003-08-05  Bruce MomjianRemove Tom mention on array items.
2003-08-05  Bruce MomjianAdd mention of :00 seconds.
2003-08-05  Bruce MomjianUpdate thread wording.
2003-08-05  Bruce MomjianModify tsearch2 to be Oleg,Teodor
2003-08-05  Bruce MomjianAdd tsearch2 mention.
2003-08-05  Bruce MomjianAdd Philip Yarra to threads item, remove my name.
2003-08-05  Bruce MomjianUpdate release items from Joe Conway.
2003-08-05  PostgreSQL... can't mix and match .gz and .bz2 in here ... won't... REL7_4_BETA1
2003-08-05  PostgreSQL... seeing if building bz2 distributions actually works ...
2003-08-05  PostgreSQL... remove src/data from target list
2003-08-05  Bruce MomjianRemove MOVE ALL item.
2003-08-04  Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04  PostgreSQL... change tag to 7.4beta1 and update the Copyright to...
2003-08-04  Tom LaneUpdate vacuumlo to be properly schema-aware. Improve...
2003-08-04  Bruce MomjianRe-add USE_THREADS, used by ecpg.
next