summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-27Mention datatype() casting change.Bruce Momjian
2001-12-27Update TODO list.Bruce Momjian
2001-12-27Update for new timestamp behavior.Bruce Momjian
2001-12-26Add cachable item.Bruce Momjian
2001-12-24Place PAM before REJECT in sample file.Bruce Momjian
2001-12-23Fix directions for a client-only install, per comments from Alexey BorzovTom Lane
and Vivek Khera.
2001-12-23Update description of CURRENT_TIMESTAMP and friends.Tom Lane
2001-12-23Type interval takes a precision, too.Tom Lane
2001-12-23Lots of content and formatting improvements in release notes. HISTORYPeter Eisentraut
now generated from DocBook sources.
2001-12-23Add missing id attribute.Peter Eisentraut
2001-12-23Updated ECPG itemsMichael Meskes
2001-12-23- Removed space_or_nl and line_end from pgc.l.Michael Meskes
- Fixed several bugs concerning arrays of structs including a memory allocation bug.
2001-12-23Fix mispeling ...Tom Lane
2001-12-21Czech translation updates from Karel ZakPeter Eisentraut
2001-12-21Fix errorPeter Eisentraut
2001-12-21Use MemSet() rather than a loop to do blank-padding on PS_USE_CLOBBER_ARGVTom Lane
machines. I have just been observing some scenarios where set_ps_display accounts for more than 10% of the backend CPU, and this loop has to be the reason.
2001-12-21Add full name of the month of July to the lookup table.Thomas G. Lockhart
Thanks to Greg Sabino Mullane <greg@turnstep.com> for finding the problem.
2001-12-21Remove duplicate lines from fouled up last commit (my DSL line failedThomas G. Lockhart
during the CVS update, leaving locks and bad files).
2001-12-21Updates for next release from Bernd Tegge.Thomas G. Lockhart
2001-12-21Do not require iconv for dbase conversion.Bruce Momjian
2001-12-21Remove:Bruce Momjian
* Fix contrib/dbase to not require libiconv
2001-12-21* Fix contrib/dbase to not require libiconv.Bruce Momjian
2001-12-21Allow contrib/dbase to compile if HAVE_ICONV_H it not defined. This isBruce Momjian
only a partial solution but a step in the right direction.
2001-12-21Add needed libiconv link to contrib/dbase, per Christopher Kings-LynneBruce Momjian
2001-12-21pre-page -> after-change, per Vadim.Bruce Momjian
2001-12-21Spiff up discussion of precision on date/time data types.Thomas G. Lockhart
Add a NetBSD/alpha and update info on a few other platforms.
2001-12-21Allow location of index creation perl script be be specified inThomas G. Lockhart
Makefile.custom, to allow finding it on Mandrake systems (at least).
2001-12-21Select proper geometry comparison file for freebsd/alpha.Tom Lane
Per report from Christopher Kings-Lynne.
2001-12-20Pre-page write additions.Bruce Momjian
2001-12-20Add memcmp() test and new memcmp.c file, for SunOS. Tested by Tatsuo.Bruce Momjian
2001-12-20Fix for SunOS4 horology testTatsuo Ishii
2001-12-20MIN() -> Min, fixes compile problem.Bruce Momjian
2001-12-20Reflect Tom's changeTatsuo Ishii
2001-12-19Fix buffer-overrun problem in pretty printer.Tom Lane
2001-12-19Fix pgstattuple to acquire a read lock on the target table. ThisTom Lane
prevents embarassments such as having the table dropped or truncated partway through the scan. Also, fix free space calculation to include pages that currently contain no tuples.
2001-12-19Temporarily dike out GetUndoRecPtr() in checkpoint generation, since weTom Lane
do not use the undo pointer anyway. This is a quick-hack solution for the three-way deadlock condition discussed in pghackers 17-Dec-01. Need to find a better way of doing it.
2001-12-19New editionPeter Eisentraut
2001-12-19Better formattingPeter Eisentraut
2001-12-19Minor improvementsPeter Eisentraut
2001-12-19Some tuningPeter Eisentraut
2001-12-19Fix warningPeter Eisentraut
2001-12-19Tweak to make freebsd/alpha use the correct float8 comparison file.Tom Lane
2001-12-19Make sure that all variants of HeapTupleSatisfies will do the right thingTom Lane
if presented with a tuple in process of being moved by VACUUM. Per bug report from Brian Hirt.
2001-12-17Move geqo enable into proper section.Bruce Momjian
2001-12-15Update TODO list.Bruce Momjian
2001-12-15Update TODO list.Bruce Momjian
2001-12-14More comment for libpgeasy.Bruce Momjian
2001-12-14Fix double-memory free in libpgeasy; problem introduced yesterday.Bruce Momjian
2001-12-14Clean up comment in libpgeasy.Bruce Momjian
2001-12-13Add SwedishPeter Eisentraut