OSDN Git Service

pg-rex/syncrep.git
2006-04-03 Peter EisentrautPut flex'ed and bison'ed files in contrib in the distri...
2006-04-03 Tom LaneFix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOC...
2006-04-03 Teodor SigaevEliminate ajust scan code. Since concurrent GiST it...
2006-04-03 Teodor SigaevMinor cleanups
2006-04-03 Teodor SigaevDetoast query in g_intbig_consistent and copy query...
2006-04-03 Bruce MomjianAdd to qsort TODO.detail.
2006-04-03 Bruce MomjianUpdate for max row size.
2006-04-03 Bruce MomjianUpdate max row size to 400gb, per Tom.
2006-04-02 Neil ConwayRewrite much of psql's \connect code, for the sake...
2006-04-02 Tom LaneAdjust interval-addition test so that it won't fail...
2006-04-02 Peter EisentrautUpdate information schema for SQL:2003 and new PostgreS...
2006-04-02 Alvaro HerreraAdd tab-completion for REASSIGN OWNED BY and DROP OWNED...
2006-04-02 Neil ConwayCorrect some errors and do some SGML police work on...
2006-04-02 Neil ConwayMinor improvement to DROP TABLE reference page.
2006-04-02 Bruce MomjianAdd recent /port/qsort comparison discussion.
2006-04-01 Tom LaneRemove the 'slow' path for btree index build, which...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-30 Tom LaneImprove gist XLOG code to follow the coding rules neede...
2006-03-30 Tom LaneSuppress attempts to report dropped tables to the stats...
2006-03-30 Andrew DunstanFix bad SQL, per Stefan Kaltenbrunner.
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-29 Tom LaneTablespaceCreateDbspace should function normally even...
2006-03-28 Tom LaneDisable full_page_writes, because turning it off risks...
2006-03-28 Tom LaneRepair longstanding error in btree xlog replay: XLogRea...
2006-03-24 Tom LaneComments in IndexBuildHeapScan describe the indexing...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-23 Tom LaneFix plpgsql to pass only one copy of any given plpgsql...
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-21 Tom LaneImprove performance of our private version of qsort...
2006-03-21 Neil ConwayMinor refactoring: initialize_SSL() only returns 0...
2006-03-21 Alvaro HerreraMerge the loading of shared object descriptions with...
2006-03-21 Bruce MomjianFix psql history handling:
2006-03-20 Bruce MomjianUpdate comment that pgNotify.be_pid is pid of the notif...
2006-03-19 Neil ConwayFix a few places that were checking for the return...
2006-03-19 Tom LaneAdjust join_1.out to match Windows behavior for new...
2006-03-18 Neil ConwayThe call to DNSServiceRegistrationCreate in postc does...
2006-03-17 Tom LaneFix bug introduced into mergejoin logic by performance...
2006-03-17 Peter EisentrautDocument long names for format options (plain, tar...
2006-03-17 Michael MeskesFixed bug 2330: Wrong error code in case of a duplicate key
2006-03-16 Tom LaneFix invalid use of #if within a macro, per Laurenz...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-15 Bruce MomjianFix typo in pgcvslog, used == instead of =.
2006-03-14 Tom LaneIt seems the YYLLOC_DEFAULT macro recommended by the...
2006-03-14 Tom LaneMissed this file in previous commit :-(
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-13 Neil ConwayFix a number of syntax errors in contrib modules' unins...
2006-03-11 Bruce MomjianRemove Christof Petig copyright. He already approved...
2006-03-11 Bruce MomjianRemove copyright notices from Jan (per author approval...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-11 Neil ConwayRemove a few places that attempted to define INT_MAX...
2006-03-10 Tom LaneRecent changes in memory management in tuplesort.c...
2006-03-10 Tom LaneAdd a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This...
2006-03-10 Neil ConwayImplement 4 new aggregate functions from SQL2003. Speci...
2006-03-10 Bruce MomjianRemove unintened change to pg_proc.h.
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-03-10 Tom LaneFix order of linking of libxslt and libxml2, per Dave...
2006-03-10 Tom LaneAdd a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTab...
2006-03-09 Bruce MomjianRemove Jan Wieck's name from copyrights, and put in...
2006-03-08 Tom LaneRemove somebody's flight of fancy about an UPDATE with...
2006-03-08 Bruce MomjianRemove Christof Petig copyright on include file, per...
2006-03-08 Tom LaneTweak trace_sort code to show the merge order (number...
2006-03-08 Bruce MomjianUpdate pltcl expected file for E''.
2006-03-08 Bruce MomjianAdjust plpython for escape_string_warning.
2006-03-08 Bruce MomjianAdjust PL regression tests for escape_string_warning.
2006-03-08 Bruce MomjianUpdate /contrib regression tests for escape_string_warning.
2006-03-07 Tom LaneFurther examination of ltsReleaseBlock usage shows...
2006-03-07 Tom LaneRepair old performance bug in tuplesort.c/logtape.c...
2006-03-07 Tom LaneTurn off zero_damaged_pages in the right place (ie...
2006-03-07 Bruce MomjianUse SetConfigOption() to turn off "zero_damaged_pages...
2006-03-07 Bruce MomjianBack out comment update about sighup, original was...
2006-03-07 Bruce MomjianProperly set "escape_string_warning" to default to...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-07 Tom Lane'make clean' should NOT remove *~ files.
2006-03-06 Bruce MomjianSGML typo fix.
2006-03-06 Bruce MomjianDefault to ON for 8.2, as announced in the release...
2006-03-06 Bruce MomjianDone though the second is default so off in 8.2:
2006-03-06 Bruce MomjianAttached is the new patch. To summarize:
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-06 Bruce MomjianUpdate comment on how sighup signal affects postgresql...
2006-03-06 Bruce Momjian* Stephen Frost (sfrost@snowman.net) wrote:
2006-03-06 Bruce MomjianThis patch adds native LDAP auth, for those platforms...
2006-03-06 Bruce MomjianAdd:
2006-03-06 Bruce MomjianUpdate item.
2006-03-06 Bruce MomjianAdd for Win32:
2006-03-06 Bruce MomjianAdd WSACancelBlockingCall TODO.detail item.
2006-03-06 Bruce MomjianAdd for ecpg:
2006-03-06 Bruce MomjianFix psql history handling so 'execute' backslash comman...
2006-03-06 Bruce MomjianUpdate:
2006-03-06 Bruce MomjianAdd:
2006-03-06 Bruce MomjianPrevent autovacuum from zeroing damaged pages.
2006-03-06 Bruce Momjianin the docs, the function "ascii(text)" is described as
2006-03-06 Bruce MomjianIn psql, save history of backslash commands used in...
2006-03-05 Neil ConwayPer recent discussion on -hackers, we should sometimes...
2006-03-05 Bruce MomjianAdd:
2006-03-05 Andrew DunstanPrepared queries for PLPerl, plus fixing a small plperl...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-05 Bruce MomjianUpdate to 2006.
2006-03-05 Bruce MomjianDone:
2006-03-05 Bruce MomjianCheck for "msys" so it doesn't use 'con' by checking...
next