| Age | Commit message (Expand) | Author |
| 2001-08-21 | Add missing include for SCM_CREDS. | Bruce Momjian |
| 2001-08-21 | Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup. | Bruce Momjian |
| 2001-08-21 | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian |
| 2001-08-17 | Ensure to hold an exclusive lock while reindexing a relation. | Hiroshi Inoue |
| 2001-08-17 | A little more code reorg for MD5/crypt. | Bruce Momjian |
| 2001-08-17 | Reorder MD5/crypt so MD5 comes first in the code. | Bruce Momjian |
| 2001-08-17 | Force crypt() salt to be null-terminated. | Bruce Momjian |
| 2001-08-17 | Add 4-byte MD5 salt. | Bruce Momjian |
| 2001-08-16 | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane |
| 2001-08-16 | Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. | Bruce Momjian |
| 2001-08-16 | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian |
| 2001-08-15 | Use malloc/palloc as appropriate. | Bruce Momjian |
| 2001-08-15 | Move md5.h contents to crypt.h. | Bruce Momjian |
| 2001-08-15 | Add new files. | Bruce Momjian |
| 2001-08-15 | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian |
| 2001-08-15 | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii |
| 2001-08-14 | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane |
| 2001-08-14 | Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was being | Tom Lane |
| 2001-08-13 | Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" | Peter Eisentraut |
| 2001-08-13 | Make hashjoin give the right answer with toasted input data. | Tom Lane |
| 2001-08-13 | Add comparison operators and btree indexing support for type bytea. | Tom Lane |
| 2001-08-12 | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane |
| 2001-08-11 | CREATE VIEW with optional column name list wasn't quite right for the | Tom Lane |
| 2001-08-10 | update | Peter Eisentraut |
| 2001-08-10 | Cleanup some minor oversights in optional-OIDs stuff. | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-10 | message refinements | Peter Eisentraut |
| 2001-08-10 | 1. null-safe interface to GiST | Bruce Momjian |
| 2001-08-10 | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian |
| 2001-08-09 | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut |
| 2001-08-09 | No longer a need for -Wno-error | Peter Eisentraut |
| 2001-08-07 | A small patch to keep postgres working on the latest BeOS. | Bruce Momjian |
| 2001-08-07 | Fix thinko (revealed by gcc warning). | Tom Lane |
| 2001-08-07 | Add a check for end of client connection before expecting a password | Peter Eisentraut |
| 2001-08-06 | Use a fixed error message for ERANGE to avoid duplicate test result files. | Peter Eisentraut |
| 2001-08-06 | Seems like a bad idea to free() a string we are about to use in an | Tom Lane |
| 2001-08-06 | Modify partial-index-predicate applicability tester to test whether | Tom Lane |
| 2001-08-06 | Evaluate LIMIT/OFFSET expressions with ExecEvalExprSwitchContext, not | Tom Lane |
| 2001-08-06 | Check that the data directory does not have group or world access; remove | Peter Eisentraut |
| 2001-08-06 | Add QueryIsRule gram.y reset. | Bruce Momjian |
| 2001-08-05 | Endeavor to make pgstats buffer process (a) safe and (b) useful. | Tom Lane |
| 2001-08-05 | Remove no-longer-needed fcntl call (I'm not sure it *ever* did anything | Tom Lane |
| 2001-08-04 | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian |
| 2001-08-04 | This patch is because Hurd does not support NOFILE. It is against current | Bruce Momjian |
| 2001-08-04 | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian |
| 2001-08-04 | Fix handling of SIGCHLD, per recent pghackers discussion: on some | Tom Lane |
| 2001-08-03 | For some reason, CREATE TYPE has only accepted alignment specifications | Tom Lane |
| 2001-08-02 | Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie, | Tom Lane |
| 2001-08-02 | Tweak memory context sizing for saved SPI plans. | Tom Lane |
| 2001-08-02 | Fix some poor decisions about sizing of trigger-related memory contexts. | Tom Lane |