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