2007-01-14 |
Peter Eisentraut | Add support for xmlval IS DOCUMENT expression. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Bruce Momjian | Remove completed items, and the last is unwanted: |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Tom Lane | Fix handling of CC (century) format spec in to_date... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Peter Eisentraut | Fix compiler warning |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Peter Eisentraut | Use XML output escaping also in XMLFOREST. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Bruce Momjian | Update to_char("CC") description. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Bruce Momjian | Update error messsage wording. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Bruce Momjian | Update ORDER BY UNION function/exprssion wording (again). |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Tom Lane | Add some notes about the basic mathematical laws that... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Peter Eisentraut | Allow for arbitrary data types as content in XMLELEMENT... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Meskes | Missed two new files from Joachim's patch. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Meskes | also adjust MinGW expected file to new setup |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Michael Meskes | Simplified regression handling |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Tom Lane | Fix a performance problem in databases with large numbe... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | Update UNION/INTERSECT/EXCEPT ORDER BY error wording for |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | Improve error wording of ORDER BY in UNION that uses... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Tom Lane | Teach nodeMergejoin how to handle DESC and/or NULLS... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Michael Meskes | Applied Joachim's patch for a --regression option. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | Add URL item for psql -c changes: |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | Add URL for PQexec() for disallowing multiple queries: |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | Allow Borland CC to compile libpq and psql. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | Allow Borland CC to compile libpq and psql. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | For pg_ctl -w, add reference to additional environment... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Bruce Momjian | Remove SGML makefile .SECONDARY tag so html rules will... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Peter Eisentraut | Use libxml's xmlwriter API for producing XML elements... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Bruce Momjian | Improve SGML build rules for non-HTML output, per Peter. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Tom Lane | Make sure BYTE_ORDER gets defined in 64-bit builds... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Tom Lane | Change the planner-to-executor API so that the planner... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Neil Conway | Attached patch fixes two problems: |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Neil Conway | This patch enables verbose output when building all... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Bruce Momjian | Update copyright script to allow spaces around dash. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Bruce Momjian | In SGML Makefile, set proper targets for recursive... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Tatsuo Ishii | Update copyright year |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bruce Momjian | Update the UTF-8 RFC reference. RFC 2044 was obsoleted... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bruce Momjian | Build SGML documention output several times if necessar... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bruce Momjian | Have log_temp_files be in kilobytes, remove trace call. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bruce Momjian | Remove trace macro call from new log_temp_files, until... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bruce Momjian | Enable another five tuple status bits by using the... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bruce Momjian | Add GUC log_temp_files to log the use of temporary... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Tom Lane | Marginal tweaks in the documentation for ORDER BY;... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Tom Lane | Add a citation to Seltzer and Yigit's Usenix '91 paper... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Tom Lane | Fix vcbuild to allow building without OpenSSL and/or... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Tom Lane | vcbuild documentation from Magnus and Dave. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Tom Lane | pltcl regression test needs to actually create an opcla... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Tom Lane | Support ORDER BY ... NULLS FIRST/LAST, and add ASC... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Peter Eisentraut | Prevent duplicate attribute names in XMLELEMENT. |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Tom Lane | Tweak joinlist creation to avoid generating useless... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Tom Lane | Remove cost_hashjoin's very ancient hack to discourage... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Peter Eisentraut | Some fine-tuning of xmlpi in corner cases: |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Peter Eisentraut | Check and document minimum required version of libxml. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Peter Eisentraut | Indent comments in makefiles better so they don't appea... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Peter Eisentraut | Allow XML fragment to contain a XML declaration. For... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Remove: |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Updates for MONEY data type: |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Apply fix so pow() and exp() ERANGE is used only if... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Already done in 8.2: |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Move INDEX inheritance out into a separate section: |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Allow initdb to specify the pg_xlog directory. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Peter Eisentraut | Replace xmlroot with a properly functioning version... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Tom Lane | Fix filtered_base_yylex() to save and restore base_yylv... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Document problems with release links in early branches. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Check for ERANGE in exp() as well. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Improve dpow() check for ERANGE overflow for HPPA. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Tom Lane | Put back ERANGE test in dpow(). There are platforms... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Bruce Momjian | Document that we need to update the ecpg regression... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Update ecpg regresison output for new library version... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Tom Lane | Minor copy-editing for release note updates. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Update CVS HEAD for 2007 copyright. Back branches... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Update copyright script, report year used |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Modify copyright script to pull current year from ... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Update Japanese FAQ. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Stamp major release 8.3.0, and increment library versio... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Update for release 8.2.1. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Create release notes for all back-branch relases on... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Andrew Dunstan | Call setrlimit if possible in pg_regress to allow core... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Bruce Momjian | Update float dpow() comment about whick platforms had... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Tom Lane | Add missing reference to pg_shdescription. Greg Mullane |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Bruce Momjian | Fix tab to space mention in FAQ_DEV. |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Tom Lane | Fix AddDefine to handle quotes properly. Magnus |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Tom Lane | Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Tom Lane | Fix some small typos in comments. Greg Stark |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Bruce Momjian | Simplify assignment of Inf for pow Nan (don't worry... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Tom Lane | Fix erroneous implementation of -s in postmaster.c... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Tom Lane | Fix regex_fixed_prefix() to cope reasonably well with... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Bruce Momjian | Update pow() tests to check for both errno==EDOM _and_... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Tom Lane | Fix erroneous error tests in pow/exp. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Tom Lane | Fix btree_gist for new larger money type. |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Tom Lane | Clean up smgr.c/md.c APIs as per discussion a couple... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Bruce Momjian | Attempt to return proper overflow/underflow messages... |
commit | commitdiff | tree | snapshot |
2007-01-03 |
Bruce Momjian | For float4/8, remove errno checks for pow() and exp... |
commit | commitdiff | tree | snapshot |
next |