Commit Graph

20746 Commits (58d214e51fe50b10b4439da6ec263d54c155afbf)
 

Author SHA1 Message Date
Tom Lane 58d214e51f Basic documentation for ROLEs. The user-manag chapter still needs to 21 years ago
Tom Lane 0c2d7e39f9 Minor correction: cause ALTER ROLE role ROLE rolenames to behave 21 years ago
Tom Lane af019fb9ae Add a role property 'rolinherit' which, when false, denotes that the role 21 years ago
Tom Lane f9fd176461 Add pg_has_role() family of privilege inquiry functions modeled after the 21 years ago
Tom Lane e5d6b91220 Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; 21 years ago
Bruce Momjian f5df006a04 Add username for psql password prompt, if the username was specified. 21 years ago
Bruce Momjian 9ad9e694ac Add: 21 years ago
Tom Lane 4a2972d691 Awhile back we replaced all uses of strcasecmp and strncasecmp with 21 years ago
Tom Lane cb504a41b2 Change build of regress.so to use Makefile.shlib instead of depending 21 years ago
Tom Lane ac652466ec Partial fixes for contrib build on AIX: include -lm where needed. 21 years ago
Tom Lane d675226e20 Regenerate badly-obsolete README file. 21 years ago
Tom Lane 4c80071b81 With the interval/day patch, the horology regression test no longer 21 years ago
Tom Lane a8a3c3c4d6 Add variant expected file to cope with different spelling of a Python 21 years ago
Bruce Momjian 8b60f8e6c9 Fix rounding problem in interval_div by using rint(), and improve 21 years ago
Tom Lane c17abc1c54 Fix logic error in tbm_intersect: the intersection of a normal page and 21 years ago
Tom Lane eaa5d52bfe Fix some failures to initialize table entries induced by recent autovacuum 21 years ago
Tom Lane d007a95055 Simple constraint exclusion. For now, only child tables of inheritance 21 years ago
Bruce Momjian 9af9d674c6 Remove unintended code addition. 21 years ago
Bruce Momjian 4098c8867d Macro alignment cleanup. 21 years ago
Bruce Momjian f76f24dfff Improve computations of interval_div to prevent rounding problem on AIX. 21 years ago
Bruce Momjian 3dbbbbf8e9 Andrew pointed out that the current fix didn't handle dates that were 21 years ago
Tom Lane 6c61b0d93c In the stats test, delay for the stats collector to catch up using a 21 years ago
Bruce Momjian 5ddeffb676 Fix AT TIME ZONE for timestamps without time zones: 21 years ago
Bruce Momjian 261026575d Fix AT TIME ZONE for timestamps without time zones: 21 years ago
Tom Lane 4749e914ae Fix insufficient check for overflow in tm2abstime(), per report from jw. 21 years ago
Tom Lane 37c443eefd Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 21 years ago
Bruce Momjian 3758affc9b More removal of unneeded parentheses. 21 years ago
Bruce Momjian ca256f3254 More spacing adjustments 21 years ago
Bruce Momjian 75e5aba7fe Update date/time comments. 21 years ago
Bruce Momjian a07628b070 More minor spacing improvements. 21 years ago
Bruce Momjian d5f1e08c0c Code spacing improvement, particularly *tm spacing. 21 years ago
Bruce Momjian e9c44bd382 More comment update of time macros. 21 years ago
Bruce Momjian e6b72d6af6 Update DAYS_PER_MONTH comment. 21 years ago
Bruce Momjian a0407f508a Add comment about void* use in MemSet. 21 years ago
Bruce Momjian 0e5c62d065 Add: 21 years ago
Bruce Momjian b4bdab8105 Fix integer timestamp build for macro changes. 21 years ago
Bruce Momjian aa0f6e8d06 Add comment marking non-exact time conversion macros. 21 years ago
Bruce Momjian 9dbd00b0e2 Remove unnecessary parentheses in assignments. 21 years ago
Tom Lane 3976899f29 Fix storage size for btree_gist interval indexes. Fix penalty 21 years ago
Bruce Momjian a536b2dd80 Add time/date macros for code clarity: 21 years ago
Tom Lane dc73819f2e Fix breakage of INSTALL document build. 21 years ago
Bruce Momjian a45f4c2533 /contrib/btree_gist adjustments for new 'day' interval value. 21 years ago
Bruce Momjian ddc038cad2 Update catalog version for INTERVAL day addition. 21 years ago
Bruce Momjian db05f4a7eb Add 'day' field to INTERVAL so 1 day interval can be distinguished from 21 years ago
Bruce Momjian 826604f9e6 Fix interval division and multiplication, before: 21 years ago
Neil Conway ca76df425b Documentation tweak: make <command>CREATE OPERATOR CLASS</command> into 21 years ago
Tom Lane 37464a0326 Fix some bogosities in geometric-function documentation: add an entry 21 years ago
Bruce Momjian 507465525e \pset numericsep -> numericlocale. 21 years ago
Bruce Momjian 71d0cabecd Fix len so decimal length is only added when a period appears in the output. 21 years ago
Tom Lane affcb4371c Avoid use of E'', and thereby creating an unnecessary version-dependency, 21 years ago