summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2006-09-02Revert as not needed/inconsistent with SQL REINDEX:Bruce Momjian
2006-09-02Suppress some NOTICE messages from REINDEX command.Bruce Momjian
2006-08-30Extend COPY to support COPY (SELECT ...) TO ...Tom Lane
2006-08-29Dept. of second thoughts: if query fails part way through, shut downTom Lane
2006-08-29Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane
2006-08-29Invent an assign-hook mechanism for psql variables similar to the oneTom Lane
2006-08-27Make saveHistory work properly on OS X when HISTFILE is set to /dev/null.Tom Lane
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-08-21Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane
2006-08-21Fixed a few memory leaks. One indeed was part of a loop.Michael Meskes
2006-08-21Fix all known problems with pg_dump's handling of serial sequencesTom Lane
2006-08-20Fixed a few trivial memory leaks reported by Coverity just to test my setup.Michael Meskes
2006-08-13Cause psql to report both the returned data and the command status tagTom Lane
2006-08-11Make the psql line counter 64-bit so it can handle files > 4gig lines.Bruce Momjian
2006-08-09Suppress MSVC warnings about weak functions by usingBruce Momjian
2006-08-07Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane
2006-08-04Fix bug in new pg_dump -T/-N handling that was dumping system schemas ifBruce Momjian
2006-08-02Fix logic to prevent pg_dump from dumping system schemas; bug introducedBruce Momjian
2006-08-01Fix bug I introduced while cleaning up pg_dump -t/-n patch.Bruce Momjian
2006-08-01Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian
2006-08-01Allow multiple -n (schema) and -t (table) pg_dump options, and add -TBruce Momjian
2006-07-31Change the bootstrap sequence so that toast tables for system catalogs areTom Lane
2006-07-27Aggregate functions now support multiple input arguments. I also tookTom Lane
2006-07-27Allow units to be specified with configuration settings.Peter Eisentraut
2006-07-18Mark a few functions as static or NOT_USED.Bruce Momjian
2006-07-17Improve psql's \df slash command to include the argument names and modesNeil Conway
2006-07-16Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane
2006-07-15Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane
2006-07-15Fix some makefiles that fail to yield good results from 'make -qp'.Tom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-07-14Fix a passel of recently-committed violations of the rule 'thou shaltTom Lane
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-07-11Alphabetically order reference to include files, "N" - "S".Bruce Momjian
2006-07-11Allow each C include file to compile on its own by including any neededBruce Momjian
2006-07-06WIN32 fixes:Bruce Momjian
2006-07-02Add FILLFACTOR to CREATE INDEX.Bruce Momjian
2006-06-30Fix memory leak introduced in the prior commit, detected by Tom Lane.Alvaro Herrera
2006-06-30Fix use-after-free error reported by Neil Conway.Alvaro Herrera
2006-06-27Fix for recent Win32 pg_dump tar temp file patch.Bruce Momjian
2006-06-27On Win32, use loop to create pg_dump temporary tar file in the currentBruce Momjian
2006-06-25Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera
2006-06-21Move setup_cancel_handler() up near start of psql main(), where theTom Lane
2006-06-21Clean up psql variable code a little: eliminate unnecessary tests inTom Lane
2006-06-18Fix saveHistory() to not emit bogus complaint during psql exit when usingTom Lane
2006-06-18Merge postmaster and postgres command into just postgres. postmasterPeter Eisentraut
2006-06-16Document issues with non-default tablespaces and pg_dumpall restores.Bruce Momjian
2006-06-14Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane
2006-06-11Code review for psql multiline history patch(es). Fix memory leak,Tom Lane
2006-06-09Repair remarkably-inefficient query for dumping large object comments: itTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian