| Age | Commit message (Expand) | Author |
| 2001-11-30 | * include <endian.h> is not enough, include sys/types.h too | Bruce Momjian |
| 2001-11-29 | * When postgres.h does not define BYTE_ENDIAN pgcrypto | Bruce Momjian |
| 2001-11-26 | This patch mark datatype txtidx as 'extended' storage type. | Bruce Momjian |
| 2001-11-24 | Remove bogus pg_amop insertion commands, per discussion of 25-Oct. | Tom Lane |
| 2001-11-21 | Update my2pg.pl for release. | Bruce Momjian |
| 2001-11-20 | Include sys/types.h in crypt-des.c. FreeBSD netinet/in.h | Bruce Momjian |
| 2001-11-20 | Duh, my regexp's missed bunch of them. Here's next batch, this | Bruce Momjian |
| 2001-11-20 | pgcrypto uses non-standard type uint, which causes compile | Bruce Momjian |
| 2001-11-16 | Make the yacc rules safe for parallel make. See discussion on pgsql-patches | Peter Eisentraut |
| 2001-11-15 | Read getopt() into an int, not char. | Bruce Momjian |
| 2001-11-12 | Add port number to pg_dumplo. | Bruce Momjian |
| 2001-11-08 | When given oversized key, encrypt/decrypt corrupted | Bruce Momjian |
| 2001-11-06 | Add mention of another MySQL conversion tool. | Bruce Momjian |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-30 | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian |
| 2001-10-29 | Add trailing semicolon for Joe Conway | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-25 | Add do { ... } while (0) to more bad macros. | Bruce Momjian |
| 2001-10-25 | Add more missing 'do { ... } while (0)' in missing macros. Without it, | Bruce Momjian |
| 2001-10-24 | "time" is now a reserved keyword(changed to "mtime"). | Tatsuo Ishii |
| 2001-10-18 | Fix several problems with simple_prompt() --- the nastiest being that | Tom Lane |
| 2001-10-15 | Fix some portability problems (get it to compile, at least, on HP's cc) | Tom Lane |
| 2001-10-15 | Fix some portability problems (get it to compile, at least, on HP's cc) | Tom Lane |
| 2001-10-15 | Fix some portability problems (get it to compile, at least, on HP's cc) | Tom Lane |
| 2001-10-15 | Updated regression test for tsearch, from Teodor Sigaev. | Tom Lane |
| 2001-10-12 | txtidx datatype for full text indexing with GiST. | Tom Lane |
| 2001-10-04 | 1. Implemented binary search in array | Bruce Momjian |
| 2001-10-03 | Update incorrect expected file. Use 'timestamp without time zone' | Tom Lane |
| 2001-10-02 | Tweak to test HAVE_GETOPT_H before including <getopt.h>, so as to | Tom Lane |
| 2001-10-01 | Fix a couple of stray // comments. | Tom Lane |
| 2001-10-01 | Add missing pgcrypto files. | Bruce Momjian |
| 2001-10-01 | Add pgstattuple | Tatsuo Ishii |
| 2001-09-30 | * regression tests | Bruce Momjian |
| 2001-09-30 | Changes: | Tom Lane |
| 2001-09-30 | Update required due to recent changes in FigureColname. | Tom Lane |
| 2001-09-29 | Remove mistakenly-included file, per request from John Gray. | Tom Lane |
| 2001-09-29 | Found type mismatch in random.c. Please apply this also. | Bruce Momjian |
| 2001-09-29 | I noticed that the contrib Makefiles were reorganized. | Bruce Momjian |
| 2001-09-23 | No, file not needed. | Bruce Momjian |
| 2001-09-23 | Add new file. | Bruce Momjian |
| 2001-09-23 | please apply attached patch to current CVS. | Bruce Momjian |
| 2001-09-23 | Big thanks to Solar Designer who pointed out a bug in bcrypt | Bruce Momjian |
| 2001-09-17 | Change vacuumlo to take 'lo' type into account. | Hiroshi Inoue |
| 2001-09-16 | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut |
| 2001-09-09 | Add -U, -P, -C options. See README.pgbench for more details. | Tatsuo Ishii |
| 2001-09-07 | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane |
| 2001-09-06 | To fix the perpetually broken makefiles in the contrib tree, I have | Peter Eisentraut |
| 2001-09-06 | This makes encrypt() parser more strict. | Bruce Momjian |
| 2001-09-04 | unixdate subdirectory is gone. | Tom Lane |