| Commit message (Expand) | Author | Age | Files | Lines |
| * | Commit Karel's patch. | Tatsuo Ishii | 2001-09-06 | 11 | -227/+249 |
| * | PAM authentication: | Bruce Momjian | 2001-09-06 | 3 | -12/+235 |
| * | - new to_char(interval, text) | Bruce Momjian | 2001-09-06 | 2 | -300/+432 |
| * | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 | 5 | -130/+105 |
| * | Add some debugging details to some of the elog(STOP) conditions for WAL. | Tom Lane | 2001-09-06 | 1 | -23/+28 |
| * | Fix code so that we recover cleanly if there are no free semaphores | Tom Lane | 2001-09-04 | 1 | -41/+60 |
| * | Fix comment, add Assert. | Tom Lane | 2001-09-04 | 2 | -6/+13 |
| * | Fix typo. | Tom Lane | 2001-09-04 | 1 | -1/+1 |
| * | Clean up the lock state properly when aborting because of early deadlock | Tom Lane | 2001-09-04 | 1 | -9/+27 |
| * | Bring references to ipcclean in sync with reality. | Peter Eisentraut | 2001-09-04 | 1 | -4/+3 |
| * | Fix misscanning of """" (an identifier consisting of one double-quote). | Peter Eisentraut | 2001-09-04 | 1 | -2/+2 |
| * | Convert some fprintf's to elog's. | Peter Eisentraut | 2001-08-30 | 1 | -80/+115 |
| * | Install the SQL command man pages into a section appropriate for each | Peter Eisentraut | 2001-08-29 | 1 | -4/+2 |
| * | Whoops, wrong logic. | Peter Eisentraut | 2001-08-29 | 1 | -2/+2 |
| * | Change the conditionals so the mips + gcc code here doesn't apply for Irix. | Peter Eisentraut | 2001-08-28 | 1 | -4/+4 |
| * | Fix confusion over static-ness of a subroutine. | Tom Lane | 2001-08-27 | 1 | -2/+2 |
| * | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 14 | -122/+493 |
| * | Fix portability problem in new CLOG code, per report from Rene Pijlman. | Tom Lane | 2001-08-25 | 1 | -1/+4 |
| * | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 21 | -991/+1150 |
| * | Add intended Array.java file that accidentally was patched into the | Bruce Momjian | 2001-08-25 | 1 | -44/+42 |
| * | Hide backend debug output in initdb by default. To that end, the bootstrap | Peter Eisentraut | 2001-08-25 | 1 | -3/+7 |
| * | Start adding some more documentation about the number types. Make | Peter Eisentraut | 2001-08-24 | 1 | -2/+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 | 18 | -62/+51 |
| * | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 | 13 | -77/+82 |
| * | Allow the return value of an SQL function to be binary-compatible with | Tom Lane | 2001-08-23 | 1 | -12/+16 |
| * | remove no longer needed -Wno-error | Peter Eisentraut | 2001-08-22 | 1 | -5/+1 |
| * | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane | 2001-08-22 | 4 | -124/+153 |
| * | Remove special-case treatment of all-zeroes MAC address, per today's | Tom Lane | 2001-08-21 | 1 | -41/+26 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 23 | -717/+600 |
| * | Move WAL params higher in file, next to fsync option. | Bruce Momjian | 2001-08-21 | 1 | -13/+13 |
| * | Regroup GEQO configs. | Bruce Momjian | 2001-08-21 | 1 | -9/+9 |
| * | Fix SCM_CREDS for FreeBSD, from Teodor Sigaev. | Bruce Momjian | 2001-08-21 | 1 | -3/+3 |
| * | Add missing include for SCM_CREDS. | Bruce Momjian | 2001-08-21 | 2 | -2/+4 |
| * | Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup. | Bruce Momjian | 2001-08-21 | 1 | -2/+2 |
| * | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian | 2001-08-21 | 3 | -22/+114 |
| * | Ensure to hold an exclusive lock while reindexing a relation. | Hiroshi Inoue | 2001-08-17 | 1 | -3/+11 |
| * | A little more code reorg for MD5/crypt. | Bruce Momjian | 2001-08-17 | 2 | -10/+10 |
| * | Reorder MD5/crypt so MD5 comes first in the code. | Bruce Momjian | 2001-08-17 | 2 | -15/+15 |
| * | Force crypt() salt to be null-terminated. | Bruce Momjian | 2001-08-17 | 1 | -3/+7 |
| * | Add 4-byte MD5 salt. | Bruce Momjian | 2001-08-17 | 5 | -27/+57 |
| * | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane | 2001-08-16 | 9 | -109/+121 |
| * | Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. | Bruce Momjian | 2001-08-16 | 3 | -17/+17 |
| * | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian | 2001-08-16 | 2 | -16/+12 |
| * | Use malloc/palloc as appropriate. | Bruce Momjian | 2001-08-15 | 1 | -0/+7 |
| * | Move md5.h contents to crypt.h. | Bruce Momjian | 2001-08-15 | 3 | -6/+4 |
| * | Add new files. | Bruce Momjian | 2001-08-15 | 1 | -0/+303 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 11 | -123/+231 |
| * | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii | 2001-08-15 | 2 | -76/+207 |
| * | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane | 2001-08-14 | 4 | -30/+161 |
| * | Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was being | Tom Lane | 2001-08-14 | 1 | -11/+33 |