index
:
users/kgrittn/postgres.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
Release_1_0_3
WIN32_DEV
bghinter
bug6123
depth
ecpg_big_bison
flexlock
idle
master
repl
serializable
Kevin Grittner's development, especially fully serializable transactions (See http://wiki.postgresql.org/wiki/Serializable for more info)
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2010-05-14
tag 8.1.21
REL8_1_21
Marc G. Fournier
2010-05-13
Prevent PL/Tcl from loading the "unknown" module from pltcl_modules unless
Tom Lane
2010-05-13
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
Translation update
Peter Eisentraut
2010-05-11
Update time zone data files to tzdata release 2010j: DST law changes in
Tom Lane
2010-05-08
Work around a subtle portability problem in use of printf %s format.
Tom Lane
2010-05-05
Fix psql to not go into infinite recursion when expanding a variable that
Tom Lane
2010-05-05
Fix backpatching error in recent patch for ALTER USER f RESET ALL behavior.
Tom Lane
2010-05-01
Add code to InternalIpcMemoryCreate() to handle the case where shmget()
Tom Lane
2010-04-30
Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
Tom Lane
2010-04-03
Sync perl's ppport.h on all branches back to 7.4 with recent update on HEAD, ...
Andrew Dunstan
2010-03-25
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-20
Clear error_context_stack and debug_query_string at the beginning of proc_exit,
Tom Lane
2010-03-12
tag 8.1.20
REL8_1_20
Marc G. Fournier
2010-03-09
Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl.
Tom Lane
2010-03-09
Update time zone data files to tzdata release 2010d: DST law changes in Fiji,
Alvaro Herrera
2010-03-08
Update time zone data files to tzdata release 2010c: DST law changes in
Tom Lane
2010-03-06
When reading pg_hba.conf and similar files, do not treat @file as an inclusion
Tom Lane
2010-03-03
Fix a couple of places that would loop forever if attempts to read a stdio file
Tom Lane
2010-03-01
Fix numericlocale psql option when used with a null string and latex and troff
Heikki Linnakangas
2010-02-25
Back-patch addition of ssl_renegotiation_limit into 7.4 through 8.1.
Tom Lane
2010-02-19
Fix STOP WAL LOCATION in backup history files no to return the next
Itagaki Takahiro
2010-02-18
Volatile-ize all five places where we expect a PG_TRY block to restore
Tom Lane
2010-02-17
revert prior patch to fsync directories until portability problems exposed by...
Greg Stark
2010-02-14
Make CREATE DATABASE safe against losing whole files by fsyncing the
Greg Stark
2010-02-12
Don't choke when exec_move_row assigns a synthesized null to a column
Tom Lane
2010-02-01
Change regexp engine's ccondissect/crevdissect routines to perform DFA
Tom Lane
2010-01-30
Avoid performing encoding conversion on command tag strings during EndCommand.
Tom Lane
2010-01-25
Apply Tcl_Init() to the "hold" interpreter created by pltcl.
Tom Lane
2010-01-24
Fix assorted core dumps and Assert failures that could occur during
Tom Lane
2010-01-23
Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that
Tom Lane
2010-01-07
Make bit/varbit substring() treat any negative length as meaning "all the rest
Tom Lane
2009-12-29
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-12
Fix integer-to-bit-string conversions to handle the first fractional byte
Tom Lane
2009-12-10
tag 8.1.19
REL8_1_19
Marc G. Fournier
2009-12-09
Prevent indirect security attacks via changing session-local state within
Tom Lane
2009-12-09
Reject certificates with embedded NULLs in the commonName field. This stops
Magnus Hagander
2009-12-09
Update time zone data files to tzdata release 2009s: DST law changes in
Tom Lane
2009-12-08
Translation updates
Peter Eisentraut
2009-12-03
Fix bug in temporary file management with subtransactions. A cursor opened
Heikki Linnakangas
2009-12-02
Ignore attempts to set "application_name" in the connection startup packet.
Tom Lane
2009-11-23
Fix an old bug in multixact and two-phase commit. Prepared transactions can
Heikki Linnakangas
2009-11-10
Do not build psql's flex module on its own, but instead include it in
Tom Lane
2009-11-10
Fix longstanding problems in VACUUM caused by untimely interruptions
Alvaro Herrera
2009-11-03
Fix obscure segfault condition in PL/Python
Peter Eisentraut
2009-10-30
Make the overflow guards in ExecChooseHashTableSize be more protective.
Tom Lane
2009-10-27
Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check
Tom Lane
2009-10-16
Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that the
Tom Lane
2009-10-08
Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible by
Heikki Linnakangas
2009-10-02
Fix erroneous handling of shared dependencies (ie dependencies on roles)
Tom Lane
[next]