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
Age
Commit message (
Expand
)
Author
2003-09-23
Tweak generic_type_consistency routines to avoid loss of functionality
Tom Lane
2003-09-23
_SPI_cursor_operation forgot to check for failure return from
Tom Lane
2003-09-23
- Changed struct definition handling so "struct foo {}" always gets defined.
Michael Meskes
2003-09-23
Fix to properly handle timezone offsets that are partial hours. If the offset
Barry Lind
2003-09-23
A fix for jdbc regression test submitted yesterday by Kim Ho at Redhat
Barry Lind
2003-09-23
Putting back the previous change must be the first thing.
Hiroshi Inoue
2003-09-22
fix hlfinditem function. Thanks to "Stphane Bidoul" <stephane.bidoul@software...
Teodor Sigaev
2003-09-22
- Fixed order mismatch in processing "using" arguments.
Michael Meskes
2003-09-22
Additional jdbc regression tests submitted by Oliver Jowett. Some tests are
Barry Lind
2003-09-22
Applied jdbc patch from Kim Ho at RedHat to improve boolean support, as well
Barry Lind
2003-09-22
HeapTupleSatisfiesVacuum() needs to be more careful about the
Tom Lane
2003-09-22
Translation updates
Peter Eisentraut
2003-09-22
Message wording improvements
Peter Eisentraut
2003-09-22
Make the SQL command synopses appear less random.
Peter Eisentraut
2003-09-21
Arrange to align shared disk buffers on at least 32-byte boundaries,
Tom Lane
2003-09-21
Fix some ill-considered ifdefs, per report from Hans-JÏrgen SchÎnig.
Tom Lane
2003-09-20
Apply ranlib(1) after installing a static (.a) library on Darwin.
Tom Lane
2003-09-20
Attaching -lpq to LDFLAGS doesn't work, because the generated command
Tom Lane
2003-09-20
Fix a batch of speling misteaks identified by Peter's spell-checker tool.
Tom Lane
2003-09-20
- Renamed my own strndup() function because of a name clash.
Michael Meskes
2003-09-20
- Applied some bug fixing patches by Dave Cramer <dave@fastcrypt.com>.
Michael Meskes
2003-09-19
pg_dump missed comments attached to primary key or unique constraints
Tom Lane
2003-09-19
Document that TRUNCATE ignores user-defined ON DELETE triggers.
Tom Lane
2003-09-19
Disallow foreign-key references from temp tables to permanent tables.
Tom Lane
2003-09-19
Latest version of gcc from Apple does not work well with -traditional-cpp
Tom Lane
2003-09-19
Seems like a bad idea that REINDEX TABLE supports (or thinks it does)
Tom Lane
2003-09-19
One small typo in preprocessor.
Michael Meskes
2003-09-19
Removed superfluous return statement in get_data.
Michael Meskes
2003-09-18
Put a tad more detail in the discussion of postmaster and postgres
Tom Lane
2003-09-18
- Accept output variables for FETCH in DECLARE statement.
Michael Meskes
2003-09-18
Applied patch from Oliver Jowett to clean up some instances where the wrong
Barry Lind
2003-09-18
Small jdbc patch from Kim Ho at RedHat to fix some boolean problems
Barry Lind
2003-09-18
A minor fix to jdbc regression tests
Barry Lind
2003-09-17
Disallow converting a table to a view if it has triggers, indexes, or
Tom Lane
2003-09-17
Applied patch to jdbc from Kim Ho at RedHat, fixing improper handling of empt...
Barry Lind
2003-09-17
Applied patch for jdbc from Kim Ho at RedHat to more correctly deal with bool...
Barry Lind
2003-09-17
Fixed jdbc to correctly report that constraints are supported
Barry Lind
2003-09-17
Applied patch from Fernando Nasser of RedHat to fix some error messages
Barry Lind
2003-09-17
Applied patch from Kim Ho at redhat to improve boolean and bit handling
Barry Lind
2003-09-17
Fix typo in comment
Tatsuo Ishii
2003-09-16
Make psql correctly track the effects of SET CLIENT_ENCODING commands.
Tom Lane
2003-09-16
fix typo in a comment
Tatsuo Ishii
2003-09-16
I don't care whether it's informix-compatible or not: #defining a word
Tom Lane
2003-09-16
Fix some problems with dropped columns in plpython trigger functions.
Tom Lane
2003-09-16
Since SPI_modifytuple's natts argument is the number of attributes to be
Tom Lane
2003-09-15
Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a
Tom Lane
2003-09-15
Update regression test for message change.
Tom Lane
2003-09-15
Improve a couple of error messages per suggestions from Alvaro Herrera.
Tom Lane
2003-09-15
Translation updates
Peter Eisentraut
2003-09-15
OK, some of these syntax errors should be given other codes.
Peter Eisentraut
[next]