2007-01-26 |
Tom Lane | On Windows, use pgwin32_waitforsinglesocket() instead... |
commit | commitdiff | tree | snapshot |
2007-01-26 |
Neil Conway | Squelch some VC++ compiler warnings. Mark float literal... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Update BSD/OS platform for 8.2. |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Add URL for shrinking tuple to just its headers: |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Update Win32 exception comment. |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Neil Conway | Add a setlocal command to the beginning of build.bat... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Michael Meskes | Removed compiler warning due to unneeded unsigned decla... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Update pg_dumpall -f option description. |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Correction: temp_tablespaces was implemented by Albert... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Reverse out use of Py_RETURN_TRUE in plpython, only... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Peter Eisentraut | Various fixes in the logic of XML functions: |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Add GUC temp_tablespaces to provide a default location... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Properly detoast access to bytea field pg_trigger.tgarg... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Fix for plpython functions; return true/false for... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Add 'output file' option for pg_dumpall, especially... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Remove developers list from TODO list now that we have... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Allow pg_dumpall to specify a database name rather... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Add --tablespaces-only and --roles-only options to... |
commit | commitdiff | tree | snapshot |
2007-01-25 |
Bruce Momjian | Prevent WAL logging when COPY is done in the same trans... |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Bruce Momjian | When using MSVC, disable the building of ecpg if pthrea... |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Tom Lane | Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc... |
commit | commitdiff | tree | snapshot |
2007-01-24 |
Tom Lane | Relax an Assert() that has been found to be too strict... |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Peter Eisentraut | Simplify handling of XML error messages: Just use the... |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Tom Lane | Update xindex.sgml to discuss operator families. |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Tom Lane | Update pg_dump to support dumping operator families. |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Bruce Momjian | Add comment about exception lists in both winnt.h and... |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Alvaro Herrera | This patch is required for vcbuild to work after the... |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Tom Lane | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also... |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Bruce Momjian | Remove newline from error message because URL is gone. |
commit | commitdiff | tree | snapshot |
2007-01-23 |
Bruce Momjian | Back out use of FormatMessage(), does error values... |
commit | commitdiff | tree | snapshot |
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 |
next |