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
/
utils
Age
Commit message (
Expand
)
Author
2012-09-06
Allow embedded spaces without quoting in unix_socket_directories entries.
Tom Lane
2012-09-04
Fix to_date() and to_timestamp() to allow specification of the day of
Bruce Momjian
2012-08-31
Make configure probe for mbstowcs_l as well as wcstombs_l.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
Remove configure flag --disable-shared, as it is no longer used by any
Bruce Momjian
2012-08-30
Fix division by zero in the new range type histogram creation.
Heikki Linnakangas
2012-08-30
Improve EXPLAIN's ability to cope with LATERAL references in plans.
Tom Lane
2012-08-29
Report postmaster.pid file as empty if it is empty, rather than
Bruce Momjian
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
remove catcache.h from syscache.h
Alvaro Herrera
2012-08-28
Split resowner.h
Alvaro Herrera
2012-08-27
Collect and use histograms of lower and upper bounds for range types.
Heikki Linnakangas
2012-08-25
Allow text timezone designations, e.g. "America/Chicago", when using the
Bruce Momjian
2012-08-24
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-08-23
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-19
Allow OLD and NEW in multi-row VALUES within rules.
Tom Lane
2012-08-17
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-16
Suppress possibly-uninitialized-variable warning.
Tom Lane
2012-08-16
Add SP-GiST support for range types.
Heikki Linnakangas
2012-08-15
On second thought, explain why date_trunc("week") on interval values is
Bruce Momjian
2012-08-14
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
Revert "commit_delay" change; just add comment that we don't have
Bruce Momjian
2012-08-14
Add pg_settings units display for "commit_delay" (ms).
Bruce Momjian
2012-08-10
Support having multiple Unix-domain sockets per postmaster.
Tom Lane
2012-08-08
Fix cache flush hazard in event trigger cache.
Robert Haas
2012-08-08
Add additional C comments for to_date/to_char() fixes.
Bruce Momjian
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-08-07
Fix memory leaks in event trigger code.
Robert Haas
2012-08-07
Fix to_char(), to_date(), and to_timestamp() to handle negative/BC
Bruce Momjian
2012-08-07
Fix redundant wording
Alvaro Herrera
2012-08-06
Make strings identical
Alvaro Herrera
2012-08-03
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-07-24
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-20
Make new event trigger facility actually do something.
Robert Haas
2012-07-18
Refactor the way code is shared between some range type functions.
Heikki Linnakangas
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-17
Introduce timeout handling framework
Alvaro Herrera
2012-07-16
Remove unreachable code
Peter Eisentraut
2012-07-15
Prevent corner-case core dump in rfree().
Tom Lane
2012-07-12
Avoid extra newlines in XML mapping in table forest mode
Peter Eisentraut
2012-07-11
Add array_remove() and array_replace() functions.
Tom Lane
2012-07-10
Fix ASCII case in pg_wchar2mule_with_len.
Tom Lane
2012-07-10
Re-implement extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-09
Fix planner to pass correct collation to operator selectivity estimators.
Tom Lane
2012-07-06
Run updated copyright.pl on HEAD and 9.2 trees, updating the psql
Bruce Momjian
2012-07-06
Fix failure of new wchar->mb functions to advance from pointer.
Robert Haas
2012-07-05
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-04
Add wchar -> mb conversion routines.
Robert Haas
2012-07-04
Improve documentation about MULE encoding.
Tom Lane
[next]