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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pg_dump: Move connection-setup code to a separate function.
Robert Haas
2012-01-27
1
-65
/
+74
*
Have \copy go through SendQuery
Alvaro Herrera
2012-01-25
3
-124
/
+207
*
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
2
-1
/
+11
*
psql: Add support for tab completion of GRANT/REVOKE role
Peter Eisentraut
2012-01-21
1
-10
/
+53
*
Check number of fields in IDENTIFY_SYSTEM response
Magnus Hagander
2012-01-20
3
-7
/
+15
*
Show psql timing output for failed queries as well as successful ones
Magnus Hagander
2012-01-18
1
-1
/
+1
*
psql: Fix memory leak
Peter Eisentraut
2012-01-16
1
-0
/
+3
*
initdb: Remove support for crypt authentication method
Peter Eisentraut
2012-01-14
1
-2
/
+0
*
pg_dump: Dump foreign options in sorted order
Peter Eisentraut
2012-01-10
1
-6
/
+12
*
Fix comment language
Magnus Hagander
2012-01-09
1
-2
/
+2
*
Fix pg_basebackup for keepalive messages
Magnus Hagander
2012-01-09
1
-7
/
+23
*
Fix pg_restore's direct-to-database mode for INSERT-style table data.
Tom Lane
2012-01-06
4
-11
/
+135
*
pg_dump: Dump foreign options in prettier format
Peter Eisentraut
2012-01-05
1
-11
/
+11
*
pg_dump: Dump operators with the same name ordered by arity
Peter Eisentraut
2012-01-05
3
-0
/
+17
*
Suggest use of psql when pg_restore gets a text dump.
Andrew Dunstan
2012-01-03
1
-2
/
+13
*
Revert binary change in copyright year adjustment.
Bruce Momjian
2012-01-01
1
-0
/
+0
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
78
-77
/
+77
*
pg_dump: Dump user mappings ordered by user name
Peter Eisentraut
2011-12-29
1
-1
/
+2
*
Indicate default format in --help output of pg_dump and pg_basebackup
Peter Eisentraut
2011-12-28
2
-2
/
+3
*
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-27
5
-31
/
+30
*
Remove support for on_exit()
Peter Eisentraut
2011-12-27
1
-13
/
+0
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
1
-2
/
+4
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
2
-1
/
+19
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
3
-20
/
+44
*
Add missing 'static' qualifier.
Tom Lane
2011-12-16
1
-1
/
+1
*
Add --section option to pg_dump and pg_restore.
Andrew Dunstan
2011-12-16
8
-3
/
+140
*
Add --exclude-table-data option to pg_dump.
Andrew Dunstan
2011-12-14
2
-0
/
+26
*
Miscellaneous cleanup to silence compiler warnings seen on Mingw.
Andrew Dunstan
2011-12-10
5
-34
/
+12
*
Remove spclocation field from pg_tablespace
Magnus Hagander
2011-12-07
2
-8
/
+26
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
1
-4
/
+26
*
Make command-line tools smarter about finding a DB to connect to.
Robert Haas
2011-12-06
11
-36
/
+127
*
Add a \setenv command to psql.
Andrew Dunstan
2011-12-04
2
-1
/
+47
*
psql: Make temporary editor files have .sql extension
Peter Eisentraut
2011-12-02
1
-2
/
+2
*
Remove duplicate definition of 'progname'.
Tom Lane
2011-11-29
1
-2
/
+0
*
Clean up after recent pg_dump patches.
Tom Lane
2011-11-29
10
-44
/
+62
*
Simplify the pg_dump/pg_restore error reporting macros, and allow
Bruce Momjian
2011-11-29
11
-92
/
+53
*
pg_dump: Add gettext plural support to error message
Peter Eisentraut
2011-11-29
1
-1
/
+3
*
pg_dump: Fix clean rule after file renaming shuffle
Peter Eisentraut
2011-11-29
1
-1
/
+1
*
Fix some bogosities in pg_dump's foreign-table support.
Tom Lane
2011-11-28
1
-27
/
+44
*
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
Bruce Momjian
2011-11-26
17
-1037
/
+1038
*
Fix unvalidated check constraints on domains, too
Alvaro Herrera
2011-11-25
1
-7
/
+24
*
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2011-11-25
18
-1361
/
+1357
*
Allow pg_upgrade to upgrade clusters that use exclusion contraints by
Bruce Momjian
2011-11-25
1
-1
/
+1
*
Dump an unvalidated constraint separately from its table
Alvaro Herrera
2011-11-24
1
-11
/
+33
*
Remove user-selectable ANALYZE option for range types.
Tom Lane
2011-11-23
1
-9
/
+5
*
Further code review for range types patch.
Tom Lane
2011-11-20
1
-87
/
+58
*
Further review of range-types patch.
Tom Lane
2011-11-18
2
-6
/
+11
*
Don't elide blank lines when accumulating psql command history.
Robert Haas
2011-11-15
1
-2
/
+2
*
Add psql expanded auto mode
Peter Eisentraut
2011-11-12
4
-24
/
+54
*
Fix psql's \dd version check for operator families.
Robert Haas
2011-11-11
1
-2
/
+8
[next]