index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Implement an "S" option for psql's \dn command.
Tom Lane
2010-11-06
*
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-29
*
Add tab completion for psql \dg and \z
Peter Eisentraut
2010-10-28
*
Make \? output of \dg and \du the same
Peter Eisentraut
2010-10-28
*
Fix up some oversights in psql's Unicode-escape support.
Tom Lane
2010-10-26
*
Minor fixups for psql's process_file() function.
Robert Haas
2010-10-26
*
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
*
Allow pg_ctl to register the service in either AUTO or DEMAND start type
Alvaro Herrera
2010-10-15
*
Teach psql to do tab completion for names of psql variables.
Tom Lane
2010-10-10
*
Support triggers on views.
Tom Lane
2010-10-10
*
Fix another small oversight in command_no_begin patch.
Tom Lane
2010-09-28
*
Only DISCARD ALL should be in the command_no_begin list.
Itagaki Takahiro
2010-09-28
*
Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.
Itagaki Takahiro
2010-09-28
*
Add a SECURITY LABEL command.
Robert Haas
2010-09-27
*
Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
Peter Eisentraut
2010-09-26
*
Initialize tableoid field correctly when dumping foreign data wrappers and
Heikki Linnakangas
2010-09-23
*
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-22
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Don't warn about an in-progress online backup, when we're recovering from
Heikki Linnakangas
2010-09-14
*
Avoid passing signed chars to <ctype.h> functions ... same old
Tom Lane
2010-08-25
*
Improve parallel restore's ability to cope with selective restore (-L option).
Tom Lane
2010-08-21
*
Rename utf2ucs() to utf8_to_unicode(), and export it so it can be used
Tom Lane
2010-08-18
*
Fix psql's copy of utf2ucs() to match the backend's copy exactly;
Tom Lane
2010-08-16
*
Fix \ef and \sf to not fail on functions with nonnull probin.
Tom Lane
2010-08-14
*
Add a \sf (show function) command to psql, for those times when you need to
Tom Lane
2010-08-14
*
Clean up failure to use ClosePager() where appropriate in help.c.
Tom Lane
2010-08-13
*
Fix pg_restore to complain if any arguments remain after parsing the switches
Tom Lane
2010-08-13
*
Extend psql's \e and \ef commands so that a line number can be specified,
Tom Lane
2010-08-12
*
Code review for --quote-all-identifiers patch: add missing --help documentation
Tom Lane
2010-08-03
*
Kibitzing on \conninfo patch: adjust the order of field output to match
Tom Lane
2010-08-03
*
Make psql distinguish between unique indices and unique constraints.
Robert Haas
2010-08-01
*
Show psql timing output even in quiet mode
Peter Eisentraut
2010-07-28
*
Have psql avoid describing local sockets as host names.
Robert Haas
2010-07-23
*
Fix bogus server version in pg_dumpall --quote-all-identifiers.
Robert Haas
2010-07-22
*
Add options to force quoting of all identifiers.
Robert Haas
2010-07-22
*
Have \conninfo mention the port even for local sockets.
Robert Haas
2010-07-20
*
Add \conninfo command to psql, to show current connection info.
Robert Haas
2010-07-20
*
Fix several problems in pg_dump's handling of SQL/MED objects, notably failure
Tom Lane
2010-07-14
*
Translation updates for 9.0beta3
Peter Eisentraut
2010-07-08
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Split the LDFLAGS make variable into two parts: LDFLAGS is now used for
Tom Lane
2010-07-05
*
Improve pg_dump's checkSeek() function to verify the functioning of ftello
Tom Lane
2010-06-28
*
Fix pg_restore so parallel restore doesn't fail when the input file doesn't
Tom Lane
2010-06-27
*
Fix typo in Japanese translation for psql "Use \d+ to list them."
Itagaki Takahiro
2010-06-14
*
Add missing 'Z' letter to getopt_long call --- the newly added
Tom Lane
2010-06-11
*
Ensure default-only storage parameters for TOAST relations
Itagaki Takahiro
2010-06-07
*
Translation updates for 9.0beta2
Peter Eisentraut
2010-06-03
*
On clean shutdown during recovery, don't warn about possible corruption.
Robert Haas
2010-06-03
*
Change the notation for calling functions with named parameters from
Tom Lane
2010-05-30
*
Abort a FETCH_COUNT-controlled query if we observe any I/O error on the
Tom Lane
2010-05-28
[next]