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
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
8
-8
/
+8
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
102
-102
/
+102
*
New translation
Peter Eisentraut
2003-11-25
2
-2
/
+453
*
More adjustment of error messages
Peter Eisentraut
2003-11-25
1
-12
/
+12
*
Avoid using string literal with embedded newline.
Tom Lane
2003-11-24
1
-8
/
+8
*
Make the messages and the options parsing a bit more standard.
Peter Eisentraut
2003-11-23
1
-52
/
+41
*
Add maintainer-clean target.
Peter Eisentraut
2003-11-23
1
-2
/
+2
*
Add NLS support.
Peter Eisentraut
2003-11-23
3
-113
/
+601
*
COMMENT ON casts, conversions, languages, operator classes, and
Tom Lane
2003-11-21
4
-30
/
+264
*
Add FreeBSD mention for initdb.c.
Bruce Momjian
2003-11-17
1
-1
/
+2
*
Translation updates
Peter Eisentraut
2003-11-14
2
-495
/
+504
*
Try to improve error handling for failures of backend subprocess.
Tom Lane
2003-11-14
1
-23
/
+72
*
Add fflush() before popen() calls; avoids any possible problem with
Tom Lane
2003-11-14
1
-9
/
+15
*
Add missing logic to handle fixing permissions on an already-existing
Tom Lane
2003-11-14
1
-34
/
+61
*
Translation updates
Peter Eisentraut
2003-11-14
1
-175
/
+183
*
Preliminary code review for C version of initdb. Re-centralize handling
Tom Lane
2003-11-13
1
-269
/
+266
*
Silly to copy sprompt.c from src/port when we're linking libpgport anyway.
Tom Lane
2003-11-13
1
-9
/
+3
*
pgindent new initdb.c from Tom.
Bruce Momjian
2003-11-13
1
-11
/
+13
*
Add owner description to initdb C code.
Bruce Momjian
2003-11-13
1
-1
/
+6
*
Add fflush() calls so that I'm-about-to-do-this messages actually
Tom Lane
2003-11-13
1
-12
/
+34
*
Fix lack of optreset.
Tom Lane
2003-11-13
1
-3
/
+6
*
AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably
Tom Lane
2003-11-12
1
-1
/
+2
*
Move system_views.sql into backend/catalog, per Tom.
Bruce Momjian
2003-11-11
2
-273
/
+2
*
Updated version of initdb with "rmdir/del" call on Win32.
Bruce Momjian
2003-11-10
1
-223
/
+120
*
Add C version of initdb, from Andrew Dunstan.
Bruce Momjian
2003-11-10
4
-1169
/
+2782
*
Allow tab completion for ALTER TABLE dbname <tab><tab> to show new
Bruce Momjian
2003-11-08
1
-2
/
+2
*
Implement isolation levels read uncommitted and repeatable read as acting
Peter Eisentraut
2003-11-06
1
-18
/
+38
*
Translation update
Peter Eisentraut
2003-10-31
1
-117
/
+127
*
Further work on tab completion code: arrange for system catalogs to be
Tom Lane
2003-10-30
1
-452
/
+503
*
Don't include "schema." in the set of possible tab completions once
Tom Lane
2003-10-28
1
-26
/
+20
*
Don't choke when the handler for a procedural language is located in
Tom Lane
2003-10-28
1
-20
/
+18
*
Allow win32 client compiles with MSC.
Bruce Momjian
2003-10-26
1
-0
/
+7
*
Uppercase a few keywords in queries.
Bruce Momjian
2003-10-26
1
-3
/
+3
*
Translation updates
Peter Eisentraut
2003-10-25
5
-792
/
+856
*
Translation updates
Peter Eisentraut
2003-10-24
2
-263
/
+267
*
Fix findLastBuiltinOid_V70() to deliver correct result when running
Tom Lane
2003-10-21
1
-8
/
+10
*
Complain if pg_restore is given both -d and -f options; this suggests
Tom Lane
2003-10-20
2
-30
/
+35
*
Remove automatic '()' in other branch of UNION as well.
Peter Eisentraut
2003-10-17
1
-2
/
+2
*
Use pg_get_constraintdef() rather than pg_constraint.consrc; this is
Tom Lane
2003-10-17
1
-4
/
+6
*
There should not be an automatic '()' after a function name when
Peter Eisentraut
2003-10-16
1
-2
/
+2
*
Cause tab completion to do something moderately reasonable with mixed-case
Tom Lane
2003-10-16
1
-121
/
+126
*
Translation updates
Peter Eisentraut
2003-10-15
5
-23
/
+608
*
New translation
Peter Eisentraut
2003-10-15
2
-2
/
+1980
*
Use PQescapeString to ensure that tab-completion queries are not messed
Tom Lane
2003-10-14
1
-28
/
+85
*
Translation update
Peter Eisentraut
2003-10-13
1
-104
/
+408
*
Determine max_connections first, then see how large shared_buffers can
Tom Lane
2003-10-13
1
-15
/
+15
*
Back out -fstrict-aliasing void* casting.
Bruce Momjian
2003-10-11
1
-2
/
+2
*
Translation updates
Peter Eisentraut
2003-10-11
2
-22
/
+22
*
This patch will stop gcc from issuing warnings about type-punned objects
Bruce Momjian
2003-10-11
1
-2
/
+2
*
Translation updates
Peter Eisentraut
2003-10-10
2
-481
/
+1628
[next]