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