| Commit message (Expand) | Author | Age |
* | 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 |
* | Clean up psql variable code a little: eliminate unnecessary tests in | Tom Lane | 2006-06-21 |
* | Fix saveHistory() to not emit bogus complaint during psql exit when using | Tom Lane | 2006-06-18 |
* | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut | 2006-06-18 |
* | Document issues with non-default tablespaces and pg_dumpall restores. | Bruce Momjian | 2006-06-16 |
* | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 |
* | Code review for psql multiline history patch(es). Fix memory leak, | Tom Lane | 2006-06-11 |
* | Repair remarkably-inefficient query for dumping large object comments: it | Tom Lane | 2006-06-09 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | For psql multi-line history, save backslash commands right away, rather | Bruce Momjian | 2006-06-07 |
* | Update comment. | Bruce Momjian | 2006-06-06 |
* | On Win32, return original patch if GetShortPathName() fails (no short | Bruce Momjian | 2006-06-06 |
* | Avoid longjump/vfork warning about line_saved_in_history variable by | Bruce Momjian | 2006-06-05 |
* | Have psql history save \e editor contents to history before query is | Bruce Momjian | 2006-06-05 |
* | Fix psql so \r is separate in the history, rather than at the end of | Bruce Momjian | 2006-06-04 |
* | Remove pg_resetxlog -r flag, feature has problems referenced here: | Bruce Momjian | 2006-06-03 |
* | Respond to Jeremy Drake's original gripe that \copy needs to recognize | Tom Lane | 2006-06-01 |
* | Fix up hack to suppress escape_string_warning so that it actually works | Tom Lane | 2006-06-01 |
* | Fix seriously broken patch for psql '' ... per its comment, emit() is | Tom Lane | 2006-05-31 |
* | Support '' for literal ' in psql single-quote strings, documentation update. | Bruce Momjian | 2006-05-31 |
* | Escape processing patch: | Bruce Momjian | 2006-05-31 |
* | Add PQclear() calls, for completeness (exits shortly anyway). | Bruce Momjian | 2006-05-29 |
* | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 |
* | Don't call PQclear until the struct is really no longer going to be used. | Alvaro Herrera | 2006-05-28 |
* | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera | 2006-05-28 |
* | Fix initdb to properly escape quotes and backslashes in the supplied | Tom Lane | 2006-05-27 |
* | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 |
* | Support binary COPY through psql. Also improve detection of write errors | Tom Lane | 2006-05-26 |
* | Fix pg_restore to process BLOB COMMENT entries correctly; they aren't | Tom Lane | 2006-05-24 |
* | Add strerror to pg_dump error messages where missing. | Peter Eisentraut | 2006-05-22 |