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
*
Suppress foreign data wrappers and foreign servers in partial dumps
Peter Eisentraut
2011-05-30
*
Make message more consistent
Alvaro Herrera
2011-05-30
*
Add pg_basebackup -z option for compression with default level
Peter Eisentraut
2011-05-30
*
Allow pg_basebackup compressed tar output to stdout
Peter Eisentraut
2011-05-29
*
Avoid compiler warning when building without zlib
Peter Eisentraut
2011-05-29
*
Improve corner cases in pg_ctl's new wait-for-postmaster-startup code.
Tom Lane
2011-05-27
*
Suppress extensions in partial dumps.
Tom Lane
2011-05-25
*
Put options in some sensible order
Peter Eisentraut
2011-05-25
*
Message improvements
Peter Eisentraut
2011-05-24
*
Message style improvements
Peter Eisentraut
2011-05-23
*
Message style improvements
Peter Eisentraut
2011-05-22
*
Message improvement
Peter Eisentraut
2011-05-22
*
In binary-upgrade mode, dump dropped attributes of composite types.
Heikki Linnakangas
2011-05-21
*
Rename pg_dump --no-security-label to --no-security-labels
Peter Eisentraut
2011-05-19
*
Add example for replication in pg_hba.conf
Magnus Hagander
2011-05-19
*
Fix pg_dump's handling of extension-member casts and languages.
Tom Lane
2011-05-16
*
More cleanup of FOREIGN TABLE permissions handling.
Robert Haas
2011-05-13
*
For create/dropdb, only connect once to the server since we now have a
Bruce Momjian
2011-05-10
*
Be more wary in initdb's creation of platform-dependent collations.
Tom Lane
2011-05-10
*
Remove redundant port number check
Peter Eisentraut
2011-05-04
*
Message style cleanup
Peter Eisentraut
2011-05-04
*
Fix alignment of --help output
Peter Eisentraut
2011-05-04
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
*
Fix binary upgrade of altered typed tables
Peter Eisentraut
2011-04-27
*
timeline is not needed in BaseBackup()
Magnus Hagander
2011-04-27
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
*
Quotes in strings injected into bki file need to escaped. In particular,
Heikki Linnakangas
2011-04-20
*
Fix assorted infelicities in collation handling in psql's describe.c.
Tom Lane
2011-04-17
*
Fix pg_dump to handle collations applied to columns of composite types.
Tom Lane
2011-04-17
*
Suppress unused-function warning on non-WIN32 builds.
Tom Lane
2011-04-15
*
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-04-15
*
On Windows, if the encoding implied by locale is not allowed as a
Heikki Linnakangas
2011-04-15
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Add collation support on Windows (MSVC build)
Peter Eisentraut
2011-04-10
*
Don't show unusable collations in psql's \dO command.
Tom Lane
2011-04-09
*
Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers.
Robert Haas
2011-04-08
*
Modify initdb to complain only when no usable system locales are found.
Tom Lane
2011-04-08
*
Have pg_upgrade properly preserve relfrozenxid in toast tables.
Bruce Momjian
2011-04-08
*
Fix SortTocFromFile() to cope with lines that are too long for its buffer.
Tom Lane
2011-04-07
*
Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.
Bruce Momjian
2011-04-07
*
Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.
Robert Haas
2011-04-01
*
pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
*
fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...
Greg Stark
2011-03-27
*
Make initdb ignore locales for client-only encodings.
Tom Lane
2011-03-22
*
Fix up handling of C/POSIX collations.
Tom Lane
2011-03-20
*
Rename ident authentication over local connections to peer
Magnus Hagander
2011-03-19
*
Properly clear the verbose output of pg_basebackup
Magnus Hagander
2011-03-19
*
Woops. Previous patch to remove -X options missed getopt_long calls().
Robert Haas
2011-03-18
*
Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.
Robert Haas
2011-03-18
[next]