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