aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Modify Solaris compiler build rules to use the cpp preprocessor, the theBruce Momjian2006-04-28
* Darin -> Darwin.Bruce Momjian2006-04-28
* Remove extra 'else' in solaris compiler code.Bruce Momjian2006-04-28
* Remove "volatile" from tas function, per TOm.Bruce Momjian2006-04-28
* Update list of platforms that have a list of exported symbols.Bruce Momjian2006-04-28
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-28
* Add info on pgport linking requirements.Bruce Momjian2006-04-28
* Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64Bruce Momjian2006-04-27
* Fix ltreeparentsel so it actually works ...Tom Lane2006-04-27
* Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VARTom Lane2006-04-27
* Change log message about vacuuming database name from LOG to DEBUG1.Bruce Momjian2006-04-27
* Add to item log_min_error_messages item:Bruce Momjian2006-04-27
* On second thought, keep SSL CRL as a log, and wait for feedback from 8.2.Bruce Momjian2006-04-27
* Downgrade SSL CRL file missing message from LOG to DEBUG1.Bruce Momjian2006-04-27
* Turn off strict aliasing when using AIX xlc compiler.Bruce Momjian2006-04-27
* Revert patch, causing plpython regression failues:Bruce Momjian2006-04-27
* 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