| Commit message (Expand) | Author | Age |
* | Code review for psql multiline history patch(es). Fix memory leak, | Tom Lane | 2006-06-11 |
* | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera | 2006-05-28 |
* | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane | 2006-04-30 |
* | Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some | Alvaro Herrera | 2006-04-02 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Improve tab completion macro for default keywords. | Bruce Momjian | 2006-02-12 |
* | List psql tab completion for various default keywords. | Bruce Momjian | 2006-02-12 |
* | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 |
* | o Improve psql's handling of multi-line statements | Bruce Momjian | 2006-02-11 |
* | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 |
* | Add new psql command \password for changing role password with client-side | Peter Eisentraut | 2005-12-18 |
* | > 1) I'm proposing a patch to do the DROP FUNCTION argument tab completion. | Bruce Momjian | 2005-12-08 |
* | Add tab completion for RESET SESSION AUTHORIZATION. | Alvaro Herrera | 2005-11-18 |
* | Re-run pgindent to fix breakage when exceeding 150 'else if' clauses. | Bruce Momjian | 2005-11-14 |
* | R-tree is dead ... long live GiST. | Tom Lane | 2005-11-07 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix up tab completion for ROLEs and add some more completion logic for | Tom Lane | 2005-08-14 |
* | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 |
* | Add tab completion syntax for PREPARE 2-phase commit syntax. | Bruce Momjian | 2005-07-28 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 |
* | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane | 2005-06-22 |
* | Trivial dead code removal: in _complete_from_query(), 'text' cannot be | Neil Conway | 2005-06-21 |
* | Add GUC krb_server_hostname so the server hostname can be specified as | Bruce Momjian | 2005-06-14 |
* | Quick patch to adress a recent concern on the mailing list | Bruce Momjian | 2005-05-25 |
* | Upon closer inspection, Greg's psql tab completion patch leaks memory. | Neil Conway | 2005-05-18 |
* | psql tab completion improvements, from Greg Sabino Mullane: | Neil Conway | 2005-05-18 |
* | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian | 2005-05-07 |
* | Spell DELIMITER correctly, per Seamus Dean. | Tom Lane | 2005-05-04 |
* | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 |
* | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 |
* | Minor fixes for psql tab completion. Spell "absolute" like the English word, | Neil Conway | 2005-04-04 |
* | Add temp_buffers GUC variable to allow users to determine the size | Tom Lane | 2005-03-19 |
* | Document why CREATE CONSTRAINT TRIGGER doesn't tab complete. | Bruce Momjian | 2005-01-23 |
* | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 |
* | Switch order of WHERE clauses in tab completion queries, as suggested | Tom Lane | 2004-12-24 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Tab completion for CREATE TABLESPACE arguments. Patch by Joachim Wieland. | Peter Eisentraut | 2004-11-02 |
* | Some improvements for the tab-completion of psql. This should | Neil Conway | 2004-09-22 |
* | src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/; | Bruce Momjian | 2004-09-01 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix tab completion for ALTER INDEX. | Bruce Momjian | 2004-08-21 |
* | Attached is the third version of my patch that adds/fixes several things | Bruce Momjian | 2004-08-20 |
* | Add ALTER INDEX, particularly for moving tablespaces. | Bruce Momjian | 2004-08-20 |
* | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 |
* | This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. | Bruce Momjian | 2004-05-26 |
* | Rename find_my_binary/find_other_binary to | Bruce Momjian | 2004-05-12 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Remove 'syslog' GUC variable, and add more logical 'log_destination' | Bruce Momjian | 2004-04-05 |