| 2001-02-18 |  Peter Eisentraut | Allow extract() to accept the same field selectors... | commit | commitdiff | tree | snapshot | 
| 2001-02-18 |  Tom Lane | Add --template option to createdb script to allow acces... | commit | commitdiff | tree | snapshot | 
| 2001-02-18 |  Peter Eisentraut | Enhance documentation of date/time functions.  Add... | commit | commitdiff | tree | snapshot | 
| 2001-02-18 |  Peter Eisentraut | Make <lineannotation> italic.  Fix syntax error in... | commit | commitdiff | tree | snapshot | 
| 2001-02-18 |  Tom Lane | Add note that partial indices are not currently supported. | commit | commitdiff | tree | snapshot | 
| 2001-02-18 |  Tom Lane | Update description of fsync option for 7.1. | commit | commitdiff | tree | snapshot | 
| 2001-02-18 |  Tom Lane | Change default commit_delay to zero, update documentation. | commit | commitdiff | tree | snapshot | 
| 2001-02-18 |  Tom Lane | Change s_lock to not use any zero-delay select() calls... | commit | commitdiff | tree | snapshot | 
| 2001-02-18 |  Tom Lane | Remove bogus set_ps_display call --- changing displayed... | commit | commitdiff | tree | snapshot | 
| 2001-02-17 |  Tom Lane | Catch some stray references to .htm files. | commit | commitdiff | tree | snapshot | 
| 2001-02-17 |  Tom Lane | No more .htm files, so don't try to add them to the... | commit | commitdiff | tree | snapshot | 
| 2001-02-17 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-02-17 |  Tatsuo Ishii | Fix a bug in psql. unescape() does not work for multi... | commit | commitdiff | tree | snapshot | 
| 2001-02-17 |  Tatsuo Ishii | Fix README in Japanese to sync with README.pgbench... | commit | commitdiff | tree | snapshot | 
| 2001-02-17 |  Tom Lane | Seems a bad idea to assume that select(2) doesn't touch... | commit | commitdiff | tree | snapshot | 
| 2001-02-17 |  Tom Lane | Add current seek position to FDDEBUG output for FileRead, | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Tom Lane | Just noticed that use of 'volatile' in HPPA S_UNLOCK... | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Tom Lane | Update README's install instructions to agree with... | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Bruce Momjian | Update bsdi shared memory stuff. | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Bruce Momjian | Update BSDI FAQ. | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Tom Lane | Defend against starting a non-MULTIBYTE-enabled backend... | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Peter Mount | Some more updates... | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Bruce Momjian | Update BSDI SGML. | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Tom Lane | ichar() has been renamed to chr(), so fix translation... | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Tom Lane | Fix bugs in pltcl's new return_null command: it was... | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Tom Lane | Fix erroneous sort request in pltcl selftest. | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Tom Lane | Clean up two rather nasty bugs in operator selection... | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Hiroshi Inoue | Add casting for numeric/float4/float8 type value | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Bruce Momjian | Update bsdi faq. | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Bruce Momjian | Update bsdi faq. | commit | commitdiff | tree | snapshot | 
| 2001-02-16 |  Tom Lane | Take OUTER JOIN semantics into account when estimating... | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Bruce Momjian | Update FAQ. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Bruce Momjian | Update FAQ. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Add some notes about memory management of RI plans. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Update comments about memory management. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Update notes about memory context scheme. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Update obsolete wording of error message. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Although we can't support out-of-line TOAST storage... | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Further polishing of documentation about new fmgr call... | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Reduce default selectivity estimates for geometric... | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Update a couple of obsolete comments. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Bruce Momjian | Update for Tatsuo. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Hiroshi Inoue | 1) Change transaction boundary in autocommit off mode | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Clarify meaning of GEQO_THRESHOLD parameter. | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Improve documentation of JOIN syntax.  Explain NATURAL... | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tatsuo Ishii | Unicode <-> SJIS new mapping tables (based on CP932... | commit | commitdiff | tree | snapshot | 
| 2001-02-15 |  Tom Lane | Arrange for ORDER BY an expression on a UNION/INTERSECT... | commit | commitdiff | tree | snapshot | 
| 2001-02-14 |  Tom Lane | Repair problems with duplicate index names generated... | commit | commitdiff | tree | snapshot | 
| 2001-02-14 |  Tom Lane | Change scoping of table and join refnames to conform... | commit | commitdiff | tree | snapshot | 
| 2001-02-14 |  Peter Eisentraut | Alter documentation of boolean type, add example. ... | commit | commitdiff | tree | snapshot | 
| 2001-02-14 |  Peter Eisentraut | Format <structname>, <structfield>, and <type> mono... | commit | commitdiff | tree | snapshot | 
| 2001-02-14 |  Peter Mount | Web Feb 14 17:29:00 GMT 2001 peter@retep.org.uk | commit | commitdiff | tree | snapshot | 
| 2001-02-14 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-02-14 |  Bruce Momjian | Add 7.X to dialog box. | commit | commitdiff | tree | snapshot | 
| 2001-02-14 |  Bruce Momjian | Back out all ODBC formatting changes, and back out... | commit | commitdiff | tree | snapshot | 
| 2001-02-14 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Peter Eisentraut | Hmm, so referencing a CSS stylesheet when there isn... | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Peter Eisentraut | Fix markup. | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Peter Eisentraut | Didn't work when Makefile.custom is missing. | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Peter Eisentraut | Custom DSSSL stylesheet.  Style changes included here: | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Peter Eisentraut | Fix tag. | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Vadim B. Mikheev | Comments about GetFreeXLBuffer(). | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Peter Mount | Some more including the patch to DatabaseMetaData backe... | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Bruce Momjian | Remove postgresql jdbc files, per Peter. | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Bruce Momjian | Remove postgresql jdbc files, per Peter Mount. | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Bruce Momjian | Update TODO list. | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Bruce Momjian | Back out *inv* changes for this file.  Peter want to... | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Bruce Momjian | Remove unused files, per Andreas | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Bruce Momjian | Please apply the following patch to fix AIX and IRIX... | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Vadim B. Mikheev | Removed abort() in XLogFileOpen. | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Philip Warner | Added some comments to setval, setval_is_called and... | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Philip Warner | - Fix help output: replace 'f' with 't' and change... | commit | commitdiff | tree | snapshot | 
| 2001-02-13 |  Tom Lane | Clean up portability problems in regexp package: change... | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | Attached is a makefile for the ODBC driver for use... | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Tom Lane | Hmm, this isn't used either. | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Tom Lane | Remove unused and largely-broken-anyway compatibility... | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | Bruce Momjian <pgman@candle.pha.pa.us> writes: | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | New MS resource file, pgindented. | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Tom Lane | Suppress compiler warning on Alpha. | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Tom Lane | Rearrange order of operations in heap_create_with_catal... | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | Cleanup | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | Add stdio to file. | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | Add // -> /* */ mapping to pgindent. | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | Update ODBC resource MS-generated file. | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | User Manual | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | Change more // comments. | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | Remove // and make /* */ | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | Add      #include <unistd.h> | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | New release format, Peter E style. | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | Replace // comments from file for MS products. | commit | commitdiff | tree | snapshot | 
| 2001-02-12 |  Bruce Momjian | poit -> point. | commit | commitdiff | tree | snapshot | 
| 2001-02-11 |  Tom Lane | SOCK_get_next_byte should not return garbage after... | commit | commitdiff | tree | snapshot | 
| 2001-02-11 |  Bruce Momjian | Remove unneeded shutdown() call, per Tom Lane. | commit | commitdiff | tree | snapshot | 
| 2001-02-11 |  Tom Lane | Improve error message when startup or shutdown proc... | commit | commitdiff | tree | snapshot | 
| 2001-02-11 |  Bruce Momjian | Move release date into release heading. | commit | commitdiff | tree | snapshot | 
| 2001-02-11 |  Bruce Momjian | More cleanups. | commit | commitdiff | tree | snapshot | 
| next |