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
2005-05-31
Add test to WAL replay to verify that xl_prev points back to the previous
Tom Lane
2005-05-29
expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1
Tom Lane
2005-05-25
Fix previous patch to exprTypmod.
Tatsuo Ishii
2005-05-24
Inserting 5 characters into char(10) does not produce 5 padding spaces
Tatsuo Ishii
2005-05-17
Guard against duplicate IDs in input file in SortTocFromFile().
Tom Lane
2005-05-09
Update release notes for upcoming re-releases.
REL7_3_10
Tom Lane
2005-05-08
Update release checklist to reflect that HISTORY and INSTALL don't
Tom Lane
2005-05-08
The release process is now generating HISTORY/INSTALL on the fly in
Tom Lane
2005-05-07
Repair very-low-probability race condition between relation extension
Tom Lane
2005-05-07
Adjust time qual checking code so that we always check TransactionIdIsInProgress
Tom Lane
2005-05-05
Stamp release 7.3.10.
Tom Lane
2005-05-05
Make standalone backends ignore pg_database.datallowconn, so that there
Tom Lane
2005-05-03
Alter the signature for encoding conversion functions to declare the
Tom Lane
2005-04-30
GCC 4.0 includes a new warning option, -Wformat-literal, that emits
Neil Conway
2005-04-30
This patch fixes a bug in the error message emitted by pg_restore on an
Neil Conway
2005-04-23
Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison
Tom Lane
2005-04-23
int_aggregate's int_enum() doesn't work correctly with arrays that
Tom Lane
2005-04-20
Don't try to run clauseless index scans on index types that don't support
Tom Lane
2005-04-20
Fix mis-display of negative fractional seconds in interval values for
Tom Lane
2005-04-14
Don't try to constant-fold functions returning RECORD, since the optimizer
Tom Lane
2005-03-26
Prevent to_char(interval) from dumping core on month-related formats
Tom Lane
2005-03-23
Previous "64-bit fix" for intagg didn't actually work. This is already
Tom Lane
2005-03-13
Some builds (depends on crypto engine support?) of OpenSSL
Neil Conway
2005-03-13
Update contrib/pgcrypto in 7.3 and 7.2 branches to avoid problems with
Neil Conway
2005-02-08
Back-patch Neil's four additional buffer overrun checks.
Tom Lane
2005-01-30
Recommend security@postgresql.org as the contact point for security-related b...
REL7_3_9
Tom Lane
2005-01-30
Stamp release 7.3.9.
Tom Lane
2005-01-29
Make sure contrib C functions are marked strict where needed.
Tom Lane
2005-01-27
Check that aggregate creator has the right to execute the transition
Tom Lane
2005-01-27
Now that I look at it, int_array_enum() didn't work either.
Tom Lane
2005-01-27
Fix security and 64-bit issues in contrib/intagg. This code could
Tom Lane
2005-01-27
Backpatch fix for buffer overrun in parsing refcursor parameters to
Neil Conway
2005-01-26
Back-patch 8.0 version of plperl_hash_from_tuple() into prior releases
Tom Lane
2005-01-26
Mark the text_soundex() function as "strict", to avoid crashing on NULL
Neil Conway
2005-01-24
Disallow LOAD to non-superusers. Per report from John Heasman.
Tom Lane
2005-01-23
The result of a FULL or RIGHT join can't be assumed to be sorted by the
Tom Lane
2005-01-11
interval_out failed to mention 'ago' for negative intervals in SQL and
Tom Lane
2004-12-17
array_map failed to insert correct result type in an empty array.
Tom Lane
2004-11-18
Back-patch fix for ALTER DATABASE failing to flush pg_database changes
Tom Lane
2004-11-17
Fix off-by-one memory allocation, as reported by Rod Taylor. Also
Tom Lane
2004-10-22
Stamp release 7.3.8.
REL7_3_8
Tom Lane
2004-10-22
Prevent pg_ctl from being run as root. Since it uses configuration files
Tom Lane
2004-10-21
Back-patch make_oidjoins_check security improvement.
Tom Lane
2004-10-13
Repair possible failure to update hint bits back to disk, per
Tom Lane
2004-10-13
Fix breakage in hashjoin from recent backpatch of left-join bug fix.
Tom Lane
2004-09-17
Hashed LEFT JOIN would miss outer tuples with no inner match if the join
Tom Lane
2004-08-15
Wups, seem to have used an ungood version of lynx to generate this.
REL7_3_7
Tom Lane
2004-08-15
Stamp 7.3.7.
Tom Lane
2004-08-11
Fix failure to guarantee that a checkpoint will write out pg_clog updates
Tom Lane
2004-06-07
Remove asymetrical word processing in query and text
Teodor Sigaev
[next]