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
*
Fix bug in dumping prior releases due to MV REFRESH dependency checking.
Kevin Grittner
2013-03-13
*
pg_ctl: Adjust nls.mk for split out of wait_error.c
Peter Eisentraut
2013-03-10
*
pg_basebackup: Add missing newlines to several error messages
Peter Eisentraut
2013-03-10
*
Add fe_memutils.c to nls.mk where used
Peter Eisentraut
2013-03-06
*
Adjust nls.mk for split out of wait_error.c
Peter Eisentraut
2013-03-06
*
Fix broken pg_dump for 9.0 and 9.1 caused by the MV patch.
Kevin Grittner
2013-03-06
*
pg_ctl: Add comma to message
Peter Eisentraut
2013-03-05
*
psql: Let \l accept a pattern
Peter Eisentraut
2013-03-04
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
Only quote libpq connection string values that need quoting.
Heikki Linnakangas
2013-02-25
*
Add -d option to pg_dumpall, for specifying a connection string.
Heikki Linnakangas
2013-02-25
*
Add -d/--dbname option to pg_dump.
Heikki Linnakangas
2013-02-25
*
Add -d option to pg_basebackup and pg_receivexlog, for connection string.
Heikki Linnakangas
2013-02-25
*
Fix pg_dumpall with database names containing =
Heikki Linnakangas
2013-02-20
*
Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump.
Heikki Linnakangas
2013-02-20
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
*
Warn about initdb using mount-points
Bruce Momjian
2013-02-16
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Support unlogged GiST index.
Heikki Linnakangas
2013-02-11
*
Include previous TLI in end-of-recovery and shutdown checkpoint records.
Heikki Linnakangas
2013-02-11
*
psql: Improve unaligned expanded output for zero rows
Peter Eisentraut
2013-02-09
*
psql: Improve expanded print output in tuples-only mode
Peter Eisentraut
2013-02-09
*
Add support for ALTER RULE ... RENAME TO.
Tom Lane
2013-02-08
*
scripts: Add build prerequisite on libpgport
Peter Eisentraut
2013-02-08
*
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-02-06
*
Create a psql command \gset to store query results into psql variables.
Tom Lane
2013-02-02
*
Prevent "\g filename" from affecting subsequent commands after an error.
Tom Lane
2013-02-02
*
Fast promote mode skips checkpoint at end of recovery.
Simon Riggs
2013-01-29
*
Make it easy to time out pg_isready, and make the default 3 seconds.
Robert Haas
2013-01-25
*
Add prosecdef to \df+ output.
Heikki Linnakangas
2013-01-25
*
Make pg_dump exclude unlogged table data on hot standby slaves
Magnus Hagander
2013-01-25
*
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-24
*
Make output identical to pg_resetxlog's
Alvaro Herrera
2013-01-24
*
pg_isready
Robert Haas
2013-01-23
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Use SET TRANSACTION READ ONLY in pg_dump, if server supports it.
Tom Lane
2013-01-19
*
Rename new latex longtable function name, for consistency
Bruce Momjian
2013-01-18
*
psql latex fixes
Bruce Momjian
2013-01-18
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
*
Add a latex-longtable output format to psql
Bruce Momjian
2013-01-17
*
Silence compiler warnings
Magnus Hagander
2013-01-17
*
Make size-output fixed length in pg_basebackup verbose mode
Magnus Hagander
2013-01-17
*
Truncate filenames in the leadning end in pg_basebackup verbose output
Magnus Hagander
2013-01-17
*
Support multiple -t/--table arguments for more commands
Magnus Hagander
2013-01-17
*
Get rid of pg_dump's README
Peter Eisentraut
2013-01-16
*
Make \? help message more clear when not connected.
Heikki Linnakangas
2013-01-15
*
Don't pass NULL to fprintf, if not currently connected to a database.
Heikki Linnakangas
2013-01-15
*
Give a proper error message if connecting to incompatible server.
Heikki Linnakangas
2013-01-15
*
Don't attempt to write recovery.conf when -R is not specified
Magnus Hagander
2013-01-09
[next]