summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian2006-05-061-2/+2
* Issue a log message if a CRL file exists and the SSL library does notBruce Momjian2006-05-061-5/+11
* On Solaris ASM, / '/' is the comment for x86, while '!' is the commentBruce Momjian2006-05-052-4/+10
* Change Solaris comments from / to !.Bruce Momjian2006-05-052-7/+7
* Don't try to compile SSL CRL support if local SSL installation hasn'tTom Lane2006-05-041-1/+3
* Simplify relcache startup sequence. With the new design of InitPostgresTom Lane2006-05-042-53/+48
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-046-387/+421
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-036-183/+97
* Fix typo noticed by Alvaro HerreraTeodor Sigaev2006-05-031-2/+2
* Fix calculation of plan node extParams to account for the possibility that oneTom Lane2006-05-031-10/+29
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-029-302/+201
* Suppress some gcc warnings.Tom Lane2006-05-022-3/+7
* Fix grammar of new error message.Tom Lane2006-05-021-4/+3
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-0221-13/+4601
* Avoid assuming that statistics for a parent relation reflect the properties ofTom Lane2006-05-022-6/+21
* Provide a namespace.c function for lookup of an operator with exactTom Lane2006-05-013-137/+188
* Code review for GRANT CONNECT patch. Spell the privilege as CONNECT notTom Lane2006-04-303-54/+74
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-3019-207/+256
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-303-7/+32
* Revert patch pending more discussion:Bruce Momjian2006-04-303-141/+3
* Remove sema.c, superseded by win32_sema.c.Tom Lane2006-04-292-273/+3
* Disallow changing DEFAULT expression of a SERIAL column.Bruce Momjian2006-04-293-3/+141
* Add Win32 semaphore implementation, rather than mimicking SysVBruce Momjian2006-04-291-0/+195
* Fix s_lock_test to use tas.o file, if needed.Bruce Momjian2006-04-281-2/+6
* Remove the restriction originally coded into optimize_minmax_aggregates() thatTom Lane2006-04-282-25/+5
* Modify Solaris compiler build rules to use the cpp preprocessor, the theBruce Momjian2006-04-281-3/+9
* Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian2006-04-274-121/+52
* Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VARTom Lane2006-04-271-14/+14
* Change log message about vacuuming database name from LOG to DEBUG1.Bruce Momjian2006-04-271-2/+2
* On second thought, keep SSL CRL as a log, and wait for feedback from 8.2.Bruce Momjian2006-04-271-3/+3
* Downgrade SSL CRL file missing message from LOG to DEBUG1.Bruce Momjian2006-04-271-3/+3
* Add support for SSL Certificate Revocation List (CRL) files, root.crl.Bruce Momjian2006-04-271-1/+24
* If we're going to expose VariableStatData for contrib modules to use,Tom Lane2006-04-271-13/+5
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-272-46/+116
* Delay write of pg_stats file to once every five minutes, duringBruce Momjian2006-04-271-12/+109
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-262-206/+4
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-262-3/+182
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-262-85/+45
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-255-8/+113
* The 8.1 planner removes WHERE quals from the plan when the quals areTom Lane2006-04-251-10/+32
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-256-95/+12
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-256-12/+95
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-253-26/+94
* Back out patch, unintended.Bruce Momjian2006-04-241-8/+1
* Done:Bruce Momjian2006-04-241-1/+8
* Improve our private implementation of cbrt() to give results of theTom Lane2006-04-241-2/+13
* Remove compiler warning by casting SNPRINTF() call to void.Bruce Momjian2006-04-241-2/+2
* Don't add a shared dependency on the owner of a composite type in pg_class.Alvaro Herrera2006-04-241-2/+8
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-2216-245/+161
* Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS)Tom Lane2006-04-211-1/+58