index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2001-02-21
Comment improvements.
Bruce Momjian
2001-02-20
Clean out any old versions of no-longer-installed header files that may
Tom Lane
2001-02-20
Remove inclusion of <varargs.h> on SunOS; this does not work since we
Tom Lane
2001-02-19
Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible
Tom Lane
2001-02-18
Change s_lock to not use any zero-delay select() calls; these are just a
Tom Lane
2001-02-16
Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc
Tom Lane
2001-02-16
Clean up two rather nasty bugs in operator selection code.
Tom Lane
2001-02-16
Take OUTER JOIN semantics into account when estimating the size of join
Tom Lane
2001-02-15
Although we can't support out-of-line TOAST storage in indexes (yet),
Tom Lane
2001-02-14
Change scoping of table and join refnames to conform to SQL92: a JOIN
Tom Lane
2001-02-13
Please apply the following patch to fix AIX and IRIX timestamp behavior
Bruce Momjian
2001-02-13
Clean up portability problems in regexp package: change all routine
Tom Lane
2001-02-12
Hmm, this isn't used either.
Tom Lane
2001-02-12
Remove unused and largely-broken-anyway compatibility defs.
Tom Lane
2001-02-12
Rearrange order of operations in heap_create_with_catalog so that if
Tom Lane
2001-02-10
Fix byte-vs-word-width oversight in m68k TAS() code.
Tom Lane
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-09
I have deleted the include of termios.h in include/port/qnx4.h.
Bruce Momjian
2001-02-09
plpgsql's private copy of xlateSqlType was out of sync. Again. This
Tom Lane
2001-02-07
Macro for btree runtime fix.
Vadim B. Mikheev
2001-02-07
Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for
Tom Lane
2001-02-06
Out-of-bounds memory allocation request sizes should be treated as just
Tom Lane
2001-02-02
Apply patches for QNX from Maurizio
Bruce Momjian
2001-01-29
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-27
Here is an update on the Win32 patch. Modified files are 'config.h.win32'
Bruce Momjian
2001-01-27
Re-read Unix-socket lock file every so often (every CheckPoint interval,
Tom Lane
2001-01-25
Re-implement deadlock detection and resolution, per design notes posted
Tom Lane
2001-01-24
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
Add all possible config file options.
Bruce Momjian
2001-01-24
Here is a patch to make the current snapshot compile on Win32 (native, libpq
Bruce Momjian
2001-01-23
Fix all the places that called heap_update() and heap_delete() without
Tom Lane
2001-01-23
Fix some int4->int32.
Bruce Momjian
2001-01-23
Rename int4 to int32 in a few places.
Bruce Momjian
2001-01-22
Remove rangechecks on errno; just call strerror unconditionally. This
Tom Lane
2001-01-22
Clean up lockmanager data structures some more, in preparation for planned
Tom Lane
2001-01-22
Clean up per-tuple memory leaks in trigger firing and plpgsql
Tom Lane
2001-01-22
All the global memory contexts should be DLLIMPORT, if any are.
Tom Lane
2001-01-21
Deal with C++ incompatibility of sys_nerr declaration by taking it out
Tom Lane
2001-01-20
Add missing piece of BitString support to node output functions. Expand
Peter Eisentraut
2001-01-20
Still further tweaking of s_lock assembler: do not assume that leading
Tom Lane
2001-01-19
From Jason Tishler <jt@dothill.com>
Peter Eisentraut
2001-01-19
Make critical sections (elog->crash) and interrupt holdoff sections
Tom Lane
2001-01-19
cleanup.
Bruce Momjian
2001-01-19
Remove ; and add \n to ASM code.
Bruce Momjian
2001-01-19
Fix alignment
Bruce Momjian
2001-01-19
Fix univel asm alignment
Bruce Momjian
2001-01-19
Add __volatile__ to all __asm__ and make consistent indenting
Bruce Momjian
2001-01-19
New ASM format:
Bruce Momjian
2001-01-18
Fix VAX ASM '1 f' -> '1f'.
Bruce Momjian
2001-01-18
Fix up "Postgres-style" time interval representation when fields have
Thomas G. Lockhart
[next]