summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-2039-100/+95
* Remove obsolete claim that it doesn't work to use gcc with HP's C++Tom Lane2001-02-201-14/+1
* Select optimization by default for HP's C compiler.Tom Lane2001-02-201-0/+1
* Update TODO list.Bruce Momjian2001-02-201-2/+2
* Update TODO list.Bruce Momjian2001-02-201-1/+2
* Changes:Bruce Momjian2001-02-202-14/+17
* Truncate incoming username and database name to NAMEDATALEN-1 charactersTom Lane2001-02-201-1/+9
* Update HPUX FAQ.Bruce Momjian2001-02-201-76/+32
* Fix pg_passwd's failure to cope with usernames > 8 chars.Tom Lane2001-02-202-50/+52
* Remove inclusion of <varargs.h> on SunOS; this does not work since weTom Lane2001-02-201-2/+1
* Document --enable-cassert.Tom Lane2001-02-191-3/+27
* Update TODO list.Bruce Momjian2001-02-191-2/+4
* Update TODO list.Bruce Momjian2001-02-191-1/+2
* Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatibleTom Lane2001-02-198-120/+130
* Update TODO list.Bruce Momjian2001-02-191-1/+3
* Update TODO list.Bruce Momjian2001-02-191-2/+2
* Update TODO list.Bruce Momjian2001-02-191-1/+2
* Synced gram.y and preproc.y.Michael Meskes2001-02-192-0/+5
* Fix nasty bug in configure.Tatsuo Ishii2001-02-192-5/+5
* Update example of partially constraining join order to use a subselectTom Lane2001-02-191-5/+6
* AND/OR truth table needs another row IMHO.Tom Lane2001-02-191-5/+12
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-1824-128/+68
* Allow extract() to accept the same field selectors as date_part(), not justPeter Eisentraut2001-02-181-1/+2
* Add --template option to createdb script to allow access to WITH TEMPLATETom Lane2001-02-183-12/+43
* Enhance documentation of date/time functions. Add extract, current_date,Peter Eisentraut2001-02-181-86/+609
* Make <lineannotation> italic. Fix syntax error in print style.Peter Eisentraut2001-02-181-3/+4
* Add note that partial indices are not currently supported.Tom Lane2001-02-181-0/+11
* Update description of fsync option for 7.1.Tom Lane2001-02-181-14/+20
* Change default commit_delay to zero, update documentation.Tom Lane2001-02-184-16/+24
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-189-188/+284
* Remove bogus set_ps_display call --- changing displayed status here isTom Lane2001-02-181-7/+8
* Catch some stray references to .htm files.Tom Lane2001-02-172-6/+6
* No more .htm files, so don't try to add them to the doc tarballs.Tom Lane2001-02-171-5/+5
* Update TODO list.Bruce Momjian2001-02-171-1/+1
* Fix a bug in psql. unescape() does not work for multi-byte encodings.Tatsuo Ishii2001-02-171-3/+9
* Fix README in Japanese to sync with README.pgbench updated by Tom.Tatsuo Ishii2001-02-171-6/+9
* Seems a bad idea to assume that select(2) doesn't touch the input masksTom Lane2001-02-171-3/+3
* Add current seek position to FDDEBUG output for FileRead,Tom Lane2001-02-171-7/+10
* Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gccTom Lane2001-02-161-3/+5
* Update README's install instructions to agree with current reality.Tom Lane2001-02-161-9/+10
* Update bsdi shared memory stuff.Bruce Momjian2001-02-162-1/+18
* Update BSDI FAQ.Bruce Momjian2001-02-162-19/+7
* Defend against starting a non-MULTIBYTE-enabled backend in a databaseTom Lane2001-02-161-5/+8
* Some more updates...Peter Mount2001-02-167-126/+350
* Update BSDI SGML.Bruce Momjian2001-02-162-9/+8
* ichar() has been renamed to chr(), so fix translation table.Tom Lane2001-02-161-1/+1
* Fix bugs in pltcl's new return_null command: it was liable to go belly upTom Lane2001-02-161-20/+41
* Fix erroneous sort request in pltcl selftest.Tom Lane2001-02-162-5/+5
* Clean up two rather nasty bugs in operator selection code.Tom Lane2001-02-169-90/+162
* Add casting for numeric/float4/float8 type valueHiroshi Inoue2001-02-161-0/+27