]> granicus.if.org Git - postgresql/shortlog
postgresql
2005-08-12 Bruce Momjian> The attached patch moves a plperl sanity check into...
2005-08-12 Bruce MomjianNo server version of snprintf needed, so remove Makefil...
2005-08-12 Bruce MomjianReverse out changes to canonicalize_path(), per suggest...
2005-08-12 Bruce MomjianModify canonicalize_path() so if we would return a...
2005-08-12 Tom LaneCode & docs review for server instrumentation patch...
2005-08-12 Bruce MomjianAdd markup for GUC mention in docs.
2005-08-12 Tom LaneChange a couple of "can't happen" error messages to...
2005-08-12 Tom LaneRemove BufferBlockPointers array in favor of a base...
2005-08-12 Bruce MomjianAdd files to do read I/O on the cluster directory:
2005-08-12 Bruce MomjianUpdate comments.
2005-08-12 Bruce MomjianDocument why we only handle trailing "..".
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-11 Bruce MomjianFix BSD fseeko to seek from the end of the file.
2005-08-11 Tom LaneEINTR return from connect() should be treated exactly...
2005-08-11 Tom LaneAutovacuum loose end mop-up. Provide autovacuum-specif...
2005-08-11 Bruce MomjianUpdate for new CVS homepage.
2005-08-11 Bruce MomjianMention MD5 function index for indexing long values.
2005-08-11 Bruce MomjianUpdate MD5 mention for long values.
2005-08-11 Bruce MomjianFix canonicalize_path so "../.." isn't stripped off...
2005-08-10 Tom LaneMake new hints follow style guide.
2005-08-10 Bruce MomjianAdd hints to cases where indexes fail because of values...
2005-08-10 Bruce MomjianDocument why Win32 loops over rename/unlink are necessary.
2005-08-10 Bruce MomjianAdd new FAQ information.
2005-08-09 Tom LaneExtend pg_config to be able to report the build-time...
2005-08-09 Tom LaneMake backends that are reading the pgstats file verify...
2005-08-09 Bruce MomjianCombine entries:
2005-08-09 Bruce MomjianDone:
2005-08-09 Bruce MomjianUpdate postgresql.conf to show default ordering for...
2005-08-09 Bruce MomjianRemove unintended file change.
2005-08-09 Bruce MomjianFix ordering of default sync options to match code.
2005-08-09 Bruce MomjianUpdate patches queue URL, description.
2005-08-09 Bruce MomjianDone:
2005-08-09 Bruce MomjianClarify wal_sync_method options in documentation.
2005-08-08 Tom LaneFix crash when reading 'timezone = unknown' from postgr...
2005-08-08 Bruce MomjianDone:
2005-08-08 Tom LaneAvoid useless loop overhead in AtEOXact routines when...
2005-08-08 Tom LaneModify AtEOXact_CatCache and AtEOXact_RelationCache...
2005-08-08 Tom LaneCygwin no longer needs to hack SHLIB_LINK, now that...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-08-07 Tom LaneSet shlib naming convention on Cygwin to 'cygFOO.dll...
2005-08-07 Tom LaneFix count_usable_fds() to stop trying to open files...
2005-08-06 Tom LaneCOPY performance improvements. Avoid calling CopyGetDa...
2005-08-05 Tom LaneActually, this macro had worse problems than a bogus...
2005-08-05 Tom LaneFix misspelled macro name. Doesn't appear to be used...
2005-08-04 Tom LaneALTER TABLE OWNER must change the ownership of the...
2005-08-03 Bruce MomjianDone:
2005-08-02 Tom LaneTweak BgBufferSync() so that a persistent write error...
2005-08-02 Tom LanePrevent planner from including temp tables of other...
2005-08-02 Tom LaneClean up CREATE DATABASE processing to make it more...
2005-08-02 Tom LaneCode and docs review for pg_column_size() patch.
2005-08-02 Tom LaneUse ReadDir() not readdir() so as to have some modicum...
2005-08-02 Tom LaneAdd ERROR_NO_MORE_FILES workaround to check_data_dir...
2005-08-02 Tom Lanermtree() reported the wrong pathname if final rmdir...
2005-08-02 Tom LaneUn-Windows-ify newlines.
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-08-01 Bruce Momjiannor -> or.
2005-08-01 Tom LaneDocumentation for ALTER object SET SCHEMA commands...
2005-08-01 Bruce MomjianDone:
2005-08-01 Bruce MomjianDone:
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-08-01 Bruce MomjianAdd description:
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-31 Bruce MomjianSuggest syntax:
2005-07-31 Bruce MomjianAdd item to sentence:
2005-07-31 Bruce MomjianSpacing improvement.
2005-07-30 Tom LaneFix broken markup and spelling, put paragraph in a...
2005-07-30 Tom LaneUse the standard spelling of the protocol argument...
2005-07-30 Bruce MomjianFix justify_days() for integer datestamp, clean up...
2005-07-30 Bruce MomjianMore vacuum markup fixes. Alvaro
2005-07-30 Bruce MomjianFix VACUUM sgml markup.
2005-07-30 Bruce MomjianPatch to mention cost-based delay in vacuum reference
2005-07-30 Bruce MomjianAdd GUC variables to control keep-alive times for idle...
2005-07-30 Bruce MomjianPlease find attached diffs for documentation and simple...
2005-07-30 Bruce MomjianFix compile for no O_SYNC, but introduced with O_DIRECT.
2005-07-30 Bruce MomjianAdd constraint exclusion items:
2005-07-30 Bruce MomjianAdd:
2005-07-30 Bruce MomjianAdd:
2005-07-30 Bruce MomjianUpdate AIX FAQ.
2005-07-30 Bruce MomjianAdd:
2005-07-30 Bruce MomjianAdd:
2005-07-30 Bruce MomjianClarify:
2005-07-30 Bruce MomjianAdd:
2005-07-30 Bruce MomjianSUNOS4_CC -> SUNOS_CC.
2005-07-30 Bruce MomjianAdd:
2005-07-29 Tom LaneFix an oversight I introduced on 2003-12-28: find_nots...
2005-07-29 Tom LaneRemove contrib version of pg_autovacuum --- superseded...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-29 Tom LaneIt appears we need -DSUNOS4_CC for both solaris and...
2005-07-29 Bruce MomjianAdd detail:
2005-07-29 Bruce MomjianMove reindexdb from /contrib to /bin.
2005-07-29 Bruce MomjianUpdate catversion for dbsize changes.
2005-07-29 Bruce MomjianRemove dbsize mention.
2005-07-29 Bruce MomjianMove dbsize functions into the backend. New functions:
2005-07-29 Bruce MomjianAdd mp3 entry to FAQ.
2005-07-29 Bruce MomjianI've had this small patch in my local tree for a while...
2005-07-29 Bruce MomjianFix typo.
2005-07-29 Bruce MomjianUpdate O_DIRECT comment.
2005-07-29 Bruce MomjianDone:
2005-07-29 Bruce MomjianUse O_DIRECT if available when using O_SYNC for wal_syn...
2005-07-29 Bruce MomjianThank you for applying patch --- regexp_replace.
next