summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2001-08-14Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was beingTom Lane
2001-08-13Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut
2001-08-13Make hashjoin give the right answer with toasted input data.Tom Lane
2001-08-13Add comparison operators and btree indexing support for type bytea.Tom Lane
2001-08-12Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane
2001-08-11CREATE VIEW with optional column name list wasn't quite right for theTom Lane
2001-08-10updatePeter Eisentraut
2001-08-10Cleanup some minor oversights in optional-OIDs stuff.Tom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-10message refinementsPeter Eisentraut
2001-08-101. null-safe interface to GiSTBruce Momjian
2001-08-10Patch to LOCK multiple tables in one LOCK command.Bruce Momjian
2001-08-09Use format_type sibling in backend error messages, so the user seesPeter Eisentraut
2001-08-09No longer a need for -Wno-errorPeter Eisentraut
2001-08-07A small patch to keep postgres working on the latest BeOS.Bruce Momjian
2001-08-07Fix thinko (revealed by gcc warning).Tom Lane
2001-08-07Add a check for end of client connection before expecting a passwordPeter Eisentraut