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 PQconninfoParse error message handling
Peter Eisentraut
2013-07-15
*
Correct off-by-one when reading from pipe
Stephen Frost
2013-07-15
*
Check version before allocating PQExpBuffer
Stephen Frost
2013-07-14
*
Be sure to close() file descriptor on error case
Stephen Frost
2013-07-14
*
pg_isready: Message improvement
Peter Eisentraut
2013-07-14
*
pg_receivexlog - Exit on failure to parse
Stephen Frost
2013-07-14
*
During parallel pg_dump, free commands from master
Stephen Frost
2013-07-14
*
pg_dump: Formatting cleanup of new messages
Peter Eisentraut
2013-07-11
*
pg_isready: Make --help output more consistent with other utilities
Peter Eisentraut
2013-07-07
*
pg_resetxlog: Make --help consistent with man page
Peter Eisentraut
2013-07-07
*
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
*
Update pg_resetxlog's documentation on multixacts
Alvaro Herrera
2013-06-27
*
Mark index-constraint comments with correct dependency in pg_dump.
Tom Lane
2013-06-27
*
pg_receivexlog: Fix logic error
Peter Eisentraut
2013-06-26
*
Properly dump dropped foreign table cols in binary-upgrade mode.
Andrew Dunstan
2013-06-25
*
Translation updates
Peter Eisentraut
2013-06-24
*
initdb: Add blank line before output about checksums
Peter Eisentraut
2013-06-19
*
psql: Re-allow -1 together with -c or -l
Peter Eisentraut
2013-06-17
*
Fix pg_restore -l with the directory archive to display the correct format name.
Fujii Masao
2013-06-16
*
Fix pg_isready to handle conninfo properly.
Fujii Masao
2013-06-11
*
Fix ordering of obj id for Rules and EventTriggers in pg_dump.
Joe Conway
2013-06-09
*
Fix unportable usage of isspace().
Tom Lane
2013-06-01
*
Add new source files to nls.mk
Peter Eisentraut
2013-05-31
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix escaping in generated recovery.conf file.
Heikki Linnakangas
2013-05-20
*
Fix walsender failure at promotion.
Heikki Linnakangas
2013-05-08
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
*
Back out some recent translation updates.
Tom Lane
2013-05-06
*
Execute SET TRANSACTION SNAPSHOT during pg_dump
Simon Riggs
2013-05-06
*
Translation updates
Peter Eisentraut
2013-05-05
*
Improve behavior of \watch with non-tuple-returning commands.
Tom Lane
2013-05-04
*
Record data_checksum_version in control file.
Simon Riggs
2013-04-30
*
Revert "pg_ctl: Add idempotent option"
Peter Eisentraut
2013-04-29
*
Attempt to fix error recovery in COPY BOTH mode.
Robert Haas
2013-04-29
*
pg_dump: Improve message formatting
Peter Eisentraut
2013-04-27
*
Ensure that user created rows in extension tables get dumped if the table is ...
Joe Conway
2013-04-26
*
pg_basebackup: Add missing newlines at end of lines
Peter Eisentraut
2013-04-24
*
initdb: Improve some messages
Peter Eisentraut
2013-04-24
*
Add missing #include.
Heikki Linnakangas
2013-04-24
*
Make fast promotion the default promotion mode.
Simon Riggs
2013-04-24
*
pg_ctl: Add idempotent option
Peter Eisentraut
2013-04-13
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
*
Fix line count in slashUsage().
Tom Lane
2013-04-04
*
Add \watch [SEC] command to psql.
Tom Lane
2013-04-04
*
psql: fix startup crash caused by PSQLRC containing a tilde
Bruce Momjian
2013-04-04
*
Must check indisready not just indisvalid when dumping from 9.2 server.
Tom Lane
2013-03-28
*
Move some pg_dump function around.
Heikki Linnakangas
2013-03-27
*
Ignore invalid indexes in pg_dump.
Tom Lane
2013-03-26
*
Fix pg_dump against 9.1/9.2 servers.
Heikki Linnakangas
2013-03-26
*
Get rid of obsolete parse_version helper function.
Heikki Linnakangas
2013-03-26
[next]