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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak parser so that there is a defined representation for datatypes
Tom Lane
2001-11-12
4
-57
/
+57
*
Update TODO list.
Bruce Momjian
2001-11-12
1
-1
/
+2
*
If the alternatives for a CASE construct all have the same typmod,
Tom Lane
2001-11-12
1
-1
/
+32
*
If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on the
Tom Lane
2001-11-12
1
-30
/
+92
*
fixed bug in ResultSet. Version 1.29 backed out two previous fixes (1.26 and...
Barry Lind
2001-11-12
2
-3
/
+46
*
Add some more index entries.
Peter Eisentraut
2001-11-12
15
-68
/
+185
*
Commit to support MD5 passwords as per the backend for 7.2. This patch was s...
Barry Lind
2001-11-12
2
-5
/
+100
*
Add port number to pg_dumplo.
Bruce Momjian
2001-11-12
2
-5
/
+13
*
Repair crash in EvalPlanQual of query involving nestloop with inner
Tom Lane
2001-11-12
1
-2
/
+9
*
Remove duplicate extern declaration.
Tom Lane
2001-11-12
1
-2
/
+1
*
psql's \do was going out of its way to lie about the result type of
Tom Lane
2001-11-12
1
-6
/
+5
*
Update FAQ.
Bruce Momjian
2001-11-12
2
-6
/
+6
*
Update TODO list.
Bruce Momjian
2001-11-12
1
-1
/
+2
*
Tables without oids wouldn't be able to be
Bruce Momjian
2001-11-12
1
-13
/
+13
*
Remove a bunch more no-longer-used stuff in libpq-be.h.
Tom Lane
2001-11-12
2
-80
/
+9
*
Update TODO list.
Bruce Momjian
2001-11-12
1
-2
/
+2
*
Suppress duplicate error messages in pq_flush. Write error messages to
Tom Lane
2001-11-12
1
-16
/
+28
*
send() attempt for IDENT communication should retry on EINTR.
Tom Lane
2001-11-12
1
-3
/
+7
*
The PacketReceive/PacketSend routines aren't used anymore.
Tom Lane
2001-11-12
3
-228
/
+3
*
Update MD5 documentation.
Bruce Momjian
2001-11-12
1
-2
/
+2
*
Add more MD5 documentation now that odbc/jdbc support it.
Bruce Momjian
2001-11-12
1
-8
/
+7
*
Sync up both files.
Bruce Momjian
2001-11-12
2
-2
/
+6
*
Add comments and remove CVS tag from md5.c so they remain identical.
Bruce Momjian
2001-11-12
1
-1
/
+1
*
Add comments and remove CVS tag from md5.c so they remain identical.
Bruce Momjian
2001-11-12
1
-1
/
+1
*
Update md5 to match.
Bruce Momjian
2001-11-12
1
-1
/
+1
*
Add comments of duplicate definitions in interfaces/odbc/md5.h.
Bruce Momjian
2001-11-12
2
-2
/
+6
*
Add code to check that md5.c files are in sync.
Bruce Momjian
2001-11-12
2
-4
/
+13
*
Indent new rename.c for Tom Lane.
Bruce Momjian
2001-11-12
1
-56
/
+56
*
Add md5 authentication support thanks to Bruce Momjian.
Hiroshi Inoue
2001-11-12
6
-4
/
+468
*
Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.
Tom Lane
2001-11-12
3
-13
/
+304
*
Clean up a bunch of ScanKeyEntryInitialize calls that weren't bothering
Tom Lane
2001-11-12
3
-20
/
+22
*
Test program needs to declare MaxBackends, per Bernd Tegge.
Tom Lane
2001-11-11
1
-1
/
+3
*
Defend against brain-dead QNX implementation of qsort().
Tom Lane
2001-11-11
1
-2
/
+7
*
In find_mergeclauses_for_pathkeys, it's okay to return multiple merge
Tom Lane
2001-11-11
1
-14
/
+32
*
Fix typo pointed out by bruno@wolff.to
Bruce Momjian
2001-11-11
1
-2
/
+2
*
Fix for compiling libpq++ on Solaris with Sun SPRO6U2.
Bruce Momjian
2001-11-11
2
-4
/
+4
*
sort_inner_and_outer needs a check to ensure that it's consumed all the
Tom Lane
2001-11-11
1
-1
/
+28
*
Use abbreviated connection string more widely.
Hiroshi Inoue
2001-11-11
1
-1
/
+2
*
Defend against possibility that SSL error reporting mechanism returns
Tom Lane
2001-11-11
2
-11
/
+76
*
Clean up usage-statistics display code (ShowUsage and friends). StatFp
Tom Lane
2001-11-10
7
-75
/
+67
*
Restructure child-exit logging messages for easier translation,
Tom Lane
2001-11-10
1
-34
/
+22
*
Allow TIMESTAMP, VARCHAR, et al to be used as unquoted column names,
Tom Lane
2001-11-10
2
-478
/
+533
*
Repair erroneous ALTER DROP CONSTRAINT example.
Tom Lane
2001-11-10
1
-10
/
+10
*
Jason Davies patch to getImported/getExported keys
Dave Cramer
2001-11-09
2
-299
/
+223
*
Support for images in jadetex and pdfjadetex. Formatting improvements for
Peter Eisentraut
2001-11-08
2
-33
/
+405
*
Use <sect1> rather than <section> to simplify formatting.
Peter Eisentraut
2001-11-08
1
-43
/
+43
*
Add missing spaces
Peter Eisentraut
2001-11-08
1
-4
/
+4
*
Fix indexterms
Peter Eisentraut
2001-11-08
1
-3
/
+3
*
Move the indexterms around so they don't affect formatting
Peter Eisentraut
2001-11-08
1
-15
/
+16
*
Use <important> rather than <caution> when the condition isn't hazardous,
Peter Eisentraut
2001-11-08
2
-6
/
+6
[next]