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
REL_19_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
Age
Commit message (
Expand
)
Author
2009-03-13
tag 8.0.21
REL8_0_21
Marc G. Fournier
2009-03-12
Fix core dump due to null-pointer dereference in to_char() when datetime
Tom Lane
2009-03-05
Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.
Heikki Linnakangas
2009-03-04
Put back our old workaround for machines that declare cbrt() in math.h but
Tom Lane
2009-03-03
Ooops ... fix some confusion between gettext() and _() in my previous patch.
Tom Lane
2009-03-02
When we are in error recursion trouble, arrange to suppress translation and
Tom Lane
2009-02-28
Fix buffer allocations in encoding conversion routines so that they won't
Tom Lane
2009-02-27
In CREATE CONVERSION, test that the given function is a valid conversion
Heikki Linnakangas
2009-01-30
commit first then tag 8.0.20
REL8_0_20
Marc G. Fournier
2009-01-29
Translation updates
Peter Eisentraut
2009-01-29
Update time zone data files to tzdata release 2009a: introduces Asia/Kathmandu
Tom Lane
2009-01-29
Replace argument-checking Asserts with regular test-and-elog checks in all
Tom Lane
2009-01-28
Go over all OpenSSL return values and make sure we compare them
Magnus Hagander
2009-01-06
Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap.
Heikki Linnakangas
2008-10-31
tag for 8.0.19
REL8_0_19
Marc G. Fournier
2008-10-30
Translation updates
Peter Eisentraut
2008-10-30
Update time zone data files to tzdata release 2008i (DST law changes in
Tom Lane
2008-10-27
Install a more robust solution for the problem of infinite error-processing
Tom Lane
2008-10-25
Fix an old bug in after-trigger handling: AfterTriggerEndQuery took the
Tom Lane
2008-10-16
Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number
Tom Lane
2008-10-10
Optional argument should be optional.
Michael Meskes
2008-10-09
Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent
Tom Lane
2008-10-02
Fix improper display of fractional seconds in interval values
Tom Lane
2008-09-30
Recent patches to pg_ctl broke "pg_ctl restart" for the case where no
Tom Lane
2008-09-19
tag for 8.0.18
REL8_0_18
Marc G. Fournier
2008-09-17
Update time zone data files to tzdata release 2008f (DST law changes in
Tom Lane
2008-09-16
Widen the nLocks counts in local lock tables from int to int64. This
Tom Lane
2008-08-16
Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec
Tom Lane
2008-08-08
Install checks in executor startup to ensure that the tuples produced by an
Tom Lane
2008-08-05
Do not allow Unique nodes to be scanned backwards. The code claimed that it
Tom Lane
2008-07-28
Update 8.1 and 8.0 plpython to work with Python 2.5. This backports several
Tom Lane
2008-07-08
Fix performance bug in write_syslog(): the code to preferentially break the
Tom Lane
2008-07-07
Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean
Tom Lane
2008-07-01
Fix identify_system_timezone() so that it tests the behavior of the system
Tom Lane
2008-06-27
Fix 'pg_ctl reload' to properly preserve postmaster commend-line
Bruce Momjian
2008-06-17
Clean up a number of bogosities around pltcl's handling of the Tcl "result":
Tom Lane
2008-06-10
Create a script to handle stamping release version numbers into files,
Tom Lane
2008-06-09
Fix datetime input functions to correctly detect integer overflow when
Tom Lane
2008-06-08
Stamp 8.0.17 (except for configure.in/configure)
Tom Lane
2008-06-06
Fix pg_get_ruledef() so that negative numeric constants are parenthesized.
Tom Lane
2008-06-05
Stamp 8.0.16 (except for configure.in/configure)
Tom Lane
2008-06-05
Translation updates.
Tom Lane
2008-06-01
Update time zone data files to tzdata release 2008c (DST law changes in
Tom Lane
2008-05-27
Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the
Tom Lane
2008-05-26
Fix an old corner-case bug in set_config_option: push_old_value has to be
Tom Lane
2008-05-25
Adjust timestamp regression tests to prevent two low-probability failure
Tom Lane
2008-05-13
Don't try to close negative file descriptors, since this can cause
Magnus Hagander
2008-05-09
Fix an ancient oversight in change_varattnos_of_a_node: it neglected to update
Tom Lane
2008-04-24
Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly
Tom Lane
2008-04-11
Fix several datatype input functions that were allowing unused bytes in their
Tom Lane
[next]