| Commit message (Expand) | Author | Age |
* | Fix get_sort_group_operators() so that it doesn't think arrays can be grouped | Tom Lane | 2009-06-13 |
* | Fix several places where a function was declared static and then defined | Tom Lane | 2009-06-12 |
* | Revisit AlterTableCreateToastTable's API once again, hoping to make it what | Tom Lane | 2009-06-11 |
* | Remove our inadequate kluge that tried to get AIX's various broken versions | Tom Lane | 2009-06-11 |
* | Fix things so that you can still do "select foo()" where foo is a SQL | Tom Lane | 2009-06-11 |
* | Somebody seems to have thought they could get away without checking for | Tom Lane | 2009-06-11 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Translation updates | 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 |
* | 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 xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut | 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 |
* | Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() | Tom Lane | 2009-06-06 |
* | Improve the recently-added support for properly pluralized error messages | Tom Lane | 2009-06-04 |
* | Fix tsquerysel() to not fail on an empty TSQuery. Per report from | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Resort tsvector's lexemes in tsvectorrecv instead of emmiting an error. | Teodor Sigaev | 2009-05-21 |
* | Removed comparison of unsigned expression < 0. | Michael Meskes | 2009-05-21 |
* | Silence a gcc compiler warning about non-literal format string with no args | Heikki Linnakangas | 2009-05-20 |
* | Update relpages and reltuples estimates in stand-alone ANALYZE, even if | Heikki Linnakangas | 2009-05-19 |
* | Fix bug #4814 (wrong subscript in consistent-function call), and add some | Tom Lane | 2009-05-19 |
* | Update SQL conformance entries for window functions functionality | Peter Eisentraut | 2009-05-18 |
* | Improve comments in pg_ident.conf.sample. | Tom Lane | 2009-05-16 |
* | Fix all the server-side SIGQUIT handlers (grumble ... why so many identical | Tom Lane | 2009-05-15 |
* | Include recovery_end_command in recovery.conf.sample. | Tom Lane | 2009-05-14 |
* | Translation updates | Alvaro Herrera | 2009-05-14 |