| Commit message (Expand) | Author | Age |
* | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 |
* | Spell DELIMITER correctly, per Seamus Dean. | Tom Lane | 2005-05-04 |
* | 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 |
* | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 |
* | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane | 2004-03-23 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | More fallout from the recent psql patch: rename xmalloc and friends to | Neil Conway | 2004-01-25 |
* | This patch makes some of the memory manipulation performed by psql a | Neil Conway | 2004-01-24 |
* | Allow BEGIN WORK to specify transaction isolation level, like START | Bruce Momjian | 2004-01-10 |
* | attached is a patch that adds display of the groups a user belongs to to | Bruce Momjian | 2003-12-01 |
* | This patch reduces some unsightly #ifdefs, and fixes two typos in | Bruce Momjian | 2003-12-01 |
* | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Allow tab completion for ALTER TABLE dbname <tab><tab> to show new | Bruce Momjian | 2003-11-08 |
* | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 |
* | Further work on tab completion code: arrange for system catalogs to be | Tom Lane | 2003-10-30 |
* | Don't include "schema." in the set of possible tab completions once | Tom Lane | 2003-10-28 |
* | Remove automatic '()' in other branch of UNION as well. | Peter Eisentraut | 2003-10-17 |
* | There should not be an automatic '()' after a function name when | Peter Eisentraut | 2003-10-16 |
* | Cause tab completion to do something moderately reasonable with mixed-case | Tom Lane | 2003-10-16 |
* | Use PQescapeString to ensure that tab-completion queries are not messed | Tom Lane | 2003-10-14 |
* | Remove geqo_random_seed parameter. Having geqo reset the global random() | Tom Lane | 2003-09-07 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 |
* | Add GUC option log_error_verbosity to control which fields of error | Tom Lane | 2003-06-30 |
* | psql: tab completion for \encoding | Bruce Momjian | 2003-06-12 |
* | Add add_missing_from GUC variable. | Bruce Momjian | 2003-06-11 |
* | Add log_min_duration_statement. | Bruce Momjian | 2003-06-11 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |
* | const-ify functions used with completion_matches(), to suppress | Tom Lane | 2003-04-03 |
* | Fix NULL casting warning, pointed out by Joe Conway | Bruce Momjian | 2003-03-28 |
* | Attached are two patches for psql's tab-completion.c. | Bruce Momjian | 2003-03-27 |
* | Create a GUC variable REGEX_FLAVOR to control the type of regular | Tom Lane | 2003-02-06 |