2007-01-23 |
Bruce Momjian | Print meaningfull error text for abonormal process... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Bruce Momjian | Update my email address in FAQ. |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Tom Lane | Put back planner's ability to cache the results of... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Bruce Momjian | Use errhint() for WIN32 SIGTERM message, where possible. |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Bruce Momjian | Uppercase hex value. |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Bruce Momjian | When system() fails in Win32, report it as an exception... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Bruce Momjian | Update documenation instructions. on how to delete... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Tom Lane | Adjust pgbench so it won't spit up on non-select querie... |
commit | commitdiff | tree | snapshot |
2007-01-22 |
Tom Lane | Add COST and ROWS options to CREATE/ALTER FUNCTION... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Peter Eisentraut | Remove some unused variables |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Peter Eisentraut | Put back libpq link, but make sure that libpq's in... |
commit | commitdiff | tree | snapshot |
2007-01-21 |
Tom Lane | Refactor some lsyscache routines to eliminate duplicate... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bruce Momjian | Add bitmap index URL: |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Tom Lane | Simplify pg_am representation of ordering-capable acces... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bruce Momjian | Add URL for dead space map: |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Neil Conway | Update docs for recent change to setseed() return value. |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Neil Conway | Make setseed() return void, rather than an int4 without... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bruce Momjian | Add documentation of memory and time units to postgresq... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Tom Lane | Don't use 'int' where you mean 'bool'. |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bruce Momjian | Update documentation about postgresqlconf to mention... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Tom Lane | Fix broken markup. |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Neil Conway | List disabled triggers separately in psql's "\d <table... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Tom Lane | Refactor planner's pathkeys data structure to create... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Neil Conway | Refactor the index AM API slightly: move currentItemDat... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Peter Eisentraut | Update build time estimate. |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Peter Eisentraut | Remove remains of old depend target. |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Neil Conway | Regression tests for large objects. Patch from Jeremy... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bruce Momjian | Modify max_fsm_pages in postgresql.conf.sample to show... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Neil Conway | Teach psql's \lo slash commands to respect quiet mode... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bruce Momjian | Document that to remove template1, datistemplate must... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Peter Eisentraut | The libpq library directory was mentioned here in the... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Peter Eisentraut | Only build ecpg test code when the test is to be perfor... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bruce Momjian | Move code that places LOG error level between ERROR... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Peter Eisentraut | Fix xmlconcat regression test |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Peter Eisentraut | Fix xmlconcat by properly merging the XML declarations... |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Bruce Momjian | Add wiki URL: |
commit | commitdiff | tree | snapshot |
2007-01-20 |
Neil Conway | Add missing copyright blurb, make ruleutils.c use the... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Bruce Momjian | Add items: |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Alvaro Herrera | Fix pg_regress breakage for PL and contrib tests, by... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Bruce Momjian | Add URL for: |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Peter Eisentraut | Add support for converting binary values (i.e. bytea... |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Alvaro Herrera | Change the sed rules in the regression test for pg_regr... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Peter Eisentraut | Optionally use xml2-config to detect installation locat... |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Peter Eisentraut | Clean up encoding issues in the xml type: In text mode... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Tom Lane | Add a note pointing out that is_pseudo_constant_clause... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Tom Lane | Extend yesterday's patch so that the bgwriter is also... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Neil Conway | Tweak the width_bucket() regression tests to avoid... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Bruce Momjian | Mark TODO item "autovacuum on by default" as completed. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Tom Lane | Revise bgwriter fsync-request mechanism to improve... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Neil Conway | vcbuild updates from Magnus: |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Neil Conway | Implement width_bucket() for the float8 data type. |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Neil Conway | Minor improvements to the TODO list. Add some URLs... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Tom Lane | Fix incorrect permissions check in information_schema... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alvaro Herrera | Enable autovacuum in the default configuration, per... |
commit | commitdiff | tree | snapshot |
2007-01-16 |
Alvaro Herrera | Arrange for autovacuum to be killed when another operat... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Neil Conway | Correct a minor inaccuracy in the pg_dumpall reference... |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Teodor Sigaev | Fix localization support for multibyte encoding and... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Neil Conway | Add a note to the docs describing NaN's equality and... |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Peter Eisentraut | Fix reverse compilation of IS DOCUMENT expression. |
commit | commitdiff | tree | snapshot |
2007-01-14 |
Alvaro Herrera | Replace unnecessary DISABLE_ZLIB define in pgcrypto... |
commit | commitdiff | tree | snapshot |
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 |
next |