summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Commit Karel's patch.Tatsuo Ishii2001-09-063-69/+155
* PAM authentication:Bruce Momjian2001-09-062-2/+8
* - new to_char(interval, text)Bruce Momjian2001-09-063-5/+11
* This fixes clashing defines of ERROR. On win32, winapi.h is included, whichBruce Momjian2001-09-061-1/+6
* Next version of patch.Bruce Momjian2001-09-061-1/+4
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-062-7/+28
* Put pgstat internal files into $PGDATA/global.Peter Eisentraut2001-09-031-3/+3
* Include directory rearrangementPeter Eisentraut2001-08-281-31/+27
* Suppress definitions of 'true' and 'false' macros if __cplusplus.Tom Lane2001-08-271-4/+8
* Remove unneeded/unportable extern.Tom Lane2001-08-271-2/+1
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-2611-30/+43
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-2514-124/+79
* c.h needs to include postgres_ext.h to be self-contained.Peter Eisentraut2001-08-243-5/+4
* There are two problems when compiling libpq.dll and psql.exeBruce Momjian2001-08-241-1/+3
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-244-22/+22
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-234-23/+57
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-221-4/+5
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-2114-463/+442
* Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems.Bruce Momjian2001-08-211-1/+2
* Add 4-byte MD5 salt.Bruce Momjian2001-08-172-4/+6
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-164-12/+36
* Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt.Bruce Momjian2001-08-161-3/+2
* Remove protocol version change. Try MD5 first, then crypt() on all clients.Bruce Momjian2001-08-161-2/+2
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-152-21/+9
* Add new files.Bruce Momjian2001-08-151-0/+21
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-154-14/+15
* Add conver/convert2 functions. They are similar to the SQL99's convert.Tatsuo Ishii2001-08-153-4/+14
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-145-14/+35
* Add comparison operators and btree indexing support for type bytea.Tom Lane2001-08-137-8/+52
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-123-5/+8
* Cleanup some minor oversights in optional-OIDs stuff.Tom Lane2001-08-102-4/+4
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-1028-498/+555
* 1. null-safe interface to GiSTBruce Momjian2001-08-101-2/+5
* Patch to LOCK multiple tables in one LOCK command.Bruce Momjian2001-08-101-2/+2
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-091-1/+2
* A small patch to keep postgres working on the latest BeOS.Bruce Momjian2001-08-071-1/+5
* Add a check for end of client connection before expecting a passwordPeter Eisentraut2001-08-071-1/+2
* Surely the pg_stat interrogation functions must not be marked proiscachable.Tom Lane2001-08-061-19/+19
* Endeavor to make pgstats buffer process (a) safe and (b) useful.Tom Lane2001-08-052-10/+9
* Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian2001-08-041-2/+2
* Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian2001-08-041-2/+2
* Fix handling of SIGCHLD, per recent pghackers discussion: on someTom Lane2001-08-041-2/+2
* Add a SPI_copytupledesc function that parallels SPI_copytuple --- ie,Tom Lane2001-08-021-11/+13
* Digging through previous discussion of this patch, I note where Peter E.Tom Lane2001-08-011-4/+1
* Support ident authentication on local (Unix) socket connections, if theTom Lane2001-08-012-4/+6
* Cleanup code for preparsing pg_hba.conf and pg_ident.conf. Store lineTom Lane2001-07-311-5/+5
* Fix optimizer to not try to push WHERE clauses down into a sub-SELECT thatTom Lane2001-07-311-1/+3
* Update 'translate' function description. translate does character setBruce Momjian2001-07-311-2/+2
* Load pg_hba.conf and pg_ident.conf on startup and SIGHUP into List ofBruce Momjian2001-07-301-2/+3
* Arrange to recycle old XLOG log segment files as new segment files,Tom Lane2001-07-191-2/+3