index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix contrib/hstore to throw an error for keys or values that don't fit in its
Tom Lane
2009-03-15
*
Clean up the code for to_timestamp's conversion of year plus ISO day number
Tom Lane
2009-03-15
*
Fix identify_locking_dependencies to reflect the fact that fix_dependencies
Tom Lane
2009-03-13
*
Restore previous ordering of BUFFER_FLUSH_START probe. I had wanted to
Tom Lane
2009-03-13
*
Update back-branch release notes.
Tom Lane
2009-03-12
*
Fix core dump due to null-pointer dereference in to_char() when datetime
Tom Lane
2009-03-12
*
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
*
Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...
Andrew Dunstan
2009-03-11
*
Improve match_special_index_operator() to recognize that LIKE with an
Tom Lane
2009-03-11
*
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
2009-03-10
*
Doc patch for the recently added probes.
Bruce Momjian
2009-03-10
*
In parse_bool_with_len, avoid crash when no result pointer is passed. Probably
Peter Eisentraut
2009-03-09
*
Tweak the regression test case so that the ordering of numbers vs. letters
Peter Eisentraut
2009-03-09
*
Accept 'on' and 'off' as input for boolean data type, unifying the syntax
Peter Eisentraut
2009-03-09
*
Add summarization comment about visibility functions.
Bruce Momjian
2009-03-09
*
Revert pg_bind_textdomain_codeset to a existant-but-empty function when
Alvaro Herrera
2009-03-09
*
Fix MSVC build for new ways to pull in keywords.c and kwlookup.c.
Magnus Hagander
2009-03-08
*
pg_bind_textdomain_codeset must exist only on ENABLE_NLS.
Alvaro Herrera
2009-03-08
*
Add comments about kwlookup.c expectations
Alvaro Herrera
2009-03-08
*
On Windows, call bind_textdomain_codeset on domains other than the default one,
Alvaro Herrera
2009-03-08
*
Make pg_hba parsing report all errors in the file before aborting the load,
Magnus Hagander
2009-03-07
*
Avoid MSVC breakage caused by my previous commit by not using a variable in
Alvaro Herrera
2009-03-07
*
Separate the key word list that lived in keywords.c into a new header file
Alvaro Herrera
2009-03-07
*
Teach the planner to support index access methods that only implement
Tom Lane
2009-03-05
*
Remove documentation of log_restartpoints setting, which is obsoleted
Tom Lane
2009-03-05
*
Fix column privilege checking for cases where parent and child have different
Tom Lane
2009-03-05
*
Message tuning
Peter Eisentraut
2009-03-05
*
Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.
Heikki Linnakangas
2009-03-05
*
Put back our old workaround for machines that declare cbrt() in math.h but
Tom Lane
2009-03-04
*
Change hba load failure message to LOG instead of WARNING.
Magnus Hagander
2009-03-04
*
Reload config file in startup process on SIGHUP.
Heikki Linnakangas
2009-03-04
*
Clarify to the translator that yyerror() deals with the translation of
Peter Eisentraut
2009-03-04
*
Provide some proper minimal documentation for the pg_dump(all) --binary-upgrade
Peter Eisentraut
2009-03-04
*
Add some sanity checks to CREATE CAST ... WITHOUT FUNCTION. Disallow
Heikki Linnakangas
2009-03-04
*
Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove
Peter Eisentraut
2009-03-04
*
Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE).
Peter Eisentraut
2009-03-04
*
Log a warning instead of shutting down the system if we can't load
Magnus Hagander
2009-03-04
*
Fix copy-pasto in the patch to allow background writer to run during
Heikki Linnakangas
2009-03-03
*
Remove the placeholder LWLockId in place of the removed FreeSpaceLock.
Heikki Linnakangas
2009-03-03
*
When we are in error recursion trouble, arrange to suppress translation and
Tom Lane
2009-03-02
*
Fix usage of char2wchar/wchar2char. Changes:
Teodor Sigaev
2009-03-02
*
Fix buffer allocations in encoding conversion routines so that they won't
Tom Lane
2009-02-28
*
Shave a few cycles in compare_pathkeys() by checking for pointer-identical
Tom Lane
2009-02-28
*
Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay
Tom Lane
2009-02-28
*
Temporarily (I hope) disable flattening of IN/EXISTS sublinks that are within
Tom Lane
2009-02-27
*
Tighten up join ordering rules to account for recent more-careful analysis
Tom Lane
2009-02-27
*
In CREATE CONVERSION, test that the given function is a valid conversion
Heikki Linnakangas
2009-02-27
[next]