Commit Graph

20753 Commits (06e1d62689d2d3ceca014b46476f81ef2d9ceeac)
 

Author SHA1 Message Date
Tom Lane 06e1d62689 Fix a whole bunch of #includes that were either wrong or redundant. 21 years ago
Tom Lane 420cfd0366 Remove some long-dead support for libpgtcl with Tk. 21 years ago
Tom Lane 37bd2aaf28 Fix breakage introduced in plpgsql CONTINUE patch. 21 years ago
Neil Conway f124e820a1 Add some missing SGML markup. 21 years ago
Neil Conway a4c75ece82 Fix a few macro definitions to ensure that unary minus is enclosed in 21 years ago
Neil Conway b98b75eb3b Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro. 21 years ago
Neil Conway a43bbe34ff Avoid crashing pg_dump if we can't connect to the database server, and 21 years ago
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