summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Commit Karel's patch.Tatsuo Ishii2001-09-0611-227/+249
* PAM authentication:Bruce Momjian2001-09-063-12/+235
* - new to_char(interval, text)Bruce Momjian2001-09-062-300/+432
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-065-130/+105
* Add some debugging details to some of the elog(STOP) conditions for WAL.Tom Lane2001-09-061-23/+28
* Fix code so that we recover cleanly if there are no free semaphoresTom Lane2001-09-041-41/+60
* Fix comment, add Assert.Tom Lane2001-09-042-6/+13
* Fix typo.Tom Lane2001-09-041-1/+1
* Clean up the lock state properly when aborting because of early deadlockTom Lane2001-09-041-9/+27
* Bring references to ipcclean in sync with reality.Peter Eisentraut2001-09-041-4/+3
* Fix misscanning of """" (an identifier consisting of one double-quote).Peter Eisentraut2001-09-041-2/+2
* Convert some fprintf's to elog's.Peter Eisentraut2001-08-301-80/+115
* Install the SQL command man pages into a section appropriate for eachPeter Eisentraut2001-08-291-4/+2
* Whoops, wrong logic.Peter Eisentraut2001-08-291-2/+2
* Change the conditionals so the mips + gcc code here doesn't apply for Irix.Peter Eisentraut2001-08-281-4/+4
* Fix confusion over static-ness of a subroutine.Tom Lane2001-08-271-2/+2
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-2614-122/+493
* Fix portability problem in new CLOG code, per report from Rene Pijlman.Tom Lane2001-08-251-1/+4
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-2521-991/+1150
* Add intended Array.java file that accidentally was patched into theBruce Momjian2001-08-251-44/+42
* Hide backend debug output in initdb by default. To that end, the bootstrapPeter Eisentraut2001-08-251-3/+7
* Start adding some more documentation about the number types. MakePeter Eisentraut2001-08-241-2/+3
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-2418-62/+51
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-2313-77/+82
* Allow the return value of an SQL function to be binary-compatible withTom Lane2001-08-231-12/+16
* remove no longer needed -Wno-errorPeter Eisentraut2001-08-221-5/+1
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-224-124/+153
* Remove special-case treatment of all-zeroes MAC address, per today'sTom Lane2001-08-211-41/+26
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-2123-717/+600
* Move WAL params higher in file, next to fsync option.Bruce Momjian2001-08-211-13/+13
* Regroup GEQO configs.Bruce Momjian2001-08-211-9/+9
* Fix SCM_CREDS for FreeBSD, from Teodor Sigaev.Bruce Momjian2001-08-211-3/+3
* Add missing include for SCM_CREDS.Bruce Momjian2001-08-212-2/+4
* Fix SO_PEERCRED printf bug added with SCM_CREDS cleanup.Bruce Momjian2001-08-211-2/+2
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-213-22/+114
* Ensure to hold an exclusive lock while reindexing a relation.Hiroshi Inoue2001-08-171-3/+11
* A little more code reorg for MD5/crypt.Bruce Momjian2001-08-172-10/+10
* Reorder MD5/crypt so MD5 comes first in the code.Bruce Momjian2001-08-172-15/+15
* Force crypt() salt to be null-terminated.Bruce Momjian2001-08-171-3/+7
* Add 4-byte MD5 salt.Bruce Momjian2001-08-175-27/+57
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-169-109/+121
* Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian2001-08-163-17/+17
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-162-16/+12
* Use malloc/palloc as appropriate.Bruce Momjian2001-08-151-0/+7
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-153-6/+4
* Add new files.Bruce Momjian2001-08-151-0/+303
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-1511-123/+231
* Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii2001-08-152-76/+207
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-144-30/+161
* Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was beingTom Lane2001-08-141-11/+33