summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2001-09-07Get rid of PID entries in shmem hash table; there is no longer any needTom Lane
2001-09-06Commit Karel's patch.Tatsuo Ishii
2001-09-06PAM authentication:Bruce Momjian
2001-09-06 - new to_char(interval, text)Bruce Momjian
2001-09-06Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane
2001-09-06Add some debugging details to some of the elog(STOP) conditions for WAL.Tom Lane
2001-09-04Fix code so that we recover cleanly if there are no free semaphoresTom Lane
2001-09-04Fix comment, add Assert.Tom Lane
2001-09-04Fix typo.Tom Lane
2001-09-04Clean up the lock state properly when aborting because of early deadlockTom Lane
2001-09-04Bring references to ipcclean in sync with reality.Peter Eisentraut
2001-09-04Fix misscanning of """" (an identifier consisting of one double-quote).Peter Eisentraut
2001-08-30Convert some fprintf's to elog's.Peter Eisentraut
2001-08-29Install the SQL command man pages into a section appropriate for eachPeter Eisentraut
2001-08-29Whoops, wrong logic.Peter Eisentraut
2001-08-28Change the conditionals so the mips + gcc code here doesn't apply for Irix.Peter Eisentraut
2001-08-27Fix confusion over static-ness of a subroutine.Tom Lane
2001-08-26Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane
2001-08-25Fix portability problem in new CLOG code, per report from Rene Pijlman.Tom Lane
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-08-25Add intended Array.java file that accidentally was patched into theBruce Momjian
2001-08-25Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut
2001-08-24Start adding some more documentation about the number types. MakePeter Eisentraut
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-23Allow the return value of an SQL function to be binary-compatible withTom Lane
2001-08-22remove no longer needed -Wno-errorPeter Eisentraut
2001-08-22Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane
2001-08-21Remove special-case treatment of all-zeroes MAC address, per today'sTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-21Move WAL params higher in file, next to fsync option.Bruce Momjian
2001-08-21Regroup GEQO configs.Bruce Momjian
2001-08-21Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.Bruce Momjian
2001-08-21Add missing include for SCM_CREDS.Bruce Momjian
2001-08-21Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup.Bruce Momjian
2001-08-21Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian
2001-08-17Ensure to hold an exclusive lock while reindexing a relation.Hiroshi Inoue
2001-08-17A little more code reorg for MD5/crypt.Bruce Momjian
2001-08-17Reorder MD5/crypt so MD5 comes first in the code.Bruce Momjian
2001-08-17Force crypt() salt to be null-terminated.Bruce Momjian
2001-08-17Add 4-byte MD5 salt.Bruce Momjian
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane
2001-08-16Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian
2001-08-16Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian
2001-08-15Use malloc/palloc as appropriate.Bruce Momjian
2001-08-15Move md5.h contents to crypt.h.Bruce Momjian
2001-08-15Add new files.Bruce Momjian
2001-08-15Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian
2001-08-15Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii
2001-08-14sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane