aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix ruleutils to depend on format_type, rather than having a privateTom Lane2001-10-08
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-05
* Consider interpreting a function call as a trivial (binary-compatible)Tom Lane2001-10-04
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-03
* Remove no-longer-used macros.Tom Lane2001-10-03
* Some further kibitzing on cachability of datetime functions.Tom Lane2001-10-03
* Neatnik fetishism.Tom Lane2001-10-03
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-03
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-02
* > > > > > - PostgreSQL requires to be compiled with --enable-multibyteBruce Momjian2001-10-01
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-01
* Fix a compile error on a platform that does not have PAM.Tatsuo Ishii2001-10-01
* Allow the postmaster to accept changes in PGC_BACKEND GUC variablesTom Lane2001-09-30
* Create a GUC parameter max_files_per_process that is a configurableTom Lane2001-09-30
* Add an operator xid '=' int and remove BINARY_COMPATI...Hiroshi Inoue2001-09-30
* Back out change. Too many place to change too close to beta:Bruce Momjian2001-09-30
* Allow comparison between xid and xid, int.Hiroshi Inoue2001-09-29
* Do this TODO item:Bruce Momjian2001-09-29
* Cope with the likelihood that setlocale and localeconv will returnTom Lane2001-09-29
* Keep the contents of ItemPointerData not the pointers so thatHiroshi Inoue2001-09-29
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Measure the current transaction time to milliseconds.Thomas G. Lockhart2001-09-28
* Remove useless LockDisable() function and associated overhead, per myTom Lane2001-09-27
* Treat __s390x__ the same as __s390__. (taken from RPM patch set)Peter Eisentraut2001-09-24
* Add pg_database_encoding_max_length() function.Tatsuo Ishii2001-09-23
* 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