summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-16Recent patch doesn't compile without <limits.h>Tom Lane
2008-05-16Suppress a possibly-uninitialized-variable warning. (I'm only seeing itTom Lane
2008-05-16Implement error checking for pthreads calls in thread-safe mode. They reallyMagnus Hagander
2008-05-16Suppress compiler warning induced by recent header file refactoring.Tom Lane
2008-05-16Update contrib for tsearch changes.Tom Lane
2008-05-16Update psql startup banner to be shorter, suggest "help" for help.Bruce Momjian
2008-05-16Done in TODO:Bruce Momjian
2008-05-16Add detection of psql pager to trigger on wide output. Also add pagerBruce Momjian
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-05-16Add localization support to ecpg.Peter Eisentraut
2008-05-16Done:Bruce Momjian
2008-05-16Persuade GIN to react to control-C in a reasonable amount of timeTom Lane
2008-05-15Support SQL/PSM-compatible CASE statement in plpgsql.Tom Lane
2008-05-15Add code to eval_const_expressions() to support const-simplification ofTom Lane
2008-05-15Add support for tracking call counts and elapsed runtime for user-definedTom Lane
2008-05-14Move the "instr_time" typedef and associated macros into a new headerTom Lane
2008-05-14Reorgnize psql \? help output, to reduce the size of the "General"Bruce Momjian
2008-05-14Fix a few warnings that have crept into CVS HEAD.Bruce Momjian
2008-05-14Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNCMagnus Hagander
2008-05-14Make the win32 implementation of getrusage() return EINVAL if beingMagnus Hagander
2008-05-14Remove odd duplicate wording in psql pager section.Bruce Momjian
2008-05-13Improve plpgsql's RAISE command. It is now possible to attach DETAIL andTom Lane
2008-05-13Don't try to close negative file descriptors, since this can causeMagnus Hagander
2008-05-13This is the patch replace offnum++ by OffsetNumberNext, to beBruce Momjian
2008-05-13Change \du to use the new printTable API, improving the situation of very wideAlvaro Herrera
2008-05-13Fix a bug in the previous patch, which caused the title pointer to be usedAlvaro Herrera
2008-05-12Improve psql's internal print.c code by introducing an actual print API.Alvaro Herrera
2008-05-12Todo done:Bruce Momjian
2008-05-12Improve snapshot manager by keeping explicit track of snapshots.Alvaro Herrera
2008-05-12Fix breakage by the wal_sync_method patch in installations that useMagnus Hagander
2008-05-12Check for non-existant connection in prepare statement handling.Michael Meskes
2008-05-12Document that "ROLLBACK TO savepoint" does not un-close cursors.Alvaro Herrera
2008-05-12Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera
2008-05-12Report which WAL sync method we are trying to change *to* when it fails,Magnus Hagander
2008-05-12Convert wal_sync_method to guc enum.Magnus Hagander
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-05-10Remaining pieces of fix for contrib makefilesAndrew Dunstan
2008-05-10Restore psql's former behavior that padding spaces to the right of the lastTom Lane
2008-05-10Add URL for:Bruce Momjian
2008-05-10Add to TODO:Bruce Momjian
2008-05-10Add URL for:Bruce Momjian
2008-05-10Update alternative output regression files for new float8 test of power().Bruce Momjian
2008-05-10Add TODO item:Bruce Momjian
2008-05-10TODOs done:Bruce Momjian
2008-05-09Change the rules for inherited CHECK constraints to be essentially the sameTom Lane
2008-05-09Adjust power() error messages to be more descriptive.Bruce Momjian
2008-05-09Improve logic for finding object files on OBJS lines in contrib Makefiles. If...Andrew Dunstan
2008-05-09Give a warning if -s switch is used with a non-custom pgbench test.Tom Lane
2008-05-09Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut
2008-05-09Update C comments to mention SQL:2003 handling of power return values.Bruce Momjian