index
:
users/kgrittn/postgres.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
Release_1_0_3
WIN32_DEV
bghinter
bug6123
depth
ecpg_big_bison
flexlock
idle
master
repl
serializable
Kevin Grittner's development, especially fully serializable transactions (See http://wiki.postgresql.org/wiki/Serializable for more info)
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
Age
Commit message (
Expand
)
Author
2011-12-19
Add support for privileges on types
Peter Eisentraut
2011-12-19
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-07
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-04
Add a \setenv command to psql.
Andrew Dunstan
2011-12-02
psql: Make temporary editor files have .sql extension
Peter Eisentraut
2011-11-16
Don't elide blank lines when accumulating psql command history.
Robert Haas
2011-11-12
Add psql expanded auto mode
Peter Eisentraut
2011-11-12
Fix psql's \dd version check for operator families.
Robert Haas
2011-11-10
Throw nice error if server is too old to support psql's \ef or \sf command.
Tom Lane
2011-11-05
Show statistics target for columns in \d+ on a table
Magnus Hagander
2011-11-05
Make psql \d on a sequence show the table/column owning it
Magnus Hagander
2011-11-04
Add missing space in comment
Magnus Hagander
2011-10-24
Make TABLE tab complation in psql include all relations
Magnus Hagander
2011-10-23
Make psql support tab completion of EXECUTE <prepared-statement-name>.
Tom Lane
2011-10-20
Rewrite tab completion's previous-word fetching for more sanity.
Tom Lane
2011-10-19
Suppress remaining -Waddress warnings from recent gcc versions.
Tom Lane
2011-10-19
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-15
Allow a major PG version psql .psqlrc file to be used if a minor
Bruce Momjian
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-26
Clean up weird corner cases in lexing of psql meta-command arguments.
Tom Lane
2011-08-26
Support non-ASCII letters in psql variable names.
Tom Lane
2011-08-25
Add makefile rules to check for backtracking in backend and psql lexers.
Tom Lane
2011-08-25
Fix psql lexer to avoid use of backtracking.
Tom Lane
2011-08-25
Add "%option warn" to all flex input files that lacked it.
Tom Lane
2011-08-25
Change format of SQL/MED generic options in psql backslash commands.
Robert Haas
2011-08-17
Translation updates
Peter Eisentraut
2011-08-11
Display both per-table and per-column FDW options in psql's \d output.
Robert Haas
2011-08-11
Change psql's \dd command to do something more useful.
Robert Haas
2011-08-08
Teach psql to display the comments on SQL/MED objects in verbose mode.
Robert Haas
2011-08-08
Teach psql to display the comments on conversions and domains.
Robert Haas
2011-08-05
Allow per-column foreign data wrapper options.
Robert Haas
2011-08-04
Teach psql to display comments on languages and casts.
Robert Haas
2011-07-26
Add missing newlines at end of error messages
Peter Eisentraut
2011-07-26
Replace printf format %i by %d
Peter Eisentraut
2011-07-26
Only display column comments for relkinds that support them.
Robert Haas
2011-07-23
Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change.
Andrew Dunstan
2011-07-23
Change EDITOR_LINENUMBER_SWITCH to an environment variable
Peter Eisentraut
2011-07-06
Add \ir command to psql.
Robert Haas
2011-07-06
Attempt to standardize formatting of psql queries.
Robert Haas
2011-07-05
Fix psql's counting of script file line numbers during COPY.
Tom Lane
2011-06-29
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-26
Add the possibility to pass --flag arguments to xgettext calls
Peter Eisentraut
2011-06-26
Make _ be automatically included in GETTEXT_TRIGGERS
Peter Eisentraut
2011-06-26
Replace := by = in nls.mk files
Peter Eisentraut
2011-06-14
Allow psql \d tab completion to complete all relation kinds
Peter Eisentraut
2011-06-12
Tab completion improvements for COMMENT.
Robert Haas
2011-06-09
Translation updates for 9.1beta2
Peter Eisentraut
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-08
Revert psql bits to display NOT VALID for FKs
Alvaro Herrera
[next]