| Commit message (Expand) | Author | Age |
* | Add file version information to most installed Windows binaries. | Noah Misch | 2014-07-14 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Remove configure flag --disable-shared, as it is no longer used by any | Bruce Momjian | 2012-08-30 |
* | Improve documentation about MULE encoding. | Tom Lane | 2012-07-04 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Avoid possibly accessing off the end of memory in SJIS2004 conversion. | Tom Lane | 2011-09-06 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | 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 |
* | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Rename some encoding conversion modules to keep pathnames in our source | Tom Lane | 2009-11-04 |
* | 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 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Fix buffer allocations in encoding conversion routines so that they won't | Tom Lane | 2009-02-28 |
* | Support for KOI8U encoding | Peter Eisentraut | 2009-02-10 |
* | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane | 2009-01-29 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Suppress gcc warning about possibly-uninitialized variable. It's not | Tom Lane | 2008-08-29 |
* | Add missing descriptions for aggregates, functions and conversions. | Bruce Momjian | 2008-08-23 |
* | Implement a few changes to how shared libraries and dynamically loadable | Peter Eisentraut | 2008-04-07 |
* | Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the | Heikki Linnakangas | 2008-03-20 |
* | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 |
* | Fix some missed copyright updates. | Tom Lane | 2008-01-01 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix description how to create conversion function. | Tatsuo Ishii | 2007-04-15 |
* | Fix typo in Makefile. | Bruce Momjian | 2007-03-27 |
* | Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, | Tatsuo Ishii | 2007-03-25 |
* | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix gratuitous message spelling differences | Peter Eisentraut | 2006-11-27 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte | Tatsuo Ishii | 2006-03-04 |
* | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 |
* | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 |
* | Throw a warning rather than an error on invalid character from UTF8 to | Bruce Momjian | 2006-02-12 |
* | More uses of IS_HIGHBIT_SET() macro. | Bruce Momjian | 2005-12-26 |
* | I have added these macros to c.h: | Bruce Momjian | 2005-12-25 |
* | Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. | Tatsuo Ishii | 2005-12-23 |
* | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 |