Commit Graph

20777 Commits (284e4739ef898807202337f830eee38ad7de18fc)
 

Author SHA1 Message Date
Tom Lane 284e4739ef Fix an oversight I introduced on 2003-12-28: find_nots/push_nots should 20 years ago
Tom Lane 80f6c35833 Remove contrib version of pg_autovacuum --- superseded by integrated 20 years ago
Tom Lane 5d5f1a79e6 Clean up a number of autovacuum loose ends. Make the stats collector 20 years ago
Tom Lane 507b758ad9 It appears we need -DSUNOS4_CC for both solaris and sunos4 templates. 20 years ago
Bruce Momjian f387e0615c Add detail: 20 years ago
Bruce Momjian 85e9a5a014 Move reindexdb from /contrib to /bin. 20 years ago
Bruce Momjian 2ea44d1ada Update catversion for dbsize changes. 20 years ago
Bruce Momjian 46c5b4bf5d Remove dbsize mention. 20 years ago
Bruce Momjian 358a897fa1 Move dbsize functions into the backend. New functions: 20 years ago
Bruce Momjian b05801c828 Add mp3 entry to FAQ. 20 years ago
Bruce Momjian 16a23597e3 I've had this small patch in my local tree for a while. It documents 20 years ago
Bruce Momjian 8efe8f7b3e Fix typo. 20 years ago
Bruce Momjian c6b1724c67 Update O_DIRECT comment. 20 years ago
Bruce Momjian 5b63e7b467 Done: 20 years ago
Bruce Momjian c34bb00581 Use O_DIRECT if available when using O_SYNC for wal_sync_method. 20 years ago
Bruce Momjian 722f31f786 Thank you for applying patch --- regexp_replace. 20 years ago
Tom Lane 5d27bf20b4 Make use of new list primitives list_append_unique and list_concat_unique 20 years ago
Bruce Momjian ef85f5fabc Add tab completion syntax for PREPARE 2-phase commit syntax. 20 years ago
Tom Lane a4ca842319 Fix a bunch of bad interactions between partial indexes and the new 20 years ago
Bruce Momjian 3535cb827a Code cleanup. 20 years ago
Neil Conway 95cbfb5c7c Refactor exec_cast_value() and exec_simple_cast_value(): since they do 20 years ago
Neil Conway 525e83bea3 Mark a static array "const" to move a few bytes from the "data" segment 20 years ago
Tom Lane 39850313e2 Remove no-longer-needed hack to add pgsleep.c to regress.so. 20 years ago
Tom Lane a7f8ae32de Put libpgport into OBJS instead of LIBS, so that it gets included 20 years ago
Tom Lane 06e1d62689 Fix a whole bunch of #includes that were either wrong or redundant. 20 years ago
Tom Lane 420cfd0366 Remove some long-dead support for libpgtcl with Tk. 20 years ago
Tom Lane 37bd2aaf28 Fix breakage introduced in plpgsql CONTINUE patch. 20 years ago
Neil Conway f124e820a1 Add some missing SGML markup. 20 years ago
Neil Conway a4c75ece82 Fix a few macro definitions to ensure that unary minus is enclosed in 20 years ago
Neil Conway b98b75eb3b Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro. 20 years ago
Neil Conway a43bbe34ff Avoid crashing pg_dump if we can't connect to the database server, and 20 years ago
Tom Lane 58d214e51f Basic documentation for ROLEs. The user-manag chapter still needs to 20 years ago
Tom Lane 0c2d7e39f9 Minor correction: cause ALTER ROLE role ROLE rolenames to behave 20 years ago
Tom Lane af019fb9ae Add a role property 'rolinherit' which, when false, denotes that the role 20 years ago
Tom Lane f9fd176461 Add pg_has_role() family of privilege inquiry functions modeled after the 20 years ago
Tom Lane e5d6b91220 Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; 20 years ago
Bruce Momjian f5df006a04 Add username for psql password prompt, if the username was specified. 20 years ago
Bruce Momjian 9ad9e694ac Add: 20 years ago
Tom Lane 4a2972d691 Awhile back we replaced all uses of strcasecmp and strncasecmp with 20 years ago
Tom Lane cb504a41b2 Change build of regress.so to use Makefile.shlib instead of depending 20 years ago
Tom Lane ac652466ec Partial fixes for contrib build on AIX: include -lm where needed. 20 years ago
Tom Lane d675226e20 Regenerate badly-obsolete README file. 20 years ago
Tom Lane 4c80071b81 With the interval/day patch, the horology regression test no longer 20 years ago
Tom Lane a8a3c3c4d6 Add variant expected file to cope with different spelling of a Python 20 years ago
Bruce Momjian 8b60f8e6c9 Fix rounding problem in interval_div by using rint(), and improve 20 years ago
Tom Lane c17abc1c54 Fix logic error in tbm_intersect: the intersection of a normal page and 20 years ago
Tom Lane eaa5d52bfe Fix some failures to initialize table entries induced by recent autovacuum 20 years ago
Tom Lane d007a95055 Simple constraint exclusion. For now, only child tables of inheritance 20 years ago
Bruce Momjian 9af9d674c6 Remove unintended code addition. 20 years ago
Bruce Momjian 4098c8867d Macro alignment cleanup. 20 years ago