summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix filtered_base_yylex() to save and restore base_yylval and base_yyllocTom Lane2007-01-061-5/+21
* Check for ERANGE in exp() as well.Bruce Momjian2007-01-062-5/+7
* Improve dpow() check for ERANGE overflow for HPPA.Bruce Momjian2007-01-061-5/+4
* Put back ERANGE test in dpow(). There are platforms that need this,Tom Lane2007-01-061-7/+10
* Document that we need to update the ecpg regression files when we updateBruce Momjian2007-01-061-0/+1
* Update ecpg regresison output for new library version number.Bruce Momjian2007-01-0540-40/+40
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05864-1725/+1725
* Update copyright script, report year usedBruce Momjian2007-01-051-1/+3
* Modify copyright script to pull current year from `date`.Bruce Momjian2007-01-051-2/+2
* Stamp major release 8.3.0, and increment library version numbers.Bruce Momjian2007-01-059-21/+22
* Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan2007-01-052-4/+81
* Update float dpow() comment about whick platforms had issues with Nan.Bruce Momjian2007-01-051-3/+3
* Fix AddDefine to handle quotes properly. MagnusTom Lane2007-01-041-0/+1
* Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane2007-01-041-1/+15
* Fix some small typos in comments. Greg StarkTom Lane2007-01-043-8/+8
* Simplify assignment of Inf for pow Nan (don't worry about the sign).Bruce Momjian2007-01-041-2/+3
* Fix erroneous implementation of -s in postmaster.c (the switch doesn't takeTom Lane2007-01-043-5/+18
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-033-46/+105
* Update pow() tests to check for both errno==EDOM _and_ result==Nan, andBruce Momjian2007-01-031-18/+12
* Fix erroneous error tests in pow/exp.Tom Lane2007-01-031-4/+3
* Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead ofTom Lane2007-01-036-398/+402
* Attempt to return proper overflow/underflow messages for platforms thatBruce Momjian2007-01-031-6/+23
* For float4/8, remove errno checks for pow() and exp() because only someBruce Momjian2007-01-031-15/+11
* Widen the money type to 64 bits.D'Arcy J.M. Cain2007-01-033-111/+176
* Update expected result for new inet error message wording.Bruce Momjian2007-01-021-4/+4
* Adjust network errmsg("result is out of range") message to be consistentBruce Momjian2007-01-021-3/+3
* Some platforms set errno on pow(), exp() overflow, some do not, so ifBruce Momjian2007-01-021-3/+3