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
*
New translation
Peter Eisentraut
2004-09-14
2
-2
/
+2821
*
Fix small memory leak in psql.
Neil Conway
2004-09-13
1
-1
/
+2
*
Translation updates
Peter Eisentraut
2004-09-13
5
-1822
/
+2109
*
Translation updates
Peter Eisentraut
2004-09-13
13
-1121
/
+2232
*
New translations
Peter Eisentraut
2004-09-13
4
-4
/
+1070
*
New translation
Peter Eisentraut
2004-09-13
2
-2
/
+234
*
Translation updates
Peter Eisentraut
2004-09-13
3
-635
/
+686
*
Fix some problems with restoring databases owned by non-superusers,
Tom Lane
2004-09-10
2
-18
/
+18
*
Adjust quotes for win32 build of psql.
Bruce Momjian
2004-09-10
2
-18
/
+18
*
psql consistency fixes from Greg Sabino Mullane: have \df show schema and
Neil Conway
2004-09-10
2
-14
/
+18
*
Create pg_config_paths in port/ for win32 builds of psql.
Bruce Momjian
2004-09-10
2
-6
/
+6
*
Yet another place where someone was being careless about the arguments
Tom Lane
2004-09-02
1
-7
/
+7
*
Spelling correction, per Greg Mullane.
Tom Lane
2004-09-02
1
-2
/
+2
*
Remove pg_config_paths.h from libpq *.mak builds so later MinGW builds
Bruce Momjian
2004-09-02
2
-0
/
+2
*
Fix bcc to compile libpq by creating include file for path.c.
Bruce Momjian
2004-09-01
2
-2
/
+18
*
Realign libpq and psql for need for path.c under Win32 VC and BCC.
Bruce Momjian
2004-09-01
2
-2
/
+8
*
Translation updates
Dennis Bjorklund
2004-09-01
4
-823
/
+926
*
src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;
Bruce Momjian
2004-09-01
1
-2
/
+2
*
Fix obviously-utterly-untested noTocComments code.
Tom Lane
2004-08-30
1
-28
/
+28
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
1
-2
/
+2
*
Widen xl_len field of XLogRecord header to 32 bits, so that we'll have
Tom Lane
2004-08-29
1
-3
/
+1
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
39
-1347
/
+1452
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
54
-109
/
+109
*
The attached patch improves pg_ctl's win32 service code to eliminate
Bruce Momjian
2004-08-28
1
-4
/
+18
*
Fix high-bit comparison compiler warning in pg_dump.
Bruce Momjian
2004-08-28
1
-8
/
+8
*
Propogate pg_ctl -D to the postmaster for command-line identification.
Bruce Momjian
2004-08-28
1
-8
/
+17
*
> > Another issue is that when installing the Postgres service with
Bruce Momjian
2004-08-28
1
-2
/
+5
*
Fix typo in comment, per Andrew Dunstan.
Tom Lane
2004-08-25
1
-2
/
+2
*
Translation update
Peter Eisentraut
2004-08-24
1
-131
/
+173
*
Fix tab completion for ALTER INDEX.
Bruce Momjian
2004-08-21
1
-2
/
+3
*
Fix pg_ctl -w to properly wait on server startup.
Bruce Momjian
2004-08-21
1
-2
/
+13
*
Allow psql to use 7.4.X database by not referencing tablespaces.
Bruce Momjian
2004-08-20
3
-8
/
+19
*
They are two different problems; the TOC entry is important for any
Bruce Momjian
2004-08-20
3
-5
/
+84
*
Attached is the third version of my patch that adds/fixes several things
Bruce Momjian
2004-08-20
1
-34
/
+162
*
This patch allows pg_restore to recognize $-quotes in SQL queries. It
Bruce Momjian
2004-08-20
2
-72
/
+201
*
Add ALTER INDEX, particularly for moving tablespaces.
Bruce Momjian
2004-08-20
1
-2
/
+13
*
> Please find attached a submission to add a "exit on error" option to
Bruce Momjian
2004-08-20
3
-10
/
+17
*
Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.
Bruce Momjian
2004-08-18
3
-16
/
+14
*
Throw error if initdb -L is not an absolute path.
Bruce Momjian
2004-08-16
1
-2
/
+7
*
Translation updates
Peter Eisentraut
2004-08-14
2
-545
/
+685
*
Fix psql's COPY support to deal with \r\n line endings.
Tom Lane
2004-08-13
1
-5
/
+24
*
Fix breakage with PUBLIC schema. Try to untwist the remarkably contorted
Tom Lane
2004-08-13
1
-64
/
+72
*
New translations
Peter Eisentraut
2004-08-13
6
-6
/
+2696
*
Translation updates
Peter Eisentraut
2004-08-13
3
-93
/
+105
*
Fix core dumps, inability to count, etc associated with canonicalize_path
Tom Lane
2004-08-13
2
-4
/
+6
*
Cause initdb to actually accept -s as intended, and fix some typos in
Tom Lane
2004-08-11
1
-4
/
+4
*
Allow compilation when CODESET is not defined (OpenBSD).
Peter Eisentraut
2004-08-11
1
-5
/
+5
*
Translation update
Peter Eisentraut
2004-08-11
1
-146
/
+208
*
Translation updates
Peter Eisentraut
2004-08-10
7
-1347
/
+3972
*
Translation update
Peter Eisentraut
2004-08-10
1
-34
/
+50
[next]