Commit Graph

20767 Commits (16a23597e33ccdb0c19a1f6caa79736d197dc6d7)
 

Author SHA1 Message Date
Bruce Momjian 16a23597e3 I've had this small patch in my local tree for a while. It documents 21 years ago
Bruce Momjian 8efe8f7b3e Fix typo. 21 years ago
Bruce Momjian c6b1724c67 Update O_DIRECT comment. 21 years ago
Bruce Momjian 5b63e7b467 Done: 21 years ago
Bruce Momjian c34bb00581 Use O_DIRECT if available when using O_SYNC for wal_sync_method. 21 years ago
Bruce Momjian 722f31f786 Thank you for applying patch --- regexp_replace. 21 years ago
Tom Lane 5d27bf20b4 Make use of new list primitives list_append_unique and list_concat_unique 21 years ago
Bruce Momjian ef85f5fabc Add tab completion syntax for PREPARE 2-phase commit syntax. 21 years ago
Tom Lane a4ca842319 Fix a bunch of bad interactions between partial indexes and the new 21 years ago
Bruce Momjian 3535cb827a Code cleanup. 21 years ago
Neil Conway 95cbfb5c7c Refactor exec_cast_value() and exec_simple_cast_value(): since they do 21 years ago
Neil Conway 525e83bea3 Mark a static array "const" to move a few bytes from the "data" segment 21 years ago
Tom Lane 39850313e2 Remove no-longer-needed hack to add pgsleep.c to regress.so. 21 years ago
Tom Lane a7f8ae32de Put libpgport into OBJS instead of LIBS, so that it gets included 21 years ago
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