| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SSL CRL support to libpq. Recently added to the backend. | Bruce Momjian | 2006-05-06 | 1 | -2/+2 |
* | Issue a log message if a CRL file exists and the SSL library does not | Bruce Momjian | 2006-05-06 | 1 | -5/+11 |
* | On Solaris ASM, / '/' is the comment for x86, while '!' is the comment | Bruce Momjian | 2006-05-05 | 2 | -4/+10 |
* | Change Solaris comments from / to !. | Bruce Momjian | 2006-05-05 | 2 | -7/+7 |
* | Don't try to compile SSL CRL support if local SSL installation hasn't | Tom Lane | 2006-05-04 | 1 | -1/+3 |
* | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane | 2006-05-04 | 2 | -53/+48 |
* | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane | 2006-05-04 | 6 | -387/+421 |
* | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 | 6 | -183/+97 |
* | Fix typo noticed by Alvaro Herrera | Teodor Sigaev | 2006-05-03 | 1 | -2/+2 |
* | Fix calculation of plan node extParams to account for the possibility that one | Tom Lane | 2006-05-03 | 1 | -10/+29 |
* | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 | 9 | -302/+201 |
* | Suppress some gcc warnings. | Tom Lane | 2006-05-02 | 2 | -3/+7 |
* | Fix grammar of new error message. | Tom Lane | 2006-05-02 | 1 | -4/+3 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 21 | -13/+4601 |
* | Avoid assuming that statistics for a parent relation reflect the properties of | Tom Lane | 2006-05-02 | 2 | -6/+21 |
* | Provide a namespace.c function for lookup of an operator with exact | Tom Lane | 2006-05-01 | 3 | -137/+188 |
* | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane | 2006-04-30 | 3 | -54/+74 |
* | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 19 | -207/+256 |
* | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 | 3 | -7/+32 |
* | Revert patch pending more discussion: | Bruce Momjian | 2006-04-30 | 3 | -141/+3 |
* | Remove sema.c, superseded by win32_sema.c. | Tom Lane | 2006-04-29 | 2 | -273/+3 |
* | Disallow changing DEFAULT expression of a SERIAL column. | Bruce Momjian | 2006-04-29 | 3 | -3/+141 |
* | Add Win32 semaphore implementation, rather than mimicking SysV | Bruce Momjian | 2006-04-29 | 1 | -0/+195 |
* | Fix s_lock_test to use tas.o file, if needed. | Bruce Momjian | 2006-04-28 | 1 | -2/+6 |
* | Remove the restriction originally coded into optimize_minmax_aggregates() that | Tom Lane | 2006-04-28 | 2 | -25/+5 |
* | Modify Solaris compiler build rules to use the cpp preprocessor, the the | Bruce Momjian | 2006-04-28 | 1 | -3/+9 |
* | Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64 | Bruce Momjian | 2006-04-27 | 4 | -121/+52 |
* | Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR | Tom Lane | 2006-04-27 | 1 | -14/+14 |
* | Change log message about vacuuming database name from LOG to DEBUG1. | Bruce Momjian | 2006-04-27 | 1 | -2/+2 |
* | On second thought, keep SSL CRL as a log, and wait for feedback from 8.2. | Bruce Momjian | 2006-04-27 | 1 | -3/+3 |
* | Downgrade SSL CRL file missing message from LOG to DEBUG1. | Bruce Momjian | 2006-04-27 | 1 | -3/+3 |
* | Add support for SSL Certificate Revocation List (CRL) files, root.crl. | Bruce Momjian | 2006-04-27 | 1 | -1/+24 |
* | If we're going to expose VariableStatData for contrib modules to use, | Tom Lane | 2006-04-27 | 1 | -13/+5 |
* | Use schema search path to find the first matching contraint name for SET | Bruce Momjian | 2006-04-27 | 2 | -46/+116 |
* | Delay write of pg_stats file to once every five minutes, during | Bruce Momjian | 2006-04-27 | 1 | -12/+109 |
* | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 | 2 | -206/+4 |
* | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian | 2006-04-26 | 2 | -3/+182 |
* | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane | 2006-04-26 | 2 | -85/+45 |
* | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 | 5 | -8/+113 |
* | The 8.1 planner removes WHERE quals from the plan when the quals are | Tom Lane | 2006-04-25 | 1 | -10/+32 |
* | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 6 | -95/+12 |
* | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 6 | -12/+95 |
* | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 3 | -26/+94 |
* | Back out patch, unintended. | Bruce Momjian | 2006-04-24 | 1 | -8/+1 |
* | Done: | Bruce Momjian | 2006-04-24 | 1 | -1/+8 |
* | Improve our private implementation of cbrt() to give results of the | Tom Lane | 2006-04-24 | 1 | -2/+13 |
* | Remove compiler warning by casting SNPRINTF() call to void. | Bruce Momjian | 2006-04-24 | 1 | -2/+2 |
* | Don't add a shared dependency on the owner of a composite type in pg_class. | Alvaro Herrera | 2006-04-24 | 1 | -2/+8 |
* | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 16 | -245/+161 |
* | Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS) | Tom Lane | 2006-04-21 | 1 | -1/+58 |