| Commit message (Expand) | Author | Age |
* | 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 |
* | Disallow changing DEFAULT expression of a SERIAL column. | Bruce Momjian | 2006-04-29 |
* | Add Win32 semaphore implementation, rather than mimicking SysV | Bruce Momjian | 2006-04-29 |
* | Solaris tas() uses 'int' now. | Bruce Momjian | 2006-04-29 |
* | Intel compiler has a bug/misoptimization in checking for division by NAN | Bruce Momjian | 2006-04-29 |
* | Fix s_lock_test to use tas.o file, if needed. | Bruce Momjian | 2006-04-28 |
* | Remove the restriction originally coded into optimize_minmax_aggregates() that | Tom Lane | 2006-04-28 |
* | Modify Solaris compiler build rules to use the cpp preprocessor, the the | Bruce Momjian | 2006-04-28 |
* | Darin -> Darwin. | Bruce Momjian | 2006-04-28 |
* | Remove extra 'else' in solaris compiler code. | Bruce Momjian | 2006-04-28 |
* | Remove "volatile" from tas function, per TOm. | Bruce Momjian | 2006-04-28 |
* | Update list of platforms that have a list of exported symbols. | Bruce Momjian | 2006-04-28 |
* | Arrange to strip libpq.so of symbols that aren't officially supposed to | Tom Lane | 2006-04-28 |