aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Tab alignment cleanup.Bruce Momjian2006-04-27
* Add underscores to SSL CERT macro names, for clarity and consistencyBruce Momjian2006-04-27
* Add SSL include needed for psql, after libpq adjustments.Bruce Momjian2006-04-27
* Add:Bruce Momjian2006-04-27
* Add support for SSL Certificate Revocation List (CRL) files, root.crl.Bruce Momjian2006-04-27
* plpython improvements:Bruce Momjian2006-04-27
* Un-break ltree.Tom Lane2006-04-27
* Change libpq's PQgetssl() to return a void*, rather than SSL *, so thatBruce Momjian2006-04-27
* If we're going to expose VariableStatData for contrib modules to use,Tom Lane2006-04-27
* Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:Bruce Momjian2006-04-27
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-27
* Delay write of pg_stats file to once every five minutes, duringBruce Momjian2006-04-27
* Add tablespace display to psql \l+.Bruce Momjian2006-04-26
* Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT,Bruce Momjian2006-04-26
* Split out pg_freespace views to one for relations and another for pages,Bruce Momjian2006-04-26
* Adjust /contrib/pg_freespace to show index free space as NULL (FSM onlyBruce Momjian2006-04-26
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-26
* In pg_resetxlog.c, uint -> uint32, for Win32 port.Bruce Momjian2006-04-26
* Add missing ControlFile.checkPointCopy.ThisTimeLineID line for 'guess'Bruce Momjian2006-04-26
* Update catalog version for ltree changes.Bruce Momjian2006-04-26
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-26
* Allow pg_resetxlog -f to reset pg_control counters using xlogBruce Momjian2006-04-26
* Done:Bruce Momjian2006-04-26
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-26
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-25
* Adjust SGML spacing.Bruce Momjian2006-04-25
* Back out the rest of the RESET CONNECTION patch.Tom Lane2006-04-25
* The 8.1 planner removes WHERE quals from the plan when the quals areTom Lane2006-04-25
* Remove equals sign from environment variable with not defaults forBruce Momjian2006-04-25
* Make configure environment variable options without defaults not have anBruce Momjian2006-04-25
* Add documentation about configure environment variabbles used.Bruce Momjian2006-04-25
* Call SET varaiables "configuration_parameter"s in the documentation.Bruce Momjian2006-04-25
* Change "parameter" to "varname" in the alter role and alter userBruce Momjian2006-04-25
* I now see we support RESET SESSION AUTHORIZATION, so it seems we have toBruce Momjian2006-04-25
* RESET SESSION is more precise:Bruce Momjian2006-04-25
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-25
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-25
* Update inheritance constraint items:Bruce Momjian2006-04-25
* Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600Tatsuo Ishii2006-04-25
* Done:Bruce Momjian2006-04-25
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-25
* Word wrap entryBruce Momjian2006-04-25
* Update SQL-standard INTERVAL item:Bruce Momjian2006-04-25
* Done;Bruce Momjian2006-04-24
* Back out patch, unintended.Bruce Momjian2006-04-24
* Done:Bruce Momjian2006-04-24
* Suppress more compiler warnings caused by macro tests.Bruce Momjian2006-04-24
* Add one more paren to macro.Bruce Momjian2006-04-24
* Suprress compiler warning in gcc 4.2.Bruce Momjian2006-04-24
* Improve our private implementation of cbrt() to give results of theTom Lane2006-04-24