aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-21
* Add 4-byte MD5 salt.Bruce Momjian2001-08-17
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-16
* Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian2001-08-16
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-16
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-15
* Add new files.Bruce Momjian2001-08-15
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii2001-08-15
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-14
* Add comparison operators and btree indexing support for type bytea.Tom Lane2001-08-13
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-12
* Cleanup some minor oversights in optional-OIDs stuff.Tom Lane2001-08-10
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* 1. null-safe interface to GiSTBruce Momjian2001-08-10
* Patch to LOCK multiple tables in one LOCK command.Bruce Momjian2001-08-10
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-09
* A small patch to keep postgres working on the latest BeOS.Bruce Momjian2001-08-07
* Add a check for end of client connection before expecting a passwordPeter Eisentraut2001-08-07
* Surely the pg_stat interrogation functions must not be marked proiscachable.Tom Lane2001-08-06
* Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane2001-08-05
* Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian2001-08-04
* Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian2001-08-04
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-04
* Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie,Tom Lane2001-08-02
* Digging through previous discussion of this patch, I note where Peter E.Tom Lane2001-08-01
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-01
* Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane2001-07-31
* Fix optimizer to not try to push WHERE clauses down into a sub-SELECT thatTom Lane2001-07-31
* Update 'translate' function description. translate does character setBruce Momjian2001-07-31
* Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian2001-07-30
* Arrange to recycle old XLOG log segment files as new segment files,Tom Lane2001-07-19
* New-style vacuum neglected to update pg_class statistics about indexesTom Lane2001-07-18
* Remove some unused node symbolsBruce Momjian2001-07-16
* More EXTEND INDEX removal.Bruce Momjian2001-07-16
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* TODO item:Tatsuo Ishii2001-07-15
* Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,Tom Lane2001-07-13
* Remove grammar restrictions on order of optional clauses in CREATE GROUP.Tom Lane2001-07-12
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-12
* > > Put encode() into base system. Used part of Alex' patchBruce Momjian2001-07-11
* Libpq++ fixes for Win32 compile.Bruce Momjian2001-07-11
* Instead of believing SOMAXCONN from the system header files (which isTom Lane2001-07-11
* Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane2001-07-10
* Ensure macros are adequately parenthesized.Tom Lane2001-07-10
* Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you.Tom Lane2001-07-09
* Document meaning of lossy column.Bruce Momjian2001-07-09
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-06