summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-093-263/+367
* Move processNamePattern into dumputils.c in preparation for using it inTom Lane2006-10-093-263/+268
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-071-10/+13
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-073-39/+28
* Message style improvementsPeter Eisentraut2006-10-065-18/+20
* Fix initdb's logic for picking shared_buffers/max_fsm_pages, which hadTom Lane2006-10-041-18/+15
* pgindent run for 8.2.Bruce Momjian2006-10-0432-896/+975
* pgevent fixes:Bruce Momjian2006-10-031-2/+2
* Fix yesno_prompt() memory leak in /script tools, reported by Converity.Bruce Momjian2006-10-031-4/+12
* The attached patch changes units of the some default values inBruce Momjian2006-10-031-8/+18
* Fix some misuses of strncat().Tom Lane2006-09-271-2/+2
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-276-27/+6
* Suppress useless warning on pre-XP versions of Windows. MagnusTom Lane2006-09-241-2/+10
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-222-6/+6
* Surely this temp buffer needn't be static.Tom Lane2006-09-221-4/+6
* Rearrange yes/no prompting code so that the prompts always show thePeter Eisentraut2006-09-226-38/+34
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-141-3/+3
* Fix pg_dump for recent change removing separate RULE privilege.Tom Lane2006-09-081-2/+1
* Revert as not needed/inconsistent with SQL REINDEX:Bruce Momjian2006-09-021-8/+1
* Suppress some NOTICE messages from REINDEX command.Bruce Momjian2006-09-021-1/+8
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-1/+24
* Dept. of second thoughts: if query fails part way through, shut downTom Lane2006-08-291-4/+13
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-295-483/+831
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-2912-266/+407
* Make saveHistory work properly on OS X when HISTFILE is set to /dev/null.Tom Lane2006-08-271-2/+9
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-252-18/+74
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-212-24/+67
* Fixed a few memory leaks. One indeed was part of a loop.Michael Meskes2006-08-211-1/+4
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-212-113/+96
* Fixed a few trivial memory leaks reported by Coverity just to test my setup.Michael Meskes2006-08-201-1/+7
* Cause psql to report both the returned data and the command status tagTom Lane2006-08-131-24/+42
* Make the psql line counter 64-bit so it can handle files > 4gig lines.Bruce Momjian2006-08-113-6/+6
* Suppress MSVC warnings about weak functions by usingBruce Momjian2006-08-093-11/+12
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-072-31/+65
* Fix bug in new pg_dump -T/-N handling that was dumping system schemas ifBruce Momjian2006-08-041-4/+12
* Fix logic to prevent pg_dump from dumping system schemas; bug introducedBruce Momjian2006-08-021-18/+27
* Fix bug I introduced while cleaning up pg_dump -t/-n patch.Bruce Momjian2006-08-011-4/+2
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-013-3/+26
* Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian2006-08-013-95/+251
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-43/+1
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-273-65/+72
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-271-9/+9
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-186-17/+15
* Improve psql's \df slash command to include the argument names and modesNeil Conway2006-07-171-3/+30
* Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane2006-07-163-3/+3
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-152-10/+12
* Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane2006-07-151-1/+5
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-1428-87/+29
* Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane2006-07-142-4/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2