aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Provide some initial support for building the ODBC driver forPeter Eisentraut2001-09-22
* Code review for MD5 authorization patch. Clean up some breakageTom Lane2001-09-21
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-21
* Fix type_maximum_size() to give the right answer in MULTIBYTE cases.Tom Lane2001-09-21
* Give VACUUM its own GUC parameter for memory usage, rather thanTom Lane2001-09-21
* Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane2001-09-21
* Remove some dead code and obsolete, misleading comments.Tom Lane2001-09-20
* Provide tunable knob for x = NULL -> x IS NULL transformation, default to off.Peter Eisentraut2001-09-20
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-18
* Suppress compiler warning.Tom Lane2001-09-17
* > Here's a revised patch. Changes:Bruce Momjian2001-09-14
* Remove --enable-unicode-conversionTatsuo Ishii2001-09-14
* Implement following item in TODO:Tatsuo Ishii2001-09-11
* Apply 7.1.3 changes to the current tree also.Hiroshi Inoue2001-09-08
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
* Clean up some confusion about where and how to set whereToSendOutput.Tom Lane2001-09-08
* Here is my much-promised patch to let people add UNIQUE constraints afterBruce Momjian2001-09-07
* Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks.Bruce Momjian2001-09-07
* Enable SIGTERM and SIGQUIT during client authentication soJan Wieck2001-09-07
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-07
* Commit Karel's patch.Tatsuo Ishii2001-09-06
* PAM authentication:Bruce Momjian2001-09-06
* - new to_char(interval, text)Bruce Momjian2001-09-06
* This fixes clashing defines of ERROR. On win32, winapi.h is included, whichBruce Momjian2001-09-06
* Next version of patch.Bruce Momjian2001-09-06
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-06
* Put pgstat internal files into $PGDATA/global.Peter Eisentraut2001-09-03
* Include directory rearrangementPeter Eisentraut2001-08-28
* Suppress definitions of 'true' and 'false' macros if __cplusplus.Tom Lane2001-08-27
* Remove unneeded/unportable extern.Tom Lane2001-08-27
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-26
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* c.h needs to include postgres_ext.h to be self-contained.Peter Eisentraut2001-08-24
* There are two problems when compiling libpq.dll and psql.exeBruce Momjian2001-08-24
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-22
* 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