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