| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 | 6 | -20/+21 |
| * | Make all commands that link a program look like | Peter Eisentraut | 2000-11-30 | 1 | -2/+2 |
| * | Remove old, broken code for query_limit(), assert_enable(), | Tom Lane | 2000-11-22 | 4 | -86/+4 |
| * | This file now redundant with README.pg_dumplo; remove it. | Tom Lane | 2000-11-22 | 1 | -31/+0 |
| * | Code review: minor cleanups, make the world safe for unsigned OIDs. | Tom Lane | 2000-11-22 | 6 | -136/+198 |
| * | Mention pgcrypto. | Tom Lane | 2000-11-21 | 1 | -3/+7 |
| * | Make the world safe for unsigned OIDs. | Tom Lane | 2000-11-21 | 2 | -35/+28 |
| * | Code review and cleanup. | Tom Lane | 2000-11-21 | 2 | -61/+102 |
| * | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 22 | -28/+50 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -17/+7 |
| * | Remove pg_dumpaccounts from 7.1 tree. | Bruce Momjian | 2000-11-02 | 3 | -220/+0 |
| * | Added utility script pg_dumpaccounts to contrib. | Jan Wieck | 2000-11-02 | 3 | -0/+220 |
| * | Fix for PQsetdb port parameter due to the interface change. | Tatsuo Ishii | 2000-11-01 | 1 | -3/+3 |
| * | Hashing functions from Marko Kreen <marko@l-t.ee> | Peter Eisentraut | 2000-10-31 | 14 | -1/+1450 |
| * | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane | 2000-10-24 | 2 | -6/+6 |
| * | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut | 2000-10-20 | 16 | -50/+61 |
| * | Update soundex to new fmgr interface and fix algorithm | Peter Eisentraut | 2000-10-04 | 4 | -57/+98 |
| * | Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter | Peter Eisentraut | 2000-09-29 | 1 | -4/+4 |
| * | Move contrib/odbc/odbc.sql together with odbc driver, remove old files; | Peter Eisentraut | 2000-09-18 | 9 | -952/+98 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 6 | -19/+19 |
| * | Comment fixes from Larry Rosenman" <ler@lerctr.org>. | Thomas G. Lockhart | 2000-08-23 | 1 | -5/+5 |
| * | Create and manage information on MAC address OUIs | Thomas G. Lockhart | 2000-08-23 | 4 | -0/+164 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 1 | -1/+2 |
| * | Remove <values.h> inclusions, no-longer-needed MAXINT definitions. | Tom Lane | 2000-07-28 | 1 | -10/+0 |
| * | Arrays are toastable. (At least if you initdb, which I didn't force.) | Tom Lane | 2000-07-22 | 1 | -3/+6 |
| * | Stat functions now in main system, contrib code no longer needed. | Tom Lane | 2000-07-17 | 4 | -474/+0 |
| * | Automatic dependency tracking | Peter Eisentraut | 2000-07-16 | 2 | -3/+3 |
| * | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut | 2000-07-12 | 2 | -7/+5 |
| * | Another round of those unportable config/build changes :-/ | Peter Eisentraut | 2000-07-09 | 25 | -757/+347 |
| * | Fix misuse of StrNCpy to copy and add null to non-null-terminated data. | Tom Lane | 2000-07-07 | 1 | -2/+2 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 2 | -9/+9 |
| * | Makefile cleanup from Karel. | Bruce Momjian | 2000-07-04 | 11 | -22/+22 |
| * | Added CVS header | Jan Wieck | 2000-07-04 | 1 | -0/+2 |
| * | New contrib module for statistical mathematics | Jan Wieck | 2000-07-04 | 4 | -0/+492 |
| * | Now that I look at it, is_stopword() is broken and always has been. | Tom Lane | 2000-07-04 | 1 | -4/+3 |
| * | Result of strcmp() is a signed int. Per bug report | Tom Lane | 2000-07-04 | 1 | -1/+1 |
| * | Very small changes in the contrib's pg_dumplo in the attache. | Bruce Momjian | 2000-07-03 | 8 | -73/+5 |
| * | Remove old README files. | Bruce Momjian | 2000-06-19 | 17 | -0/+0 |
| * | Add missing /contrib files | Bruce Momjian | 2000-06-19 | 19 | -0/+1418 |
| * | Update to /contrib from Karel. | Bruce Momjian | 2000-06-19 | 87 | -1645/+257 |
| * | Cleanup README Makefile installs. | Bruce Momjian | 2000-06-16 | 21 | -219/+54 |
| * | Remove old doc files, now README. | Bruce Momjian | 2000-06-15 | 5 | -170/+0 |
| * | Add missing /contrib files to CVS. | Bruce Momjian | 2000-06-15 | 29 | -0/+2308 |
| * | /contrib patch from Karel. | Bruce Momjian | 2000-06-15 | 72 | -4495/+1141 |
| * | Well, pg_dumplo is in attache. It is really simple program and now is not | Bruce Momjian | 2000-06-12 | 5 | -0/+427 |
| * | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane | 2000-06-11 | 1 | -4/+6 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 2 | -5/+9 |
| * | Update array_iterator to use new fmgr interface. | Tom Lane | 2000-05-29 | 1 | -20/+21 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 21 | -123/+49 |
| * | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 17 | -217/+186 |