| Commit message (Expand) | Author | Age |
* | 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 |
* | Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr> | Teodor Sigaev | 2006-05-10 |
* | Reduce size of critical section and remove call of user-defined functions in | Teodor Sigaev | 2006-05-10 |
* | Revert documentation mention of array dimension checking, in next paragraph. | Bruce Momjian | 2006-05-09 |
* | Mention array dimmensions are not enforced either. | Bruce Momjian | 2006-05-09 |
* | 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 |
* | Add description: | Bruce Momjian | 2006-05-06 |
* | Recommend more clearly custom pg_dump format over tar, buy showing | Bruce Momjian | 2006-05-06 |
* | Document SSL CRL usage by libpq. | Bruce Momjian | 2006-05-06 |
* | 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 |
* | Update standards URL. | Bruce Momjian | 2006-05-05 |
* | Add/ cleanup: | Bruce Momjian | 2006-05-05 |
* | Don't try to compile SSL CRL support if local SSL installation hasn't | Tom Lane | 2006-05-04 |
* | Code review for contrib/pg_freespacemap. Add a storedpages column to | 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 |
* | Make GIN opclass worked with intarray extensions | Teodor Sigaev | 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 |
* | Fix broken markup. | 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 |
* | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 |
* | Done: | Bruce Momjian | 2006-04-30 |
* | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 |
* | Add question mark: | Bruce Momjian | 2006-04-30 |
* | Revert patch pending more discussion: | Bruce Momjian | 2006-04-30 |
* | Remove sema.c, superseded by win32_sema.c. | Tom Lane | 2006-04-29 |
* | Rearrange some configure.in comments for better readability. | Tom Lane | 2006-04-29 |
* | We only need to add thread.c on non-WIN32 platforms, since get_home_path | Tom Lane | 2006-04-29 |
* | Done: | Bruce Momjian | 2006-04-29 |