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