| Commit message (Expand) | Author | Age |
* | Use unsigned into for slock_t for pre-sparcv8plus. | Bruce Momjian | 2006-05-18 |
* | Fix choose_bitmap_and() so that partial index predicates are considered when | Tom Lane | 2006-05-18 |
* | When a bitmap indexscan is using a partial index, it is necessary to include | Tom Lane | 2006-05-18 |
* | Allow sparcv8plus to use "cas". | Bruce Momjian | 2006-05-18 |
* | Code alignment fix. | Bruce Momjian | 2006-05-18 |
* | Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexable | Tom Lane | 2006-05-18 |
* | Remove canonicalize_path() call for .pgpass socket directory comparison; | Bruce Momjian | 2006-05-18 |
* | Mention that gcc/sparc generates sparcv7 binaries. | Bruce Momjian | 2006-05-18 |
* | Add more sparcv8plus comments. | Bruce Momjian | 2006-05-18 |
* | Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc. | Bruce Momjian | 2006-05-18 |
* | Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange. | Bruce Momjian | 2006-05-18 |
* | Add comments that Solaris Sun compiler only supports sparc9 ASM, | Bruce Momjian | 2006-05-17 |
* | Change spaces to tabs, for consistency. (Caused by email cut/paste.) | Bruce Momjian | 2006-05-17 |
* | Allow the .pgpass hostname to match the default socket directory, as | Bruce Momjian | 2006-05-17 |
* | Change catalog version due to WAL protocol changes in GiST | Teodor Sigaev | 2006-05-17 |
* | Reduce size of critial section during vacuum full, critical | Teodor Sigaev | 2006-05-17 |
* | Rename macro parameter, for clarity. | Bruce Momjian | 2006-05-17 |
* | Fix the sense of the test on DH_check()'s return value. This was preventing | Tom Lane | 2006-05-12 |
* | Upon closer inspection, the sparc code in s_lock.c is dead code, and | Tom Lane | 2006-05-12 |
* | Fix typo in comment. | Bruce Momjian | 2006-05-11 |
* | Remove unnecessary .seg/.section directives, per Alan Stange. | Tom Lane | 2006-05-11 |
* | Use SQL standard '' rather than \' for tutorial/sample code. | Bruce Momjian | 2006-05-11 |
* | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 |
* | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 |
* | Reduce size of critical section and remove call of user-defined functions in | Teodor Sigaev | 2006-05-10 |
* | Build server libpgport with all non-FRONTEND object files. This is to | Bruce Momjian | 2006-05-08 |
* | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 |
* | Rewrite btree index scans to work a page at a time in all cases (both | Tom Lane | 2006-05-07 |
* | Use $(LIBS:-lpgport=) rather than $(patsubst -lpgport,, $(LIBS)), for consist... | Bruce Momjian | 2006-05-07 |
* | Further minor simplification of relcache startup: don't need a static | Tom Lane | 2006-05-06 |
* | Add SSL CRL support to libpq. Recently added to the backend. | Bruce Momjian | 2006-05-06 |
* | Issue a log message if a CRL file exists and the SSL library does not | Bruce Momjian | 2006-05-06 |
* | Seems some NetBSD 3.0 x86 systems still need float8-small-is-zero, so | Bruce Momjian | 2006-05-05 |
* | On Solaris ASM, / '/' is the comment for x86, while '!' is the comment | Bruce Momjian | 2006-05-05 |
* | Use regression results float8-small-is-zero only for NetBSD < 3.0. | Bruce Momjian | 2006-05-05 |
* | Change Solaris comments from / to !. | Bruce Momjian | 2006-05-05 |
* | Don't try to compile SSL CRL support if local SSL installation hasn't | Tom Lane | 2006-05-04 |
* | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane | 2006-05-04 |
* | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane | 2006-05-04 |
* | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 |
* | Fix typo noticed by Alvaro Herrera | Teodor Sigaev | 2006-05-03 |
* | Fix calculation of plan node extParams to account for the possibility that one | Tom Lane | 2006-05-03 |
* | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 |
* | Suppress some gcc warnings. | Tom Lane | 2006-05-02 |
* | Fix grammar of new error message. | Tom Lane | 2006-05-02 |
* | Add GIN opclases for another types | Teodor Sigaev | 2006-05-02 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Avoid assuming that statistics for a parent relation reflect the properties of | Tom Lane | 2006-05-02 |
* | Provide a namespace.c function for lookup of an operator with exact | Tom Lane | 2006-05-01 |
* | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane | 2006-04-30 |