| Commit message (Expand) | Author | Age |
* | Clarify error message | Peter Eisentraut | 2009-06-10 |
* | Improve capitalization and punctuation in recently added GiST message. | Peter Eisentraut | 2009-06-10 |
* | Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan | Tom Lane | 2009-06-10 |
* | Fix cash_in() to behave properly in locales where frac_digits is zero, | Tom Lane | 2009-06-10 |
* | Fix Linux typedef code. | Bruce Momjian | 2009-06-10 |
* | Correct/improve the datetime_precision field in the information schema. | Peter Eisentraut | 2009-06-10 |
* | Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input | Tom Lane | 2009-06-10 |
* | Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report from | Tom Lane | 2009-06-10 |
* | Fix BSD find_typedef logic. | Bruce Momjian | 2009-06-10 |
* | Update pgindent instructions. | Bruce Momjian | 2009-06-10 |
* | Document new location for typedef list. | Bruce Momjian | 2009-06-10 |
* | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut | 2009-06-09 |
* | Mark internal_in as not strict, so that the construct "null::internal" | Tom Lane | 2009-06-09 |
* | Fix typo, per Tom | Alvaro Herrera | 2009-06-09 |
* | Switch order of tests to avoid possible Assert failure for | Tom Lane | 2009-06-09 |
* | Dynamically set a lower bound on autovacuum nap time so that we don't rebuild | Alvaro Herrera | 2009-06-09 |
* | Fix failure to double-quote function argument names when needed, in | Tom Lane | 2009-06-09 |
* | Fix map_sql_table_to_xmlschema() with dropped attributes. | Peter Eisentraut | 2009-06-08 |
* | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane | 2009-06-06 |
* | Move variable declaration to avoid 'unused variable' warning when the | Tom Lane | 2009-06-06 |
* | Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() | Tom Lane | 2009-06-06 |
* | Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and... | Andrew Dunstan | 2009-06-05 |
* | GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros | Tom Lane | 2009-06-05 |
* | Search for versioned perl library instead of using hardcoded name on Windows.... | Andrew Dunstan | 2009-06-05 |
* | Trivial code style cleanup around a couple of ngettext calls. | Tom Lane | 2009-06-04 |
* | Remove a couple of debugging messages that have been #ifdef'd out for ages. | Tom Lane | 2009-06-04 |
* | Improve the recently-added support for properly pluralized error messages | Tom Lane | 2009-06-04 |
* | Initialise perl library as documented in perl API. Backpatch to release 7.4. | Andrew Dunstan | 2009-06-04 |
* | Clean up ecpg's use of mmerror(): const-ify the format argument, add an | Tom Lane | 2009-06-03 |
* | Fix tsquerysel() to not fail on an empty TSQuery. Per report from | Tom Lane | 2009-06-03 |
* | Change rather bizarre code ordering in get_id(). This isn't strictly | Tom Lane | 2009-06-03 |
* | Improve comment about 'if (1)' hack in copy.c macros. | Tom Lane | 2009-06-03 |
* | Add comment about why "((void) 0)" is used in copy macros. | Bruce Momjian | 2009-06-03 |
* | Only recycle normal files in pg_xlog as WAL segments. pg_standby creates | Heikki Linnakangas | 2009-06-02 |
* | Change AdjustIntervalForTypmod to not discard higher-order field values on the | Tom Lane | 2009-06-01 |
* | Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, | Tom Lane | 2009-06-01 |
* | Update obsolete comment in index_drop(). When the comment was written, | Tom Lane | 2009-05-31 |
* | Change macros to make gcc quiet when parsing. | Michael Meskes | 2009-05-29 |
* | When archiving is enabled, rotate the last WAL segment at shutdown so that | Heikki Linnakangas | 2009-05-28 |
* | Properly return the usermap result when doing gssapi authentication. Without | Magnus Hagander | 2009-05-27 |
* | Fix to use the same format specifiers in both branches of a ngettext(). | Peter Eisentraut | 2009-05-27 |
* | Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of | Tom Lane | 2009-05-27 |
* | Fix compiler warnings on Sun Studio of the sort | Peter Eisentraut | 2009-05-27 |
* | Reverting patch just in case a compiler treats this enum as signed. | Michael Meskes | 2009-05-27 |
* | Allow the second argument of pg_get_expr() to be just zero when deparsing | Tom Lane | 2009-05-26 |
* | Remove the useless and rather inconsistent return values of EncodeDateOnly, | Tom Lane | 2009-05-26 |
* | Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly. | Tom Lane | 2009-05-26 |
* | Add range checks to time_recv() and timetz_recv(), to prevent binary input | Tom Lane | 2009-05-26 |
* | Use more-portable coding for the check on handing out the last available | Tom Lane | 2009-05-24 |
* | Fix LIKE's special-case code for % followed by _. I'm not entirely sure that | Tom Lane | 2009-05-24 |