summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-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-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-10Update alternative output regression files for new float8 test of power().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-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
2008-05-09Fix Assert introduced in previous patch.Heikki Linnakangas
2008-05-09Fix incorrect archive truncation point calculation in the %r recovery_commandHeikki Linnakangas
2008-05-09Fix bogus expected output that should have made it quite clear thatTom Lane
2008-05-09Fix memory stomp that's turning the whole buildfarm pink: you can't hack upTom Lane
2008-05-08Add regression test for various power expressions with a zero base, andBruce Momjian
2008-05-08Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^ 0.0Bruce Momjian
2008-05-08Have psql output tab as the proper number of spaces, rather than \x09.Bruce Momjian
2008-05-08Add psql '\pset format wrapped' mode to wrap output to screen width, orBruce Momjian
2008-05-08Fix rules regression test for recent pg_stat_activity change.Tom Lane
2008-05-08Make the new pg_stat_get_activity use OUT parameters, so you don't have toMagnus Hagander
2008-05-07Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander
2008-05-07Have boolean pset values checked against typical boolean values, ratherBruce Momjian
2008-05-07The CONSTROID syscache should show conrelid as a relation OID column.Tom Lane
2008-05-07Convert the list of syscache names from a series of #define's into an enum,Tom Lane
2008-05-05Add more dependencies from libpgport required byMagnus Hagander
2008-05-05Display ACLS using multiple lines for psql's \z. Brendan Jurd.Andrew Dunstan
2008-05-05Show enum values in psql's \dt+. David Fetter.Andrew Dunstan