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
*
Sorry my previous change was a mistake.
Hiroshi Inoue
2001-04-06
1
-2
/
+2
*
1) Fit the precision of floating point to that of server side
Hiroshi Inoue
2001-04-06
1
-2
/
+3
*
Alter the previous test for "time with time zone" implicit time zone
Thomas G. Lockhart
2001-04-06
4
-2
/
+52
*
Since plpgsql keeps its compiled function parsetrees until backend exit,
Tom Lane
2001-04-06
1
-7
/
+29
*
Fix comment that Vadim found confusing.
Tom Lane
2001-04-05
1
-5
/
+4
*
StartupXLOG(): initialize XLogCtl->Insert to new page if there is
Vadim B. Mikheev
2001-04-05
1
-14
/
+44
*
Hopefully fixed the long long problem.
Michael Meskes
2001-04-05
3
-6
/
+32
*
pg_dump needs to use ONLY when selecting data from user tables, in case
Tom Lane
2001-04-05
1
-2
/
+3
*
Clean up AIX makefile to recognize subversions of AIX 4.1 correctly.
Tom Lane
2001-04-04
1
-2
/
+2
*
Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's to
Tom Lane
2001-04-04
4
-13
/
+16
*
Remove daylight-savings-time-dependent tests of 'time with time zone'
Tom Lane
2001-04-04
4
-39
/
+18
*
Have to lock buffer while changing page' LSN.
Vadim B. Mikheev
2001-04-04
1
-2
/
+4
*
Don't dump CHECK constraints with same source and names both
Philip Warner
2001-04-04
2
-61
/
+30
*
Log sequence creation (to initialize magic number on recovery).
Vadim B. Mikheev
2001-04-03
1
-3
/
+35
*
Correct bogus mktime() calls.
Tom Lane
2001-04-03
2
-4
/
+4
*
- Handle overridden attrs as per discussions 2-Apr-2001
Philip Warner
2001-04-03
4
-26
/
+126
*
Check for failure of malloc() and realloc() when allocating space for
Tom Lane
2001-04-03
1
-7
/
+16
*
open(2) flags saved for re-opening a virtual file should probably not
Tom Lane
2001-04-03
1
-3
/
+5
*
Restore pre-7.1 behavior of allowing DROP of a table whose underlying
Tom Lane
2001-04-02
1
-3
/
+12
*
_mdfd_getrelnfd() should include kernel error code in failure message.
Tom Lane
2001-04-02
1
-2
/
+2
*
Complain if the same column name is inherited from multiple parents
Tom Lane
2001-04-02
1
-15
/
+57
*
Disable creation of indexes on system tables.
Bruce Momjian
2001-04-02
1
-1
/
+5
*
Synced pgc.l with scan.l.
Michael Meskes
2001-04-02
2
-6
/
+24
*
Remove duplicate definition of DLLLIBS, per gripe from Fred Yankowski.
Tom Lane
2001-04-02
1
-2
/
+3
*
Tom Ivar Helbekkmo <tih@kpnQwest.no> says that dynamic linking works
Tom Lane
2001-04-02
3
-9
/
+9
*
Planner wasn't correctly handling adjustment of tuple_fraction for the
Tom Lane
2001-04-01
1
-58
/
+102
*
Patch to put rudimentary dependency support into pg_dump. This addresses
Philip Warner
2001-04-01
7
-58
/
+232
*
On Cygwin, do initial connect() call in blocking mode, per report from
Tom Lane
2001-03-31
1
-3
/
+3
*
pqWait() should check for exception status as well as read or write
Tom Lane
2001-03-31
1
-3
/
+10
*
Re-allow specification of a new default value for an inherited column
Tom Lane
2001-03-30
3
-140
/
+201
*
Marc-Andre is changing where DateTime goes. This change allows the module
D'Arcy J.M. Cain
2001-03-30
1
-1
/
+4
*
Correct indenting in _quote() function.
D'Arcy J.M. Cain
2001-03-30
1
-6
/
+6
*
Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData
Tom Lane
2001-03-30
1
-3
/
+17
*
random_seed => seed ...
Tom Lane
2001-03-30
1
-2
/
+2
*
Put proper pgaccess Chinese big5 file in place.
Bruce Momjian
2001-03-29
1
-39
/
+587
*
Rename 'random_seed' back to 'seed'.
Peter Eisentraut
2001-03-29
1
-4
/
+4
*
Applied bug fix by Adriaan Joubert <a.joubert@albourne.com>
Michael Meskes
2001-03-29
2
-1
/
+5
*
Quick hack to fix Oliver Elphick's problem with subselects in an
Tom Lane
2001-03-27
1
-2
/
+25
*
Repair pgindent damage to comments.
Tom Lane
2001-03-27
1
-9
/
+10
*
The following patch updates the FAQ_AIX and makes C++ code work with
Bruce Momjian
2001-03-27
2
-3
/
+3
*
Add changes from Mikhail Terekhov <terekhov@emc.com>.
D'Arcy J.M. Cain
2001-03-27
1
-12
/
+13
*
Add checking for valid database encoding.
Tatsuo Ishii
2001-03-27
2
-2
/
+10
*
ODBC source code cleanup. Mostly alignment of #define constants.
Bruce Momjian
2001-03-27
44
-1082
/
+1070
*
Spell __volatile__ correctly.
Tom Lane
2001-03-27
1
-2
/
+2
*
OpenBSD resultmap change:
Bruce Momjian
2001-03-26
1
-2
/
+3
*
Add period to message.
Bruce Momjian
2001-03-26
1
-3
/
+3
*
Change message to _the_ administrator. There is only one administrative
Bruce Momjian
2001-03-26
1
-3
/
+3
*
Add #define HAVE_ATEXIT, per report from Magnus.
Tom Lane
2001-03-26
1
-1
/
+3
*
pqsignal call needs to be #ifndef WIN32, per report from Magnus.
Tom Lane
2001-03-26
1
-1
/
+3
*
Add multibyte support
Hiroshi Inoue
2001-03-26
1
-1
/
+5
[next]