| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2023 | Bruce Momjian | 2023-01-02 | 1 | -1/+1 |
| * | Update copyright for 2022 | Bruce Momjian | 2022-01-07 | 1 | -1/+1 |
| * | Update copyright for 2021 | Bruce Momjian | 2021-01-02 | 1 | -1/+1 |
| * | Update copyrights for 2020 | Bruce Momjian | 2020-01-01 | 1 | -1/+1 |
| * | Remove dead encoding-conversion functions. | Tom Lane | 2019-07-05 | 1 | -2/+2 |
| * | Move the built-in conversions into the initial catalog data. | Tom Lane | 2019-01-03 | 1 | -174/+5 |
| * | Fix more things to be parallel-safe. | Robert Haas | 2016-05-03 | 1 | -1/+1 |
| * | Remove some ancient and unmaintained encoding-conversion test cruft. | Tom Lane | 2016-01-05 | 1 | -20/+0 |
| * | Use just one standalone-backend session for initdb's post-bootstrap steps. | Tom Lane | 2015-12-17 | 1 | -0/+1 |
| * | Remove configure flag --disable-shared, as it is no longer used by any | Bruce Momjian | 2012-08-30 | 1 | -4/+0 |
| * | Improved parallel make support | Peter Eisentraut | 2010-11-12 | 1 | -4/+2 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut | 2010-08-19 | 1 | -2/+1 |
| * | Rename some encoding conversion modules to keep pathnames in our source | Tom Lane | 2009-11-04 | 1 | -9/+9 |
| * | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 | 1 | -2/+2 |
| * | Expand test coverage support to entire tree | Peter Eisentraut | 2009-08-07 | 1 | -6/+6 |
| * | Support for KOI8U encoding | Peter Eisentraut | 2009-02-10 | 1 | -1/+3 |
| * | Add missing descriptions for aggregates, functions and conversions. | Bruce Momjian | 2008-08-23 | 1 | -1/+3 |
| * | Catch all errors in for and while loops in makefiles. Don't ignore any | Peter Eisentraut | 2008-03-18 | 1 | -4/+6 |
| * | Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, | Tatsuo Ishii | 2007-03-25 | 1 | -4/+10 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -2/+2 |
| * | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 | 1 | -18/+26 |
| * | Allow installation into directories containing spaces in the name. | Peter Eisentraut | 2005-12-09 | 1 | -4/+4 |
| * | Alter the signature for encoding conversion functions to declare the | Tom Lane | 2005-05-03 | 1 | -2/+2 |
| * | Add support for Win1252 encoding. | Bruce Momjian | 2005-03-14 | 1 | -8/+10 |
| * | Rename canonical encodings, per Peter: | Bruce Momjian | 2005-03-07 | 1 | -74/+74 |
| * | If we don't have shared libraries, we don't have conversions. Make | Tom Lane | 2004-01-21 | 1 | -1/+5 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix uninstall target. | Peter Eisentraut | 2003-08-23 | 1 | -4/+4 |
| * | Conversion functions must be STRICT to prevent them from getting null inputs. | Tom Lane | 2003-08-08 | 1 | -2/+2 |
| * | Tweak conversion names to follow the established naming scheme, and | Peter Eisentraut | 2002-09-24 | 1 | -35/+35 |
| * | Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during | Tom Lane | 2002-09-04 | 1 | -9/+9 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -2/+2 |
| * | Add Cyrillic and other encodings for encoding conversion. | Tatsuo Ishii | 2002-08-14 | 1 | -60/+113 |
| * | Add SQL99 CONVERT() function. | Tatsuo Ishii | 2002-08-06 | 1 | -6/+26 |
| * | Create directory before installing files. | Peter Eisentraut | 2002-07-18 | 1 | -3/+6 |
| * | Add conversion procs for CREATE CONVERSION | Tatsuo Ishii | 2002-07-16 | 1 | -0/+118 |