| Commit message (Expand) | Author | Age |
* | Modify Solaris compiler build rules to use the cpp preprocessor, the the | Bruce Momjian | 2006-04-28 |
* | Darin -> Darwin. | Bruce Momjian | 2006-04-28 |
* | Remove extra 'else' in solaris compiler code. | Bruce Momjian | 2006-04-28 |
* | Remove "volatile" from tas function, per TOm. | Bruce Momjian | 2006-04-28 |
* | Update list of platforms that have a list of exported symbols. | Bruce Momjian | 2006-04-28 |
* | Arrange to strip libpq.so of symbols that aren't officially supposed to | Tom Lane | 2006-04-28 |
* | Add info on pgport linking requirements. | Bruce Momjian | 2006-04-28 |
* | Rewrite Solaris compiler tas() assembly routines, merge i386 and x86_64 | Bruce Momjian | 2006-04-27 |
* | Fix ltreeparentsel so it actually works ... | Tom Lane | 2006-04-27 |
* | Generalize mcv_selectivity() to support both VAR OP CONST and CONST OP VAR | Tom Lane | 2006-04-27 |
* | Change log message about vacuuming database name from LOG to DEBUG1. | Bruce Momjian | 2006-04-27 |
* | Add to item log_min_error_messages item: | Bruce Momjian | 2006-04-27 |
* | On second thought, keep SSL CRL as a log, and wait for feedback from 8.2. | Bruce Momjian | 2006-04-27 |
* | Downgrade SSL CRL file missing message from LOG to DEBUG1. | Bruce Momjian | 2006-04-27 |
* | Turn off strict aliasing when using AIX xlc compiler. | Bruce Momjian | 2006-04-27 |
* | Revert patch, causing plpython regression failues: | Bruce Momjian | 2006-04-27 |
* | Tab alignment cleanup. | Bruce Momjian | 2006-04-27 |
* | Add underscores to SSL CERT macro names, for clarity and consistency | Bruce Momjian | 2006-04-27 |
* | Add SSL include needed for psql, after libpq adjustments. | Bruce Momjian | 2006-04-27 |
* | Add: | Bruce Momjian | 2006-04-27 |
* | Add support for SSL Certificate Revocation List (CRL) files, root.crl. | Bruce Momjian | 2006-04-27 |
* | plpython improvements: | Bruce Momjian | 2006-04-27 |
* | Un-break ltree. | Tom Lane | 2006-04-27 |
* | Change libpq's PQgetssl() to return a void*, rather than SSL *, so that | Bruce Momjian | 2006-04-27 |
* | If we're going to expose VariableStatData for contrib modules to use, | Tom Lane | 2006-04-27 |
* | Remove unused function SSL_CTX_set_tmp_dh_callback() from libpq: | Bruce Momjian | 2006-04-27 |
* | Use schema search path to find the first matching contraint name for SET | Bruce Momjian | 2006-04-27 |
* | Delay write of pg_stats file to once every five minutes, during | Bruce Momjian | 2006-04-27 |
* | Add tablespace display to psql \l+. | Bruce Momjian | 2006-04-26 |
* | Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT, | Bruce Momjian | 2006-04-26 |
* | Split out pg_freespace views to one for relations and another for pages, | Bruce Momjian | 2006-04-26 |
* | Adjust /contrib/pg_freespace to show index free space as NULL (FSM only | Bruce Momjian | 2006-04-26 |
* | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 |
* | In pg_resetxlog.c, uint -> uint32, for Win32 port. | Bruce Momjian | 2006-04-26 |
* | Add missing ControlFile.checkPointCopy.ThisTimeLineID line for 'guess' | Bruce Momjian | 2006-04-26 |
* | Update catalog version for ltree changes. | Bruce Momjian | 2006-04-26 |
* | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian | 2006-04-26 |
* | Allow pg_resetxlog -f to reset pg_control counters using xlog | Bruce Momjian | 2006-04-26 |
* | Done: | Bruce Momjian | 2006-04-26 |
* | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane | 2006-04-26 |
* | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 |
* | Adjust SGML spacing. | Bruce Momjian | 2006-04-25 |
* | Back out the rest of the RESET CONNECTION patch. | Tom Lane | 2006-04-25 |
* | The 8.1 planner removes WHERE quals from the plan when the quals are | Tom Lane | 2006-04-25 |
* | Remove equals sign from environment variable with not defaults for | Bruce Momjian | 2006-04-25 |
* | Make configure environment variable options without defaults not have an | Bruce Momjian | 2006-04-25 |
* | Add documentation about configure environment variabbles used. | Bruce Momjian | 2006-04-25 |
* | Call SET varaiables "configuration_parameter"s in the documentation. | Bruce Momjian | 2006-04-25 |
* | Change "parameter" to "varname" in the alter role and alter user | Bruce Momjian | 2006-04-25 |
* | I now see we support RESET SESSION AUTHORIZATION, so it seems we have to | Bruce Momjian | 2006-04-25 |