summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Turn off strict aliasing when using AIX xlc compiler.Bruce Momjian2006-04-272-3/+60
* Revert patch, causing plpython regression failues:Bruce Momjian2006-04-271-231/+10
* Tab alignment cleanup.Bruce Momjian2006-04-271-5/+5
* Add underscores to SSL CERT macro names, for clarity and consistencyBruce Momjian2006-04-271-10/+10
* Add SSL include needed for psql, after libpq adjustments.Bruce Momjian2006-04-271-1/+4
* Add:Bruce Momjian2006-04-272-2/+6
* Add support for SSL Certificate Revocation List (CRL) files, root.crl.Bruce Momjian2006-04-272-6/+31
* plpython improvements:Bruce Momjian2006-04-271-10/+231
* Un-break ltree.Tom Lane2006-04-271-2/+2
* Change libpq's PQgetssl() to return a void*, rather than SSL *, so thatBruce Momjian2006-04-272-14/+6
* If we're going to expose VariableStatData for contrib modules to use,Tom Lane2006-04-272-17/+19
* Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq:Bruce Momjian2006-04-271-207/+1
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-274-60/+123
* Delay write of pg_stats file to once every five minutes, duringBruce Momjian2006-04-272-14/+121
* Add tablespace display to psql \l+.Bruce Momjian2006-04-261-4/+11
* Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT,Bruce Momjian2006-04-262-2/+6
* Split out pg_freespace views to one for relations and another for pages,Bruce Momjian2006-04-263-64/+337
* Adjust /contrib/pg_freespace to show index free space as NULL (FSM onlyBruce Momjian2006-04-263-50/+71
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-268-221/+230
* In pg_resetxlog.c, uint -> uint32, for Win32 port.Bruce Momjian2006-04-261-3/+3
* Add missing ControlFile.checkPointCopy.ThisTimeLineID line for 'guess'Bruce Momjian2006-04-261-10/+15
* Update catalog version for ltree changes.Bruce Momjian2006-04-261-2/+2
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-265-7/+190
* Allow pg_resetxlog -f to reset pg_control counters using xlogBruce Momjian2006-04-262-101/+926
* Done:Bruce Momjian2006-04-262-4/+4
* Revise large-object access routines to avoid running with CurrentMemoryContextTom Lane2006-04-263-87/+47
* Arrange to cache btree metapage data in the relcache entry for the index,Tom Lane2006-04-256-9/+122
* Adjust SGML spacing.Bruce Momjian2006-04-251-8/+8
* Back out the rest of the RESET CONNECTION patch.Tom Lane2006-04-251-5/+2
* The 8.1 planner removes WHERE quals from the plan when the quals areTom Lane2006-04-251-10/+32
* Remove equals sign from environment variable with not defaults forBruce Momjian2006-04-251-2/+2
* Make configure environment variable options without defaults not have anBruce Momjian2006-04-251-9/+9
* Add documentation about configure environment variabbles used.Bruce Momjian2006-04-251-1/+249
* Call SET varaiables "configuration_parameter"s in the documentation.Bruce Momjian2006-04-254-14/+14
* Change "parameter" to "varname" in the alter role and alter userBruce Momjian2006-04-254-14/+14
* I now see we support RESET SESSION AUTHORIZATION, so it seems we have toBruce Momjian2006-04-252-6/+6
* RESET SESSION is more precise:Bruce Momjian2006-04-252-6/+6
* Back out RESET CONNECTION until there is more discussion.Bruce Momjian2006-04-2512-124/+19
* Add RESET CONNECTION, to reset all aspects of a session.Bruce Momjian2006-04-2512-20/+128
* Update inheritance constraint items:Bruce Momjian2006-04-252-13/+10
* Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600Tatsuo Ishii2006-04-251-2/+4
* Done:Bruce Momjian2006-04-252-4/+4
* Add statement_timestamp(), clock_timestamp(), andBruce Momjian2006-04-259-63/+179
* Word wrap entryBruce Momjian2006-04-252-32/+32
* Update SQL-standard INTERVAL item:Bruce Momjian2006-04-252-17/+48
* Done;Bruce Momjian2006-04-242-4/+4
* Back out patch, unintended.Bruce Momjian2006-04-241-8/+1
* Done:Bruce Momjian2006-04-242-3/+10
* Suppress more compiler warnings caused by macro tests.Bruce Momjian2006-04-241-3/+3
* Add one more paren to macro.Bruce Momjian2006-04-241-2/+2