Age | Commit message (Expand) | Author |
2005-07-26 | Basic documentation for ROLEs. The user-manag chapter still needs to | Tom Lane |
2005-07-26 | Minor correction: cause ALTER ROLE role ROLE rolenames to behave | Tom Lane |
2005-07-26 | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane |
2005-07-26 | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane |
2005-07-25 | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane |
2005-07-25 | Add username for psql password prompt, if the username was specified. | Bruce Momjian |
2005-07-25 | Add: | Bruce Momjian |
2005-07-25 | Awhile back we replaced all uses of strcasecmp and strncasecmp with | Tom Lane |
2005-07-25 | Change build of regress.so to use Makefile.shlib instead of depending | Tom Lane |
2005-07-24 | Partial fixes for contrib build on AIX: include -lm where needed. | Tom Lane |
2005-07-24 | Regenerate badly-obsolete README file. | Tom Lane |
2005-07-24 | With the interval/day patch, the horology regression test no longer | Tom Lane |
2005-07-24 | Add variant expected file to cope with different spelling of a Python | Tom Lane |
2005-07-24 | Fix rounding problem in interval_div by using rint(), and improve | Bruce Momjian |
2005-07-24 | Fix logic error in tbm_intersect: the intersection of a normal page and | Tom Lane |
2005-07-24 | Fix some failures to initialize table entries induced by recent autovacuum | Tom Lane |
2005-07-23 | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane |
2005-07-23 | Remove unintended code addition. | Bruce Momjian |
2005-07-23 | Macro alignment cleanup. | Bruce Momjian |
2005-07-23 | Improve computations of interval_div to prevent rounding problem on AIX. | Bruce Momjian |
2005-07-23 | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian |
2005-07-23 | In the stats test, delay for the stats collector to catch up using a | Tom Lane |
2005-07-23 | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian |
2005-07-22 | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian |
2005-07-22 | Fix insufficient check for overflow in tm2abstime(), per report from jw. | Tom Lane |
2005-07-22 | Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original | Tom Lane |
2005-07-22 | More removal of unneeded parentheses. | Bruce Momjian |
2005-07-22 | More spacing adjustments | Bruce Momjian |
2005-07-22 | Update date/time comments. | Bruce Momjian |
2005-07-22 | More minor spacing improvements. | Bruce Momjian |
2005-07-22 | Code spacing improvement, particularly *tm spacing. | Bruce Momjian |
2005-07-21 | More comment update of time macros. | Bruce Momjian |
2005-07-21 | Update DAYS_PER_MONTH comment. | Bruce Momjian |
2005-07-21 | Add comment about void* use in MemSet. | Bruce Momjian |
2005-07-21 | Add: | Bruce Momjian |
2005-07-21 | Fix integer timestamp build for macro changes. | Bruce Momjian |
2005-07-21 | Add comment marking non-exact time conversion macros. | Bruce Momjian |
2005-07-21 | Remove unnecessary parentheses in assignments. | Bruce Momjian |
2005-07-21 | Fix storage size for btree_gist interval indexes. Fix penalty | Tom Lane |
2005-07-21 | Add time/date macros for code clarity: | Bruce Momjian |
2005-07-20 | Fix breakage of INSTALL document build. | Tom Lane |
2005-07-20 | /contrib/btree_gist adjustments for new 'day' interval value. | Bruce Momjian |
2005-07-20 | Update catalog version for INTERVAL day addition. | Bruce Momjian |
2005-07-20 | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian |
2005-07-20 | Fix interval division and multiplication, before: | Bruce Momjian |
2005-07-19 | Documentation tweak: make <command>CREATE OPERATOR CLASS</command> into | Neil Conway |
2005-07-18 | Fix some bogosities in geometric-function documentation: add an entry | Tom Lane |
2005-07-18 | \pset numericsep -> numericlocale. | Bruce Momjian |
2005-07-18 | Fix len so decimal length is only added when a period appears in the output. | Bruce Momjian |
2005-07-18 | Avoid use of E'', and thereby creating an unnecessary version-dependency, | Tom Lane |