| Commit message (Expand) | Author | Age |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Tidy up from frontend Assert change. | Andrew Dunstan | 2012-12-16 |
* | Remove configure flag --disable-shared, as it is no longer used by any | Bruce Momjian | 2012-08-30 |
* | Fix ASCII case in pg_wchar2mule_with_len. | Tom Lane | 2012-07-10 |
* | Fix failure of new wchar->mb functions to advance from pointer. | Robert Haas | 2012-07-05 |
* | Run newly-configured perltidy script on Perl files. | Bruce Momjian | 2012-07-04 |
* | Add wchar -> mb conversion routines. | Robert Haas | 2012-07-04 |
* | Improve documentation about MULE encoding. | Tom Lane | 2012-07-04 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Lots of doc corrections. | Robert Haas | 2012-04-23 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Further improvement of make_greater_string. | Tom Lane | 2011-10-30 |
* | Improve make_greater_string() with encoding-specific incrementers. | Robert Haas | 2011-10-29 |
* | Remove many -Wcast-qual warnings | Peter Eisentraut | 2011-09-11 |
* | Avoid possibly accessing off the end of memory in SJIS2004 conversion. | Tom Lane | 2011-09-06 |
* | Improve "invalid byte sequence for encoding" message | Peter Eisentraut | 2011-09-05 |
* | Fix char2wchar/wchar2char to support collations properly. | Tom Lane | 2011-04-23 |
* | foreach() and list_delete() don't mix. | Tom Lane | 2011-04-17 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Revise the API for GUC variable assign hooks. | Tom Lane | 2011-04-07 |
* | Fix pg_server_to_client, that was broken in the previous commit. | Itagaki Takahiro | 2011-02-21 |
* | Add ENCODING option to COPY TO/FROM and file_fdw. | Itagaki Takahiro | 2011-02-21 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove unnecessary string null-termination in pg_convert. | Itagaki Takahiro | 2010-12-03 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Improved parallel make support | Peter Eisentraut | 2010-11-12 |
* | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander | 2010-09-22 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Replace last remaining $Id$ with $PostgreSQL$. | Tom Lane | 2010-09-19 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 |
* | Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used | Tom Lane | 2010-08-18 |
* | Adjust mbutils.c so it won't get broken by future pgindent runs. | Tom Lane | 2010-07-07 |
* | Undo pgindent breakage (again). Per buildfarm. | Tom Lane | 2010-07-06 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Undo some more pgindent breakage. Per buildfarm. | Tom Lane | 2010-02-27 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Remove personal copyright now that file has been rewritten using | Bruce Momjian | 2010-02-16 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Remove sometimes inaccurate error hint about source of wrongly encoded data. | Andrew Dunstan | 2010-01-04 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane | 2009-11-12 |
* | Rename some encoding conversion modules to keep pathnames in our source | Tom Lane | 2009-11-04 |
* | Fix typo in previous release as reported by Itagaki Takahiro, but missed | Magnus Hagander | 2009-10-17 |
* | Write to the Windows eventlog in UTF16, converting the message encoding | Magnus Hagander | 2009-10-17 |
* | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 |
* | Expand test coverage support to entire tree | Peter Eisentraut | 2009-08-07 |
* | Don't use 'return' where you should use 'PG_RETURN_xxx'. | Tom Lane | 2009-07-07 |
* | More sensible character_octet_length | Peter Eisentraut | 2009-07-07 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |