Commit Graph

23995 Commits (92dffbd0297feb93e0985415d01db58162aff6de)
 

Author SHA1 Message Date
Bruce Momjian 92dffbd029 Update to_char("CC") description. 19 years ago
Bruce Momjian a7ffd1a8b1 Update error messsage wording. 19 years ago
Bruce Momjian e6b054c0f5 Update ORDER BY UNION function/exprssion wording (again). 19 years ago
Tom Lane d83235415b Add some notes about the basic mathematical laws that the system presumes 19 years ago
Peter Eisentraut fc568b9d8f Allow for arbitrary data types as content in XMLELEMENT. The original 19 years ago
Michael Meskes 1b1c6ed70a Missed two new files from Joachim's patch. 19 years ago
Michael Meskes 89dad03f8b also adjust MinGW expected file to new setup 19 years ago
Michael Meskes b8f611cf4b Simplified regression handling 19 years ago
Tom Lane 97903c3d94 Fix a performance problem in databases with large numbers of tables 19 years ago
Bruce Momjian 87f6d64149 Update UNION/INTERSECT/EXCEPT ORDER BY error wording for 19 years ago
Bruce Momjian e2fe327013 Improve error wording of ORDER BY in UNION that uses new expressions in 19 years ago
Tom Lane ad429fe314 Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort orders. 19 years ago
Michael Meskes 5b88b85cad Applied Joachim's patch for a --regression option. 19 years ago
Bruce Momjian c0c00ac3b7 Add URL item for psql -c changes: 19 years ago
Bruce Momjian 7b35db0620 Add: 19 years ago
Bruce Momjian f941a12426 Add URL for PQexec() for disallowing multiple queries: 19 years ago
Bruce Momjian 764160dc3d Add: 19 years ago
Bruce Momjian cce09d62a5 Add: 19 years ago
Bruce Momjian a5ec2ec77a Allow Borland CC to compile libpq and psql. 19 years ago
Bruce Momjian 945d0b4b09 Allow Borland CC to compile libpq and psql. 19 years ago
Bruce Momjian 7f1bc239c1 For pg_ctl -w, add reference to additional environment variables and pgpass. 19 years ago
Bruce Momjian ebdee66d5f Remove SGML makefile .SECONDARY tag so html rules will work properly; 19 years ago
Peter Eisentraut c0e977c18f Use libxml's xmlwriter API for producing XML elements, instead of doing 19 years ago
Bruce Momjian f21d5b61ce Improve SGML build rules for non-HTML output, per Peter. 19 years ago
Tom Lane c4e7e675d8 Make sure BYTE_ORDER gets defined in 64-bit builds on Solaris, 19 years ago
Tom Lane a191a169d6 Change the planner-to-executor API so that the planner tells the executor 19 years ago
Neil Conway 5f6d735356 Attached patch fixes two problems: 19 years ago
Neil Conway 840df5156a This patch enables verbose output when building all projects. This is 19 years ago
Bruce Momjian 25d64529b8 Update copyright script to allow spaces around dash. 19 years ago
Bruce Momjian 125d516a7a In SGML Makefile, set proper targets for recursive calls. 19 years ago
Tatsuo Ishii a733d281c0 Update copyright year 19 years ago
Bruce Momjian ff0d8159fe Add: 19 years ago
Bruce Momjian 5b7be582e2 Update the UTF-8 RFC reference. RFC 2044 was obsoleted by RFC 2279, 19 years ago
Bruce Momjian f3a7068a54 Build SGML documention output several times if necessary to have proper 19 years ago
Bruce Momjian 0764f41306 Have log_temp_files be in kilobytes, remove trace call. 19 years ago
Bruce Momjian d64995aa89 Remove trace macro call from new log_temp_files, until it gets more 19 years ago
Bruce Momjian 40f797be03 Enable another five tuple status bits by using the high bits of the 19 years ago
Bruce Momjian ca9213e8fa Done: 19 years ago
Bruce Momjian be8a431881 Add GUC log_temp_files to log the use of temporary files. 19 years ago
Tom Lane 1e0bf9041e Marginal tweaks in the documentation for ORDER BY; in particular point 19 years ago
Tom Lane 69db009163 Add a citation to Seltzer and Yigit's Usenix '91 paper about hash table 19 years ago
Tom Lane 352871c357 Fix vcbuild to allow building without OpenSSL and/or zlib. Magnus 19 years ago
Tom Lane 7d5d06f860 vcbuild documentation from Magnus and Dave. 19 years ago
Bruce Momjian b0452cd87d Done: 19 years ago
Tom Lane 833f9cb7b8 pltcl regression test needs to actually create an opclass, not just one operator. 19 years ago
Tom Lane 4431758229 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST 19 years ago
Peter Eisentraut 3a32ba2f3f Prevent duplicate attribute names in XMLELEMENT. 19 years ago
Tom Lane 19f9376bf4 Tweak joinlist creation to avoid generating useless one-element subproblems 19 years ago
Tom Lane 9a9a143a98 Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid) 19 years ago
Peter Eisentraut d807c7ef3f Some fine-tuning of xmlpi in corner cases: 19 years ago