summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Alphabetically order reference to include files, "N" - "S".Bruce Momjian2006-07-111-3/+3
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-113-26/+34
* WIN32 fixes:Bruce Momjian2006-07-062-3/+17
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-022-15/+95
* Fix memory leak introduced in the prior commit, detected by Tom Lane.Alvaro Herrera2006-06-301-1/+3
* Fix use-after-free error reported by Neil Conway.Alvaro Herrera2006-06-301-9/+11
* Fix for recent Win32 pg_dump tar temp file patch.Bruce Momjian2006-06-271-2/+3
* On Win32, use loop to create pg_dump temporary tar file in the currentBruce Momjian2006-06-271-1/+29
* Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera2006-06-251-2/+2
* Move setup_cancel_handler() up near start of psql main(), where theTom Lane2006-06-211-6/+6
* Clean up psql variable code a little: eliminate unnecessary tests inTom Lane2006-06-211-21/+20
* Fix saveHistory() to not emit bogus complaint during psql exit when usingTom Lane2006-06-181-8/+23
* Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut2006-06-182-50/+50
* Document issues with non-default tablespaces and pg_dumpall restores.Bruce Momjian2006-06-161-2/+10
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-1411-155/+351
* Code review for psql multiline history patch(es). Fix memory leak,Tom Lane2006-06-117-161/+132
* Repair remarkably-inefficient query for dumping large object comments: itTom Lane2006-06-091-3/+3
* Prepare code to be built by MSVC:Bruce Momjian2006-06-0715-60/+36
* For psql multi-line history, save backslash commands right away, ratherBruce Momjian2006-06-071-2/+2
* Update comment.Bruce Momjian2006-06-061-2/+3
* On Win32, return original patch if GetShortPathName() fails (no shortBruce Momjian2006-06-061-18/+7
* Avoid longjump/vfork warning about line_saved_in_history variable byBruce Momjian2006-06-051-3/+3
* Have psql history save \e editor contents to history before query isBruce Momjian2006-06-051-6/+8
* Fix psql so \r is separate in the history, rather than at the end ofBruce Momjian2006-06-041-2/+2
* Remove pg_resetxlog -r flag, feature has problems referenced here:Bruce Momjian2006-06-031-907/+83
* Respond to Jeremy Drake's original gripe that \copy needs to recognizeTom Lane2006-06-013-78/+75