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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use gethostbyname2(). It's not portable and we don't claim to
Peter Eisentraut
2002-09-05
1
-3
/
+3
*
Fix compilation warning. (Cygwin has char* as second argument of
Peter Eisentraut
2002-09-05
1
-2
/
+2
*
Be careful to include postgres.h *before* any system headers, to ensure
Tom Lane
2002-09-05
13
-48
/
+52
*
Guard against send-lots-and-lots-of-data DoS attack from unauthenticated
Tom Lane
2002-09-04
6
-24
/
+38
*
Remove leftovers from subproject removals. Fixes for Python and Kerberos
Peter Eisentraut
2002-09-04
16
-156
/
+17
*
Fix compile warning.
Peter Eisentraut
2002-09-04
1
-2
/
+2
*
Fix includes for plperl: ensure postgres.h is included first,
Tom Lane
2002-09-04
2
-27
/
+3
*
pgindent run.
Bruce Momjian
2002-09-04
408
-9490
/
+10216
*
Update symbols for 7.3.
Bruce Momjian
2002-09-04
1
-1444
/
+1444
*
Update for 7.3 typedefs.
Bruce Momjian
2002-09-04
2
-1379
/
+1445
*
Update to reflect Tom's suggestions.
Bruce Momjian
2002-09-04
1
-7
/
+8
*
Remove sh -x option that snuck in somehow.
Peter Eisentraut
2002-09-04
1
-2
/
+2
*
Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during
Tom Lane
2002-09-04
6
-23
/
+28
*
File list cleanup.
Bruce Momjian
2002-09-04
1
-3
/
+3
*
Update files to be changed.
Bruce Momjian
2002-09-04
1
-7
/
+5
*
Brand 7.3. Ready for beta!
Bruce Momjian
2002-09-04
2
-7
/
+7
*
Refrect the changes to src/test/regress/sql/conversion.sql By Tom.
Tatsuo Ishii
2002-09-04
2
-3
/
+3
*
EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestamp
Tom Lane
2002-09-03
1
-2
/
+6
*
Arrange for the default permissions on a database to allow temp table
Tom Lane
2002-09-03
3
-6
/
+19
*
conversion test fails if there is an existing user named foo. Choose a name
Tom Lane
2002-09-03
2
-6
/
+6
*
Remove all traces of multibyte and locale options. Clean up comments
Peter Eisentraut
2002-09-03
43
-253
/
+126
*
Work around mktime() brain damage in recent versions of glibc by using
Tom Lane
2002-09-03
1
-12
/
+87
*
Eliminate unnecessary dependency on mktime(), and consequent 'Unable to
Tom Lane
2002-09-03
1
-23
/
+10
*
Workaround for format strings that are concatenated from macros
Peter Eisentraut
2002-09-03
2
-27
/
+85
*
AIX shlib fix for building libpq.so from Tomoyuki Niijima
Bruce Momjian
2002-09-03
1
-2
/
+2
*
I think reindex_index had better get AccessExclusiveLock on the parent
Tom Lane
2002-09-03
1
-4
/
+4
*
Code review and documentation updates for indisclustered patch.
Tom Lane
2002-09-03
3
-19
/
+20
*
Partial solution for 'unexpected EOF' problem with pg_disconnect: it
Tom Lane
2002-09-02
2
-13
/
+36
*
Translation updates
Peter Eisentraut
2002-09-02
9
-12711
/
+14146
*
Avoid shell syntax error if list of languages is empty.
Peter Eisentraut
2002-09-02
1
-1
/
+3
*
Fix typos.
Peter Eisentraut
2002-09-02
1
-3
/
+3
*
Convert control status codes to human-readable strings.
Peter Eisentraut
2002-09-02
1
-6
/
+6
*
pg_on_connection_loss command for libpgtcl. Patch from
Tom Lane
2002-09-02
5
-34
/
+206
*
Department of second thoughts: make checks for replacing a view slightly
Tom Lane
2002-09-02
2
-11
/
+48
*
Improve CVS log grouping.
Bruce Momjian
2002-09-02
1
-1
/
+1
*
Fix breakage introduced by evidently-completely-untested snprintf patch.
Tom Lane
2002-09-02
1
-2
/
+3
*
Fix conversion regressin test failure.
Tatsuo Ishii
2002-09-02
1
-2
/
+8
*
Update catversion so we are sure everyone gets the bytea LIKE fix.
Bruce Momjian
2002-09-02
1
-2
/
+2
*
> Okay. When you get back to the original issue, the gold is hidden in
Bruce Momjian
2002-09-02
6
-154
/
+256
*
Tab completion in psql is missing the REINDEX command.
Bruce Momjian
2002-09-02
1
-2
/
+2
*
I checked all the previous string handling errors and most of them were
Bruce Momjian
2002-09-02
10
-72
/
+73
*
I guess the intention was to test incomplete SELECT statements, not
Bruce Momjian
2002-09-02
2
-5
/
+16
*
Okay, attached is a patch that moves the alter table regression test
Bruce Momjian
2002-09-02
2
-4
/
+4
*
Add GUC variable to print original query to the server logs when there
Bruce Momjian
2002-09-02
6
-92
/
+114
*
Remove documentation that says debug_query_string is only used by
Bruce Momjian
2002-09-02
1
-8
/
+8
*
Fix ordering regression problem on freebsd/alpha by adding ORDER BY.
Bruce Momjian
2002-09-02
2
-2
/
+2
*
I tried to build PostgreSQL with the following step to see backends hung
Bruce Momjian
2002-09-02
1
-2
/
+3
*
JDBC checkin fixing the following bugs:
Barry Lind
2002-09-02
10
-40
/
+243
*
Remove sys/types.h in files that include postgres.h, and hence c.h,
Bruce Momjian
2002-09-02
64
-135
/
+73
*
CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
Tom Lane
2002-09-02
12
-70
/
+290
[next]