summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tweak the width_bucket() regression tests to avoid an unnecessaryNeil Conway2007-01-172-23/+23
* Revise bgwriter fsync-request mechanism to improve robustness when a tableTom Lane2007-01-172-98/+213
* vcbuild updates from Magnus:Neil Conway2007-01-167-18/+35
* Implement width_bucket() for the float8 data type.Neil Conway2007-01-167-68/+199
* Fix incorrect permissions check in information_schema.key_column_usage view:Tom Lane2007-01-161-5/+5
* Enable autovacuum in the default configuration, per discussion.Alvaro Herrera2007-01-162-5/+5
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-169-23/+59
* Fix reverse compilation of IS DOCUMENT expression.Peter Eisentraut2007-01-141-2/+4
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-1411-11/+156
* Fix handling of CC (century) format spec in to_date/to_char. According toTom Lane2007-01-123-46/+49
* Fix compiler warningPeter Eisentraut2007-01-121-1/+4
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-123-12/+8
* Update error messsage wording.Bruce Momjian2007-01-121-2/+2
* Update ORDER BY UNION function/exprssion wording (again).Bruce Momjian2007-01-121-2/+4
* Add some notes about the basic mathematical laws that the system presumesTom Lane2007-01-121-2/+45
* Allow for arbitrary data types as content in XMLELEMENT. The originalPeter Eisentraut2007-01-125-19/+149
* Missed two new files from Joachim's patch.Michael Meskes2007-01-122-0/+2412
* also adjust MinGW expected file to new setupMichael Meskes2007-01-124-29/+46
* Simplified regression handlingMichael Meskes2007-01-1246-70/+66
* Fix a performance problem in databases with large numbers of tablesTom Lane2007-01-111-28/+59
* Update UNION/INTERSECT/EXCEPT ORDER BY error wording forBruce Momjian2007-01-111-2/+2
* Improve error wording of ORDER BY in UNION that uses new expressions inBruce Momjian2007-01-111-2/+2
* Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort orders.Tom Lane2007-01-111-77/+55
* Applied Joachim's patch for a --regression option.Michael Meskes2007-01-1150-128/+249
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-113-11/+25
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-113-7/+36
* Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut2007-01-103-54/+81
* Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris,Tom Lane2007-01-101-1/+12
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-1025-263/+722
* Attached patch fixes two problems:Neil Conway2007-01-101-2/+4
* This patch enables verbose output when building all projects. This isNeil Conway2007-01-101-1/+1
* Update copyright script to allow spaces around dash.Bruce Momjian2007-01-101-2/+2
* Have log_temp_files be in kilobytes, remove trace call.Bruce Momjian2007-01-092-4/+4
* Remove trace macro call from new log_temp_files, until it gets moreBruce Momjian2007-01-091-2/+1
* Enable another five tuple status bits by using the high bits of theBruce Momjian2007-01-096-34/+44
* Add GUC log_temp_files to log the use of temporary files.Bruce Momjian2007-01-094-4/+34
* Add a citation to Seltzer and Yigit's Usenix '91 paper about hash tableTom Lane2007-01-091-3/+8
* Fix vcbuild to allow building without OpenSSL and/or zlib. MagnusTom Lane2007-01-091-14/+21
* vcbuild documentation from Magnus and Dave.Tom Lane2007-01-091-0/+56
* pltcl regression test needs to actually create an opclass, not just one opera...Tom Lane2007-01-092-0/+131
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-0958-561/+1343
* Prevent duplicate attribute names in XMLELEMENT.Peter Eisentraut2007-01-084-4/+25
* Tweak joinlist creation to avoid generating useless one-element subproblemsTom Lane2007-01-081-6/+27
* Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid)Tom Lane2007-01-081-31/+15
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-076-12/+46
* Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut2007-01-073-7/+10
* Allow XML fragment to contain a XML declaration. For that, we need a smallPeter Eisentraut2007-01-071-7/+127
* Apply fix so pow() and exp() ERANGE is used only if result is not 0.Bruce Momjian2007-01-061-3/+3
* Allow initdb to specify the pg_xlog directory.Bruce Momjian2007-01-061-7/+114
* Replace xmlroot with a properly functioning version that parses the value,Peter Eisentraut2007-01-064-28/+103