]> granicus.if.org Git - postgresql/history - src
Add statement_timestamp(), clock_timestamp(), and
[postgresql] / src /
2006-04-25 Bruce MomjianAdd statement_timestamp(), clock_timestamp(), and
2006-04-24 Bruce MomjianBack out patch, unintended.
2006-04-24 Bruce MomjianDone:
2006-04-24 Bruce MomjianSuppress more compiler warnings caused by macro tests.
2006-04-24 Bruce MomjianAdd one more paren to macro.
2006-04-24 Bruce MomjianSuprress compiler warning in gcc 4.2.
2006-04-24 Tom LaneImprove our private implementation of cbrt() to give...
2006-04-24 Bruce MomjianRemove compiler warning by casting SNPRINTF() call...
2006-04-24 Michael MeskesFixed memory leak bugs found by Martijn Oosterhout.
2006-04-24 Bruce MomjianFixes for BCC 5.5 compile of libpq. Backpatch to 8...
2006-04-24 Alvaro HerreraDon't add a shared dependency on the owner of a composi...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-21 Tom LaneAdd some optional code (conditionally compiled under...
2006-04-20 Tom LaneEliminate some no-longer-needed workarounds for palloc...
2006-04-20 Bruce MomjianAdd "retry another address" log message on statistics...
2006-04-20 Tom LaneEnsure that we validate the page header of the first...
2006-04-19 Tom LaneRecognize __ppc64__, which seems to be Apple's spelling...
2006-04-19 Bruce MomjianFix problem that sscanf(buf, "%d", &val) eats leading...
2006-04-19 Tom LaneRemove use of lorder and tsort while building static...
2006-04-19 Tom LaneFix ancient memory leak in PQprintTuples(); our code...
2006-04-19 Tom LaneFix a couple of rather-pointless-but-easily-fixed Cover...
2006-04-19 Bruce MomjianC code whitespace inprovement for formatting.c.
2006-04-18 Bruce MomjianDocument that errors are not output by log_statement...
2006-04-17 Tom LaneFix the torn-page hazard for PITR base backups by forci...
2006-04-15 Tom LaneSupport the syntax
2006-04-14 Tom LaneMake the world safe for full_page_writes. Allow XLOG...
2006-04-14 Tom LaneRepair a low-probability race condition identified...
2006-04-13 Tom LaneFix similar_escape() so that SIMILAR TO works properly...
2006-04-13 Tom LaneFix an ancient oversight in btree xlog replay. When...
2006-04-12 Tom LaneFix pg_restore -n option to do what the man page says...
2006-04-11 Neil ConwayFix typo.
2006-04-10 Tom LaneSuppress unused-variable warning on platforms without...
2006-04-09 Tom LaneFix another const-decoration mismatch, per Magnus.
2006-04-09 Bruce MomjianAdd comment for why we recompile pgport C files.
2006-04-09 Tom LaneSuppress a couple of minor compiler warnings, per Magnus.
2006-04-09 Tom LaneRevert my best_inner_indexscan patch of yesterday,...
2006-04-08 Tom LaneFix best_inner_indexscan to actually enforce that an...
2006-04-08 Tom LaneFix EXPLAIN so that it can drill down through multiple...
2006-04-07 Tom LaneFix pg_dumpall to do something sane when a pre-8.1...
2006-04-07 Tom LaneFix make_restrictinfo_from_bitmapqual() to preserve...
2006-04-06 Tom LaneRemove the pgstats logic for delaying destruction of...
2006-04-06 Peter EisentrautBuild src/test/regress/README during tarball making...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-04-05 Peter EisentrautWhen merging PO files, take into consideration translat...
2006-04-05 Tom LaneAdd a field to the first page of each WAL file to indic...
2006-04-04 Tom LaneDon't use BLCKSZ for the physical length of the pg_cont...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-04-03 Tom LaneDefine a separately configurable XLOG_BLCKSZ symbol...
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-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-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 postmaster...
2006-03-17 Tom LaneFix bug introduced into mergejoin logic by performance...
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-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 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 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-07 Tom LaneFurther examination of ltsReleaseBlock usage shows...
next