| Commit message (Expand) | Author | Age | Files | Lines |
| * | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 | 3 | -69/+155 |
| * | PAM authentication: | Bruce Momjian | 2001-09-06 | 2 | -2/+8 |
| * | - new to_char(interval, text) | Bruce Momjian | 2001-09-06 | 3 | -5/+11 |
| * | This fixes clashing defines of ERROR. On win32, winapi.h is included, which | Bruce Momjian | 2001-09-06 | 1 | -1/+6 |
| * | Next version of patch. | Bruce Momjian | 2001-09-06 | 1 | -1/+4 |
| * | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 | 2 | -7/+28 |
| * | Put pgstat internal files into $PGDATA/global. | Peter Eisentraut | 2001-09-03 | 1 | -3/+3 |
| * | Include directory rearrangement | Peter Eisentraut | 2001-08-28 | 1 | -31/+27 |
| * | Suppress definitions of 'true' and 'false' macros if __cplusplus. | Tom Lane | 2001-08-27 | 1 | -4/+8 |
| * | Remove unneeded/unportable extern. | Tom Lane | 2001-08-27 | 1 | -2/+1 |
| * | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 11 | -30/+43 |
| * | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 14 | -124/+79 |
| * | c.h needs to include postgres_ext.h to be self-contained. | Peter Eisentraut | 2001-08-24 | 3 | -5/+4 |
| * | There are two problems when compiling libpq.dll and psql.exe | Bruce Momjian | 2001-08-24 | 1 | -1/+3 |
| * | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 | 4 | -22/+22 |
| * | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 | 4 | -23/+57 |
| * | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane | 2001-08-22 | 1 | -4/+5 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 14 | -463/+442 |
| * | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian | 2001-08-21 | 1 | -1/+2 |
| * | Add 4-byte MD5 salt. | Bruce Momjian | 2001-08-17 | 2 | -4/+6 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 4 | -12/+36 |
| * | Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. | Bruce Momjian | 2001-08-16 | 1 | -3/+2 |
| * | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian | 2001-08-16 | 1 | -2/+2 |
| * | Move md5.h contents to crypt.h. | Bruce Momjian | 2001-08-15 | 2 | -21/+9 |
| * | Add new files. | Bruce Momjian | 2001-08-15 | 1 | -0/+21 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 4 | -14/+15 |
| * | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii | 2001-08-15 | 3 | -4/+14 |
| * | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane | 2001-08-14 | 5 | -14/+35 |
| * | Add comparison operators and btree indexing support for type bytea. | Tom Lane | 2001-08-13 | 7 | -8/+52 |
| * | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane | 2001-08-12 | 3 | -5/+8 |
| * | Cleanup some minor oversights in optional-OIDs stuff. | Tom Lane | 2001-08-10 | 2 | -4/+4 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 28 | -498/+555 |
| * | 1. null-safe interface to GiST | Bruce Momjian | 2001-08-10 | 1 | -2/+5 |
| * | Patch to LOCK multiple tables in one LOCK command. | Bruce Momjian | 2001-08-10 | 1 | -2/+2 |
| * | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut | 2001-08-09 | 1 | -1/+2 |
| * | A small patch to keep postgres working on the latest BeOS. | Bruce Momjian | 2001-08-07 | 1 | -1/+5 |
| * | Add a check for end of client connection before expecting a password | Peter Eisentraut | 2001-08-07 | 1 | -1/+2 |
| * | Surely the pg_stat interrogation functions must not be marked proiscachable. | Tom Lane | 2001-08-06 | 1 | -19/+19 |
| * | Endeavor to make pgstats buffer process (a) safe and (b) useful. | Tom Lane | 2001-08-05 | 2 | -10/+9 |
| * | Back out LOCK A,B,C patch at Tom's suggestion. | Bruce Momjian | 2001-08-04 | 1 | -2/+2 |
| * | Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed. | Bruce Momjian | 2001-08-04 | 1 | -2/+2 |
| * | Fix handling of SIGCHLD, per recent pghackers discussion: on some | Tom Lane | 2001-08-04 | 1 | -2/+2 |
| * | Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie, | Tom Lane | 2001-08-02 | 1 | -11/+13 |
| * | Digging through previous discussion of this patch, I note where Peter E. | Tom Lane | 2001-08-01 | 1 | -4/+1 |
| * | Support ident authentication on local (Unix) socket connections, if the | Tom Lane | 2001-08-01 | 2 | -4/+6 |
| * | Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store line | Tom Lane | 2001-07-31 | 1 | -5/+5 |
| * | Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that | Tom Lane | 2001-07-31 | 1 | -1/+3 |
| * | Update 'translate' function description. translate does character set | Bruce Momjian | 2001-07-31 | 1 | -2/+2 |
| * | Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List of | Bruce Momjian | 2001-07-30 | 1 | -2/+3 |
| * | Arrange to recycle old XLOG log segment files as new segment files, | Tom Lane | 2001-07-19 | 1 | -2/+3 |