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
/
backend
Age
Commit message (
Expand
)
Author
2004-12-23
Avoid memory leakage during VACUUM FULL when an index expression or
Tom Lane
2004-12-22
Awhile back I added some code to StartupCLOG() to forcibly zero out
Tom Lane
2004-12-20
Ensure that 'disabling statistics collector' is logged in all failure
Tom Lane
2004-12-20
Add support for Latin9 encoding in to_ascii(). Jaime Casanova
Tom Lane
2004-12-20
Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out
Tom Lane
2004-12-20
Remove direct inclusions of <com_err.h> as well as configure test for
Tom Lane
2004-12-18
Allow NetBSD, m64k to compile the ASM spinlock code.
Bruce Momjian
2004-12-17
Make array_cat more paranoid about checking datatypes in empty arrays.
Tom Lane
2004-12-17
array_map failed to insert correct result type in an empty array.
Tom Lane
2004-12-17
Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can
Tom Lane
2004-12-16
Translation updates
Peter Eisentraut
2004-12-15
Fix another place broken by new List implementation :-(. Per example
Tom Lane
2004-12-15
Disallow SETOF in the input of parseTypeString(). Formerly it was
Tom Lane
2004-12-15
Calculation of keys_are_unique flag was wrong for cases involving
Tom Lane
2004-12-15
Translation update
Peter Eisentraut
2004-12-13
New translation
Peter Eisentraut
2004-12-13
Translation updates
Peter Eisentraut
2004-12-13
Translation updates
Peter Eisentraut
2004-12-13
Avoid generating excess (and illegal) parentheses around an aliased JOIN
Tom Lane
2004-12-12
PREPARE and EXPLAIN need to copy the source query just like we recently
Tom Lane
2004-12-12
Translation updates
Peter Eisentraut
2004-12-12
Upgrade formrdesc() so that it can correctly initialize the tupledesc
Tom Lane
2004-12-11
Instead of supposing (wrongly, in the general case) that the rowtype
Tom Lane
2004-12-11
Translation updates
Peter Eisentraut
2004-12-11
Translation updates
Peter Eisentraut
2004-12-11
Translation updates
Peter Eisentraut
2004-12-11
Translation updates
Peter Eisentraut
2004-12-11
Translation updates
Peter Eisentraut
2004-12-11
Translation updates
Peter Eisentraut
2004-12-06
ActiveSnapshot must be set to something valid while running deferred
Tom Lane
2004-12-04
Back out addition of Win1252 encoding.
Bruce Momjian
2004-12-03
Use StrNCpy not strncpy to fill hash key, to ensure the resulting key
Tom Lane
2004-12-03
> If it bothers you that much. I'd make a flag, cleared at the start of
Bruce Momjian
2004-12-03
Back out fix for Unicode characters above 0x10000
Bruce Momjian
2004-12-02
> I have installed your patch and adjusted the names of the standards
Bruce Momjian
2004-12-02
> I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60
Bruce Momjian
2004-12-02
Fix for Unicode characters above 0x10000.
Bruce Momjian
2004-12-02
On win32, there is currently no way to get the equivalent function of
Bruce Momjian
2004-12-02
Add Charset WIN1252 support.
Bruce Momjian
2004-12-02
Change Win32 dlerror message to:
Bruce Momjian
2004-12-02
Disallow the combination VACUUM FULL FREEZE for safety's sake, for the
Tom Lane
2004-12-02
Teach regex_fixed_prefix() the correct handling of advanced regex
Tom Lane
2004-12-02
Make some adjustments to reduce platform dependencies in plan selection.
Tom Lane
2004-12-01
Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.
Tom Lane
2004-12-01
Change planner to use the current true disk file size as its estimate of
Tom Lane
2004-11-28
Avoid scribbling on original parsetree during DECLARE CURSOR. This
Tom Lane
2004-11-27
Work around lack of NLS support in libpgport by making those components
Peter Eisentraut
2004-11-27
Update of conformance information to SQL:2003
Peter Eisentraut
2004-11-24
Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from
Tom Lane
2004-11-24
Our interface code for Spencer's regexp package was checking for regexp
Tom Lane
[next]