Commits

DateSubjectAuthorReleases
2002-08-29 Remove #ifdef MULTIBYTE per hackers list discussion. Tatsuo Ishii 7.3.1
2002-08-26 Modify array operations to include array's element type OID in the Tom Lane 7.3.1
2002-06-20 Update copyright to 2002. Bruce Momjian 7.3.1
2002-04-11 Restructure representation of aggregate functions so that they have pg_proc Tom Lane 7.3.1
2002-03-09 Code review for improved-hashing patch. Fix some portability issues Tom Lane 7.3.1
2001-11-18 Optimization for bpcharlen, textlen, varcharlen in case of single byte Tatsuo Ishii 7.2.1
2001-11-08 Add casts to suppress compiler warnings observed on Darwin platform Tom Lane 7.2.1
2001-10-25 pgindent run on all C files. Java run to follow. initdb/regression Bruce Momjian 7.2.1
2001-10-06 Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo Tom Lane 7.2.1
2001-10-03 Implement precision support for timestamp and time, both with and without Thomas G. Lockhart 7.2.1
2001-09-11 Implement following item in TODO: Tatsuo Ishii 7.2.1
2001-07-15 TODO item: Tatsuo Ishii 7.2.1
2001-06-09 Allow GRANT/REVOKE to/from more than one user per invocation. Command tag Peter Eisentraut 7.2.1
2001-06-01 New improved version of bpcharin() may have got the truncation case Tom Lane 7.2.1
2001-05-21 Make char(n) and varchar(n) types raise an error if the inserted string is Peter Eisentraut 7.2.1
2001-05-03 Ensure that btree sort ordering functions and boolean comparison operators Tom Lane 7.1.1
2001-04-19 Fix "off by VARHDRSZ" bug in (Cyrillic) recode support. Peter Eisentraut 7.1.1
2001-03-22 pgindent run. Make it all clean. Bruce Momjian 7.1.1
2001-02-10 Restructure the key include files per recent pghackers discussion: there Tom Lane 7.1.1
2001-01-24 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. Bruce Momjian 7.1.1
2000-12-08 Repair erroneous use of hashvarlena() for MACADDR, which is not a Tom Lane 7.1.1
2000-11-26 Fix for inserting/copying longer multibyte strings into bpchar data Tatsuo Ishii 7.1.1
2000-11-21 Put external declarations into header files. Peter Eisentraut 7.1.1
2000-07-29 bpchar, varchar, bytea, numeric are toastable --- if you initdb, which Tom Lane 7.1.1
2000-07-07 Fix misuse of StrNCpy to copy and add null to non-null-terminated data. Tom Lane 7.1.1