index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code review for row security.
Stephen Frost
2014-09-24
4
-23
/
+28
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
8
-5
/
+377
*
Report timezone offset in pg_dump/pg_dumpall
Bruce Momjian
2014-09-05
2
-29
/
+8
*
Show schema names in pg_dump verbose output.
Heikki Linnakangas
2014-08-26
2
-14
/
+32
*
doc: Improve pg_restore help output
Peter Eisentraut
2014-08-23
1
-6
/
+9
*
Small message fixes
Peter Eisentraut
2014-08-09
4
-4
/
+4
*
Fix a performance problem in pg_dump's dump order selection logic.
Tom Lane
2014-07-25
1
-9
/
+45
*
Translation updates
Peter Eisentraut
2014-07-21
4
-1948
/
+2084
*
Add missing source files to nls.mk
Peter Eisentraut
2014-07-15
1
-1
/
+2
*
In pg_dump, show server and pg_dump versions with or without --verbose.
Tom Lane
2014-07-07
1
-8
/
+9
*
pg_upgrade: preserve database and relation minmxid values
Bruce Momjian
2014-07-02
3
-57
/
+116
*
Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
Tom Lane
2014-07-01
1
-7
/
+3
*
Use type pgsocket for Windows pipe emulation socket calls
Bruce Momjian
2014-06-16
1
-7
/
+19
*
Fix pg_restore's processing of old-style BLOB COMMENTS data.
Tom Lane
2014-06-12
3
-4
/
+16
*
Fix typos in comments.
Noah Misch
2014-06-11
1
-1
/
+1
*
Translation updates
Peter Eisentraut
2014-05-10
2
-384
/
+391
*
Fix improperly passed file descriptors
Bruce Momjian
2014-05-06
1
-3
/
+3
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
15
-159
/
+160
*
Fix detection of short tar files, broken by commit 14ea89366fe321609afc5838ff...
Bruce Momjian
2014-05-06
1
-4
/
+7
*
Properly detect read and write errors in pg_dump/dumpall, and pg_restore
Bruce Momjian
2014-05-05
10
-207
/
+237
*
Fix case of pg_dump -Fc to an unseekable file (such as a pipe).
Tom Lane
2014-05-05
1
-9
/
+13
*
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-05
1
-3
/
+1
*
Allow polymorphic aggregates to have non-polymorphic state data types.
Tom Lane
2014-04-23
1
-11
/
+29
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
1
-1
/
+1
*
Create infrastructure for moving-aggregate optimization.
Tom Lane
2014-04-12
1
-0
/
+68
*
Fix some compiler warnings that clang emits with -pedantic.
Robert Haas
2014-04-04
1
-1
/
+4
*
Fix dumping of a materialized view that depends on a table's primary key.
Tom Lane
2014-03-29
3
-7
/
+67
*
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
1
-6
/
+0
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
1
-2
/
+15
*
Fix pg_dumpall option parsing: -i doesn't take an argument.
Tom Lane
2014-03-18
1
-1
/
+1
*
Correct copy/pasto in comment for REPLICA IDENTITY
Simon Riggs
2014-03-09
1
-1
/
+1
*
pg_dump: make argument combination error exit code consistent
Bruce Momjian
2014-03-05
1
-2
/
+8
*
Remove unused field "evttype".
Tom Lane
2014-03-05
1
-1
/
+0
*
pg_dump et al: Add --if-exists option
Alvaro Herrera
2014-03-03
5
-5
/
+109
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
2
-26
/
+57
*
pg_dump: fix subtle memory leak in func and arg signature processing
Bruce Momjian
2014-02-24
1
-10
/
+9
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
2
-11
/
+1
*
Remove use of sscanf in pg_upgrade, and add C comment to pg_dump
Bruce Momjian
2014-02-15
1
-0
/
+1
*
Further pg_dump / ftello improvements
Stephen Frost
2014-02-09
2
-16
/
+4
*
Focus on ftello result < 0 instead of errno
Stephen Frost
2014-02-09
1
-3
/
+2
*
Minor pg_dump improvements
Stephen Frost
2014-02-08
3
-9
/
+31
*
pg_restore: make help output plural for multi-enabled options
Bruce Momjian
2014-01-31
1
-6
/
+6
*
Fix minor leak in pg_dump
Stephen Frost
2014-01-26
1
-1
/
+3
*
Avoid minor leak in parallel pg_dump
Stephen Frost
2014-01-24
1
-1
/
+9
*
Fix pg_dumpall on pre-8.1 servers
Bruce Momjian
2014-01-12
1
-1
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
16
-16
/
+16
*
Remove bogus -K option from pg_dump.
Heikki Linnakangas
2014-01-06
1
-1
/
+1
*
Fix broken support for event triggers as extension members.
Tom Lane
2013-12-30
1
-0
/
+16
*
Don't attempt to limit target database for pg_restore.
Kevin Grittner
2013-12-29
1
-2
/
+6
*
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-23
1
-1
/
+14
[next]