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
Age
Commit message (
Expand
)
Author
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
2008-04-10
Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to...
Michael Meskes
2008-04-05
Defend against JOINs having more than 32K columns altogether. We cannot
Tom Lane
2008-03-31
Fix a number of places that were making file-type tests infelicitously.
Tom Lane
2008-03-25
Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum
Tom Lane
2008-03-20
Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the
Heikki Linnakangas
2008-03-19
Fix regexp substring matching (substring(string from pattern)) for the corner
Tom Lane
2008-03-13
Update to tzdata 2008a distribution (Chilean DST law change).
Tom Lane
2008-03-12
Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing
Tom Lane
2008-03-07
Change hashscan.c to keep its list of active hash index scans in
Tom Lane
[next]