| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 support for SSL Certificate Revocation List (CRL) files, root.crl. | Bruce Momjian | 2006-04-27 | 1 | -1/+24 |
| * | plpython improvements: | Bruce Momjian | 2006-04-27 | 1 | -10/+231 |
| * | 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 | 3 | -48/+118 |
| * | 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 |
| * | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian | 2006-04-26 | 5 | -214/+32 |
| * | 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 | 4 | -5/+188 |
| * | Allow pg_resetxlog -f to reset pg_control counters using xlog | Bruce Momjian | 2006-04-26 | 1 | -85/+904 |
| * | 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 |
| * | The 8.1 planner removes WHERE quals from the plan when the quals are | Tom Lane | 2006-04-25 | 1 | -10/+32 |
| * | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 11 | -107/+17 |
| * | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 11 | -17/+107 |
| * | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 | 7 | -31/+109 |
| * | Back out patch, unintended. | Bruce Momjian | 2006-04-24 | 1 | -8/+1 |
| * | Done: | Bruce Momjian | 2006-04-24 | 1 | -1/+8 |
| * | 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 |
| * | Suprress compiler warning in gcc 4.2. | Bruce Momjian | 2006-04-24 | 1 | -2/+2 |
| * | Improve our private implementation of cbrt() to give results of the | Tom Lane | 2006-04-24 | 1 | -2/+13 |
| * | Remove compiler warning by casting SNPRINTF() call to void. | Bruce Momjian | 2006-04-24 | 1 | -2/+2 |
| * | Fixed memory leak bugs found by Martijn Oosterhout. | Michael Meskes | 2006-04-24 | 4 | -17/+16 |
| * | Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. | Bruce Momjian | 2006-04-24 | 2 | -4/+2 |
| * | Don't add a shared dependency on the owner of a composite type in pg_class. | Alvaro Herrera | 2006-04-24 | 1 | -2/+8 |
| * | Simplify ParamListInfo data structure to support only numbered parameters, | Tom Lane | 2006-04-22 | 20 | -338/+217 |
| * | Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS) | Tom Lane | 2006-04-21 | 1 | -1/+58 |
| * | Eliminate some no-longer-needed workarounds for palloc's old behavior | Tom Lane | 2006-04-20 | 1 | -37/+21 |
| * | Add "retry another address" log message on statistics collector socket | Bruce Momjian | 2006-04-20 | 1 | -2/+7 |
| * | Ensure that we validate the page header of the first page of a WAL file | Tom Lane | 2006-04-20 | 1 | -2/+29 |
| * | Recognize __ppc64__, which seems to be Apple's spelling of the predefined | Tom Lane | 2006-04-19 | 1 | -3/+3 |
| * | Fix problem that sscanf(buf, "%d", &val) eats leading white space, but | Bruce Momjian | 2006-04-19 | 1 | -20/+37 |
| * | Remove use of lorder and tsort while building static libraries. There's | Tom Lane | 2006-04-19 | 7 | -16/+5 |
| * | Fix ancient memory leak in PQprintTuples(); our code no longer uses this | Tom Lane | 2006-04-19 | 1 | -2/+4 |
| * | Fix a couple of rather-pointless-but-easily-fixed Coverity warnings. | Tom Lane | 2006-04-19 | 2 | -6/+5 |
| * | C code whitespace inprovement for formatting.c. | Bruce Momjian | 2006-04-19 | 1 | -38/+1 |
| * | Document that errors are not output by log_statement (was they were in | Bruce Momjian | 2006-04-18 | 1 | -5/+7 |
| * | Fix the torn-page hazard for PITR base backups by forcing full page writes | Tom Lane | 2006-04-17 | 1 | -78/+156 |
| * | Support the syntax | Tom Lane | 2006-04-15 | 15 | -330/+348 |
| * | Make the world safe for full_page_writes. Allow XLOG records that try to | Tom Lane | 2006-04-14 | 4 | -22/+226 |
| * | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 | 5 | -53/+44 |