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
*
initdb: Add options --auth-local and --auth-host
Peter Eisentraut
2012-02-01
*
psql: Case preserving completion of SQL key words
Peter Eisentraut
2012-02-01
*
psql: Reduce the amount of const lies a bit
Peter Eisentraut
2012-01-31
*
pg_dump: Add GCC noreturn attribute to appropriate functions
Peter Eisentraut
2012-01-31
*
Remove prototype for nonexistent function.
Robert Haas
2012-01-30
*
pg_dump: Move connection-setup code to a separate function.
Robert Haas
2012-01-27
*
Have \copy go through SendQuery
Alvaro Herrera
2012-01-25
*
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
*
psql: Add support for tab completion of GRANT/REVOKE role
Peter Eisentraut
2012-01-21
*
Check number of fields in IDENTIFY_SYSTEM response
Magnus Hagander
2012-01-20
*
Show psql timing output for failed queries as well as successful ones
Magnus Hagander
2012-01-18
*
psql: Fix memory leak
Peter Eisentraut
2012-01-16
*
initdb: Remove support for crypt authentication method
Peter Eisentraut
2012-01-14
*
pg_dump: Dump foreign options in sorted order
Peter Eisentraut
2012-01-10
*
Fix comment language
Magnus Hagander
2012-01-09
*
Fix pg_basebackup for keepalive messages
Magnus Hagander
2012-01-09
*
Fix pg_restore's direct-to-database mode for INSERT-style table data.
Tom Lane
2012-01-06
*
pg_dump: Dump foreign options in prettier format
Peter Eisentraut
2012-01-05
*
pg_dump: Dump operators with the same name ordered by arity
Peter Eisentraut
2012-01-05
*
Suggest use of psql when pg_restore gets a text dump.
Andrew Dunstan
2012-01-03
*
Revert binary change in copyright year adjustment.
Bruce Momjian
2012-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
pg_dump: Dump user mappings ordered by user name
Peter Eisentraut
2011-12-29
*
Indicate default format in --help output of pg_dump and pg_basebackup
Peter Eisentraut
2011-12-28
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
*
Remove support for on_exit()
Peter Eisentraut
2011-12-27
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Add missing 'static' qualifier.
Tom Lane
2011-12-16
*
Add --section option to pg_dump and pg_restore.
Andrew Dunstan
2011-12-16
*
Add --exclude-table-data option to pg_dump.
Andrew Dunstan
2011-12-14
*
Miscellaneous cleanup to silence compiler warnings seen on Mingw.
Andrew Dunstan
2011-12-10
*
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-07
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
Make command-line tools smarter about finding a DB to connect to.
Robert Haas
2011-12-06
*
Add a \setenv command to psql.
Andrew Dunstan
2011-12-04
*
psql: Make temporary editor files have .sql extension
Peter Eisentraut
2011-12-02
*
Remove duplicate definition of 'progname'.
Tom Lane
2011-11-29
*
Clean up after recent pg_dump patches.
Tom Lane
2011-11-29
*
Simplify the pg_dump/pg_restore error reporting macros, and allow
Bruce Momjian
2011-11-29
*
pg_dump: Add gettext plural support to error message
Peter Eisentraut
2011-11-29
*
pg_dump: Fix clean rule after file renaming shuffle
Peter Eisentraut
2011-11-29
*
Fix some bogosities in pg_dump's foreign-table support.
Tom Lane
2011-11-28
*
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
Bruce Momjian
2011-11-26
*
Fix unvalidated check constraints on domains, too
Alvaro Herrera
2011-11-25
*
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2011-11-25
*
Allow pg_upgrade to upgrade clusters that use exclusion contraints by
Bruce Momjian
2011-11-25
*
Dump an unvalidated constraint separately from its table
Alvaro Herrera
2011-11-24
*
Remove user-selectable ANALYZE option for range types.
Tom Lane
2011-11-23
[next]