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