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
2009-04-04
A session that does not have any live snapshots does not have to be waited for
Tom Lane
2009-04-04
Rewrite interval_hash() so that the hashcodes are equal for values that
Tom Lane
2009-04-04
Disallow setting fillfactor for TOAST tables.
Alvaro Herrera
2009-04-03
Add a comment documenting the question of whether PrefetchBuffer should
Tom Lane
2009-04-02
Refactor ExecProject and associated routines so that fast-path code is used
Tom Lane
2009-04-02
Revert DTrace patch from Robert Lor
Bruce Momjian
2009-04-02
Give a better error message when trying to change
Bruce Momjian
2009-04-02
Add support for additional DTrace probes.
Bruce Momjian
2009-04-02
Fix SetClientEncoding() to maintain a cache of previously selected encoding
Tom Lane
2009-04-02
Fix GUC's reports of assign_hook failure to always include the parameter value
Tom Lane
2009-04-01
Update comment to reflect that LC_COLLATE and LC_CTYPE are now
Heikki Linnakangas
2009-04-01
Remove last references to the crypt auth method, per Andreas Scherbaum.
Tom Lane
2009-03-31
Modify the relcache to record the temp status of both local and nonlocal
Tom Lane
2009-03-31
Add a "relistemp" boolean column to pg_class, which is true for temporary
Tom Lane
2009-03-31
Fix a rare race condition when commit_siblings > 0 and a transaction commits
Heikki Linnakangas
2009-03-30
Fix window function plan generation to cope with volatile sort expressions.
Tom Lane
2009-03-30
Fix an oversight in the support for storing/retrieving "minimal tuples" in
Tom Lane
2009-03-27
Add an errdetail explaining why we reject infinite dates and timestamps
Tom Lane
2009-03-27
Fix possible failures when a tuplestore switches from in-memory to on-disk
Tom Lane
2009-03-27
Teach reindex_index() to clear pg_index.indcheckxmin when possible.
Tom Lane
2009-03-26
Gettext plural support
Peter Eisentraut
2009-03-26
Adjust phrasing of complaints about multi-byte COPY delimiter strings.
Tom Lane
2009-03-26
If we expect a hash join to be performed in multiple batches, suppress
Tom Lane
2009-03-25
Adjust the APIs for GIN opclass support functions to allow the extractQuery()
Tom Lane
2009-03-25
Use double quotes instead of single quotes.
Peter Eisentraut
2009-03-25
Complete list of valid fork names, and use double quotes.
Peter Eisentraut
2009-03-24
Install a search tree depth limit in GIN bulk-insert operations, to prevent
Tom Lane
2009-03-24
Fix stupid parenthesization mistake. Per bug #4728 from Bruce Toll.
Tom Lane
2009-03-24
Implement "fastupdate" support for GIN indexes, in which we try to accumulate
Tom Lane
2009-03-23
Remove munging of xml and xpath params to xpath(). The XML must now be a well...
Andrew Dunstan
2009-03-23
Const-ify the parse table passed to fillRelOptions. The previous coding
Tom Lane
2009-03-23
More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISS
Tom Lane
2009-03-22
Add isExtend to the parameters of the buffer_read_start and buffer_read_done
Tom Lane
2009-03-22
Clean up pg_SSPI_error() coding a little bit: make the messages more
Tom Lane
2009-03-22
Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as
Tom Lane
2009-03-21
Optimize multi-batch hash joins when the outer relation has a nonuniform
Tom Lane
2009-03-18
Fix case of the just resurrected UCS_to_BIG5.pl script, and update
Heikki Linnakangas
2009-03-18
Add seven kanji characters defined in the Windows 950 codepage to our
Heikki Linnakangas
2009-03-18
Fix Windows-specific race condition in syslogger. This could've been
Heikki Linnakangas
2009-03-17
Improve zero-year comments.
Bruce Momjian
2009-03-17
Document that datetime year '0' is considered in a recent century, not
Bruce Momjian
2009-03-15
Clean up the code for to_timestamp's conversion of year plus ISO day number
Tom Lane
2009-03-13
Restore previous ordering of BUFFER_FLUSH_START probe. I had wanted to
Tom Lane
2009-03-12
Fix core dump due to null-pointer dereference in to_char() when datetime
Tom Lane
2009-03-11
Code review for dtrace probes added (so far) to 8.4. Adjust placement of
Tom Lane
2009-03-11
Some languages have symbols with zero display's width or/and vowels/signs which
Teodor Sigaev
2009-03-11
Improve match_special_index_operator() to recognize that LIKE with an
Tom Lane
2009-03-10
Make SubPlan nodes carry the result's typmod as well as datatype OID. This is
Tom Lane
2009-03-10
Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled
Tom Lane
2009-03-10
Prevent recursion during parse of email-like string with multiple '@'.
Teodor Sigaev
[next]