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
*
Make all commands that link a program look like
Peter Eisentraut
2000-11-30
1
-3
/
+3
*
This patch allow pg_dump save name of primary key constraint (if primary
Bruce Momjian
2000-11-27
2
-3
/
+52
*
Pay attention to fgets() failure return.
Tom Lane
2000-11-27
1
-8
/
+15
*
Print bit strings as B'...' when INSERT commands are dumped.
Peter Eisentraut
2000-11-24
1
-1
/
+6
*
Extend CREATE DATABASE to allow selection of a template database to be
Tom Lane
2000-11-14
3
-41
/
+33
*
Remove -k unix socketpath option from client side, allow hostname with
Bruce Momjian
2000-11-13
6
-35
/
+7
*
UUNET is looking into offering PostgreSQL as a part of a managed web
Bruce Momjian
2000-11-13
6
-8
/
+36
*
Dump identity of alternative location, if any.
Peter Eisentraut
2000-11-08
1
-6
/
+12
*
Add pg_dumpall --accounts-only option.
Peter Eisentraut
2000-11-02
1
-2
/
+10
*
Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...
Philip Warner
2000-10-31
8
-21
/
+109
*
Final (?) fix for tar (null block at end)
Philip Warner
2000-10-25
3
-3
/
+24
*
Various fixes to TAR header format
Philip Warner
2000-10-24
3
-15
/
+37
*
Major overhaul of large-object implementation, by Denis Perchine with
Tom Lane
2000-10-24
1
-8
/
+6
*
Cleanup error messages in findLastBuiltinOid
Philip Warner
2000-10-22
1
-9
/
+8
*
Use new datlastsysoid field in pg_database + some cleanups & fixes
Philip Warner
2000-10-22
3
-8
/
+16
*
BACKED OUT.
Bruce Momjian
2000-10-22
1
-2
/
+2
*
here it is as requested by Bruce.
Bruce Momjian
2000-10-21
1
-2
/
+2
*
Add support for VPATH builds, that is, building somewhere else than in the
Peter Eisentraut
2000-10-20
1
-4
/
+3
*
I submitted three patches to pgsql-patches@postgresql.org on Oct 13.
Bruce Momjian
2000-10-16
1
-1
/
+1
*
Minor buglet in dumping functions onlt
Philip Warner
2000-10-13
1
-3
/
+3
*
Fix bug in sequence dumping using new setval function
Philip Warner
2000-10-13
4
-9
/
+26
*
- Be more paranoid when getting views
Philip Warner
2000-10-10
3
-16
/
+107
*
Only retrieve view definition if relation is a view (case statement)
Philip Warner
2000-09-18
1
-2
/
+5
*
Uses column select expressions to get object object owners and tests for blan...
Philip Warner
2000-09-18
2
-22
/
+46
*
Improve error message for dumpRules() failure
Tom Lane
2000-09-17
1
-2
/
+2
*
Support for DESTDIR make variable. This is used as in `make install
Peter Eisentraut
2000-09-17
1
-7
/
+7
*
Minor code cleanup (cast away const-ness)
Philip Warner
2000-09-15
1
-2
/
+2
*
- Support for relkind = RELKIND_VIEW.
Philip Warner
2000-09-15
5
-200
/
+217
*
O.K. -
Bruce Momjian
2000-09-12
1
-2
/
+12
*
Make building scripts kind of consistent in look and feel, kind of immune
Peter Eisentraut
2000-09-08
2
-9
/
+10
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
1
-8
/
+8
*
Buf fix to pg_restire -S option in getopts
Philip Warner
2000-08-08
1
-2
/
+2
*
- version # change in header
Philip Warner
2000-08-07
1
-1
/
+1
*
- Support for iscachable when dumping functions
Philip Warner
2000-08-07
2
-4
/
+16
*
Support SQL99 embedded double-quote syntax for quoted identifiers.
Thomas G. Lockhart
2000-08-06
1
-2
/
+11
*
- Minor fix to create temp table for xrefs
Philip Warner
2000-08-05
1
-3
/
+0
*
- Only disable triggers for the table being loaded
Philip Warner
2000-08-05
3
-27
/
+70
*
- Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore)
Philip Warner
2000-08-01
8
-101
/
+569
*
Some pedantic compile syntax errors to fix with the following patch
Bruce Momjian
2000-07-27
2
-3
/
+5
*
pg_backup_plain_text.c replaced by pg_backup_null.c
Philip Warner
2000-07-24
1
-0
/
+0
*
- no longer put ACLs at end of dump
Philip Warner
2000-07-24
6
-147
/
+122
*
Fix typo in version-mismatch error report.
Tom Lane
2000-07-21
1
-1
/
+1
*
- Support for TAR output
Philip Warner
2000-07-21
5
-0
/
+1794
*
- Support for BLOB output from pg_dump and input via pg_restore
Philip Warner
2000-07-21
9
-1774
/
+2924
*
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-07-17
2
-97
/
+37
*
Done. In backend/commands/define.c unused field is set to '-' for the
Bruce Momjian
2000-07-11
2
-199
/
+215
*
Please find attached a patch for the pg_dump directory which addresses:
Jan Wieck
2000-07-06
6
-68
/
+69
*
Fix broken pg_dump makefile
Peter Eisentraut
2000-07-04
1
-7
/
+13
*
make TEMP -> TEMPORARY
Bruce Momjian
2000-07-04
1
-3
/
+3
*
Make pgdump_oid a temp table. Rename to pg_dump_oid.
Bruce Momjian
2000-07-04
1
-10
/
+10
[next]