| Commit message (Expand) | Author | Age |
* | Fix some misuses of strncat(). | Tom Lane | 2006-09-27 |
* | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 |
* | Suppress useless warning on pre-XP versions of Windows. Magnus | Tom Lane | 2006-09-24 |
* | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 |
* | Surely this temp buffer needn't be static. | Tom Lane | 2006-09-22 |
* | Rearrange yes/no prompting code so that the prompts always show the | Peter Eisentraut | 2006-09-22 |
* | Make postgresql.conf.sample match the initdb defaults. This fixes | Bruce Momjian | 2006-09-14 |
* | Fix pg_dump for recent change removing separate RULE privilege. | Tom Lane | 2006-09-08 |
* | Revert as not needed/inconsistent with SQL REINDEX: | Bruce Momjian | 2006-09-02 |
* | Suppress some NOTICE messages from REINDEX command. | Bruce Momjian | 2006-09-02 |
* | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 |
* | Dept. of second thoughts: if query fails part way through, shut down | Tom Lane | 2006-08-29 |
* | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane | 2006-08-29 |
* | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane | 2006-08-29 |
* | Make saveHistory work properly on OS X when HISTFILE is set to /dev/null. | Tom Lane | 2006-08-27 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 |
* | Fixed a few memory leaks. One indeed was part of a loop. | Michael Meskes | 2006-08-21 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 |
* | Fixed a few trivial memory leaks reported by Coverity just to test my setup. | Michael Meskes | 2006-08-20 |
* | Cause psql to report both the returned data and the command status tag | Tom Lane | 2006-08-13 |
* | Make the psql line counter 64-bit so it can handle files > 4gig lines. | Bruce Momjian | 2006-08-11 |
* | Suppress MSVC warnings about weak functions by using | Bruce Momjian | 2006-08-09 |
* | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 |
* | Fix bug in new pg_dump -T/-N handling that was dumping system schemas if | Bruce Momjian | 2006-08-04 |
* | Fix logic to prevent pg_dump from dumping system schemas; bug introduced | Bruce Momjian | 2006-08-02 |
* | Fix bug I introduced while cleaning up pg_dump -t/-n patch. | Bruce Momjian | 2006-08-01 |
* | Add pg_dump -X no-data-for-failed-tables option to suppress loading data | Bruce Momjian | 2006-08-01 |
* | Allow multiple -n (schema) and -t (table) pg_dump options, and add -T | Bruce Momjian | 2006-08-01 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 |
* | Aggregate functions now support multiple input arguments. I also took | Tom Lane | 2006-07-27 |
* | Allow units to be specified with configuration settings. | Peter Eisentraut | 2006-07-27 |
* | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 |
* | Improve psql's \df slash command to include the argument names and modes | Neil Conway | 2006-07-17 |
* | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 |
* | Fix some missing inclusions identified with new pgcheckdefines tool. | Tom Lane | 2006-07-15 |
* | Fix some makefiles that fail to yield good results from 'make -qp'. | Tom Lane | 2006-07-15 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 |
* | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 |
* | WIN32 fixes: | Bruce Momjian | 2006-07-06 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Fix memory leak introduced in the prior commit, detected by Tom Lane. | Alvaro Herrera | 2006-06-30 |
* | Fix use-after-free error reported by Neil Conway. | Alvaro Herrera | 2006-06-30 |
* | Fix for recent Win32 pg_dump tar temp file patch. | Bruce Momjian | 2006-06-27 |
* | On Win32, use loop to create pg_dump temporary tar file in the current | Bruce Momjian | 2006-06-27 |
* | Our version of getopt_long does not set optarg upon detecting an error, as | Alvaro Herrera | 2006-06-25 |
* | Move setup_cancel_handler() up near start of psql main(), where the | Tom Lane | 2006-06-21 |