summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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-22Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-21Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.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-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-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-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-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-07A small patch to keep postgres working on the latest BeOS.Bruce Momjian
2001-08-07Add a check for end of client connection before expecting a passwordPeter Eisentraut
2001-08-06Surely the pg_stat interrogation functions must not be marked proiscachable.Tom Lane
2001-08-05Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane
2001-08-04Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian
2001-08-04Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian
2001-08-04Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane
2001-08-02Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie,Tom Lane
2001-08-01Digging through previous discussion of this patch, I note where Peter E.Tom Lane
2001-08-01Support ident authentication on local (Unix) socket connections, if theTom Lane
2001-07-31Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane
2001-07-31Fix optimizer to not try to push WHERE clauses down into a sub-SELECT thatTom Lane
2001-07-31Update 'translate' function description. translate does character setBruce Momjian
2001-07-30Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian
2001-07-19Arrange to recycle old XLOG log segment files as new segment files,Tom Lane
2001-07-18New-style vacuum neglected to update pg_class statistics about indexesTom Lane
2001-07-16Remove some unused node symbolsBruce Momjian
2001-07-16More EXTEND INDEX removal.Bruce Momjian
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-07-15TODO item:Tatsuo Ishii
2001-07-13Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane
2001-07-12Remove grammar restrictions on order of optional clauses in CREATE GROUP.Tom Lane
2001-07-12Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane
2001-07-11> > Put encode() into base system. Used part of Alex' patchBruce Momjian
2001-07-11Libpq++ fixes for Win32 compile.Bruce Momjian
2001-07-11Instead of believing SOMAXCONN from the system header files (which isTom Lane
2001-07-10Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane
2001-07-10Ensure macros are adequately parenthesized.Tom Lane