Age | Commit message (Expand) | Author |
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-05 | 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-04 | 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-03 | 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-02 | Only recycle normal files in pg_xlog as WAL segments. pg_standby creates | Heikki Linnakangas |
2009-06-01 | 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-05-31 | Update obsolete comment in index_drop(). When the comment was written, | Tom Lane |
2009-05-29 | Change macros to make gcc quiet when parsing. | Michael Meskes |
2009-05-28 | When archiving is enabled, rotate the last WAL segment at shutdown so that | Heikki Linnakangas |
2009-05-27 | 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-26 | 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-24 | 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-21 | 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 | Convert some messages to use ngettext(). | Peter Eisentraut |
2009-05-20 | Fix sgml-mode example. thanks Andrew Dunstan | Peter Eisentraut |
2009-05-20 | Removed unsigned/signed mismatches. | Michael Meskes |
2009-05-20 | More variables gcc moans about | Michael Meskes |
2009-05-20 | Removed some unneeded variables and comparisons | Michael Meskes |
2009-05-20 | Silence a gcc compiler warning about non-literal format string with no args | Heikki Linnakangas |
2009-05-19 | 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-18 | Make pwdfMatchesString() a little more careful about matching * fields. | Tom Lane |
2009-05-18 | Add some instructions on how to customize emacs for working on the SGML | Peter Eisentraut |
2009-05-18 | Update SQL conformance entries for window functions functionality | Peter Eisentraut |
2009-05-16 | Improve comments in pg_ident.conf.sample. | Tom Lane |
2009-05-15 | Fix all the server-side SIGQUIT handlers (grumble ... why so many identical | Tom Lane |
2009-05-15 | commit for BETA2REL8_4_BETA2 | Marc G. Fournier |
2009-05-14 | Include recovery_end_command in recovery.conf.sample. | Tom Lane |
2009-05-14 | Translation updates | Alvaro Herrera |
2009-05-14 | Improve a couple of comments. | Tom Lane |