]> granicus.if.org Git - postgresql/history - src
Make new hints follow style guide.
[postgresql] / src /
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-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 MomjianUpdate postgresql.conf to show default ordering for...
2005-08-09 Bruce MomjianRemove unintended file change.
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 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-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 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
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 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 MomjianSUNOS4_CC -> SUNOS_CC.
2005-07-29 Tom LaneFix an oversight I introduced on 2003-12-28: find_nots...
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 MomjianMove reindexdb from /contrib to /bin.
2005-07-29 Bruce MomjianUpdate catversion for dbsize changes.
2005-07-29 Bruce MomjianMove dbsize functions into the backend. New functions:
2005-07-29 Bruce MomjianFix typo.
2005-07-29 Bruce MomjianUpdate O_DIRECT comment.
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.
2005-07-28 Tom LaneMake use of new list primitives list_append_unique...
2005-07-28 Bruce MomjianAdd tab completion syntax for PREPARE 2-phase commit...
2005-07-28 Tom LaneFix a bunch of bad interactions between partial indexes...
2005-07-28 Bruce MomjianCode cleanup.
2005-07-28 Neil ConwayRefactor exec_cast_value() and exec_simple_cast_value...
2005-07-28 Neil ConwayMark a static array "const" to move a few bytes from...
2005-07-28 Tom LaneRemove no-longer-needed hack to add pgsleep.c to regres...
2005-07-28 Tom LanePut libpgport into OBJS instead of LIBS, so that it...
2005-07-28 Tom LaneFix a whole bunch of #includes that were either wrong...
2005-07-28 Tom LaneRemove some long-dead support for libpgtcl with Tk.
2005-07-28 Tom LaneFix breakage introduced in plpgsql CONTINUE patch.
2005-07-27 Neil ConwayFix a few macro definitions to ensure that unary minus...
2005-07-27 Neil ConwayRemove MMCacheLock -- it is no longer used. Per ITAGAKI...
2005-07-27 Neil ConwayAvoid crashing pg_dump if we can't connect to the datab...
2005-07-26 Tom LaneMinor correction: cause ALTER ROLE role ROLE rolenames...
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-07-26 Tom LaneAdd pg_has_role() family of privilege inquiry functions...
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
2005-07-25 Bruce MomjianAdd username for psql password prompt, if the username...
2005-07-25 Tom LaneAwhile back we replaced all uses of strcasecmp and...
2005-07-25 Tom LaneChange build of regress.so to use Makefile.shlib instea...
2005-07-24 Tom LanePartial fixes for contrib build on AIX: include -lm...
2005-07-24 Tom LaneRegenerate badly-obsolete README file.
2005-07-24 Tom LaneAdd variant expected file to cope with different spelli...
2005-07-24 Bruce MomjianFix rounding problem in interval_div by using rint...
2005-07-24 Tom LaneFix logic error in tbm_intersect: the intersection...
2005-07-24 Tom LaneFix some failures to initialize table entries induced...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-07-23 Bruce MomjianRemove unintended code addition.
2005-07-23 Bruce MomjianMacro alignment cleanup.
2005-07-23 Bruce MomjianImprove computations of interval_div to prevent roundin...
2005-07-23 Bruce MomjianAndrew pointed out that the current fix didn't handle...
2005-07-23 Tom LaneIn the stats test, delay for the stats collector to...
2005-07-23 Bruce MomjianFix AT TIME ZONE for timestamps without time zones:
2005-07-22 Bruce MomjianFix AT TIME ZONE for timestamps without time zones:
2005-07-22 Tom LaneFix insufficient check for overflow in tm2abstime(...
2005-07-22 Tom LaneFix compare_fuzzy_path_costs() to behave a bit more...
2005-07-22 Bruce MomjianMore removal of unneeded parentheses.
2005-07-22 Bruce MomjianMore spacing adjustments
2005-07-22 Bruce MomjianUpdate date/time comments.
2005-07-22 Bruce MomjianMore minor spacing improvements.
2005-07-22 Bruce MomjianCode spacing improvement, particularly *tm spacing.
2005-07-21 Bruce MomjianMore comment update of time macros.
2005-07-21 Bruce MomjianUpdate DAYS_PER_MONTH comment.
2005-07-21 Bruce MomjianAdd comment about void* use in MemSet.
2005-07-21 Bruce MomjianFix integer timestamp build for macro changes.
2005-07-21 Bruce MomjianAdd comment marking non-exact time conversion macros.
2005-07-21 Bruce MomjianRemove unnecessary parentheses in assignments.
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-20 Bruce MomjianUpdate catalog version for INTERVAL day addition.
2005-07-20 Bruce MomjianAdd 'day' field to INTERVAL so 1 day interval can be...
2005-07-20 Bruce MomjianFix interval division and multiplication, before:
2005-07-18 Bruce Momjian\pset numericsep -> numericlocale.
2005-07-18 Bruce MomjianFix len so decimal length is only added when a period...
next