aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane2009-03-12
* Code review for dtrace probes added (so far) to 8.4. Adjust placement ofTom Lane2009-03-11
* Some languages have symbols with zero display's width or/and vowels/signs whichTeodor Sigaev2009-03-11
* Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...Andrew Dunstan2009-03-11
* Improve match_special_index_operator() to recognize that LIKE with anTom Lane2009-03-11
* Make SubPlan nodes carry the result's typmod as well as datatype OID. This isTom Lane2009-03-10
* Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangledTom Lane2009-03-10
* Prevent recursion during parse of email-like string with multiple '@'.Teodor Sigaev2009-03-10
* Doc patch for the recently added probes.Bruce Momjian2009-03-10
* In parse_bool_with_len, avoid crash when no result pointer is passed. ProbablyPeter Eisentraut2009-03-09
* Tweak the regression test case so that the ordering of numbers vs. lettersPeter Eisentraut2009-03-09
* Accept 'on' and 'off' as input for boolean data type, unifying the syntaxPeter Eisentraut2009-03-09
* Add summarization comment about visibility functions.Bruce Momjian2009-03-09
* Revert pg_bind_textdomain_codeset to a existant-but-empty function whenAlvaro Herrera2009-03-09
* Fix MSVC build for new ways to pull in keywords.c and kwlookup.c.Magnus Hagander2009-03-08
* pg_bind_textdomain_codeset must exist only on ENABLE_NLS.Alvaro Herrera2009-03-08
* Add comments about kwlookup.c expectationsAlvaro Herrera2009-03-08
* On Windows, call bind_textdomain_codeset on domains other than the default one,Alvaro Herrera2009-03-08
* Make pg_hba parsing report all errors in the file before aborting the load,Magnus Hagander2009-03-07
* Avoid MSVC breakage caused by my previous commit by not using a variable inAlvaro Herrera2009-03-07
* Separate the key word list that lived in keywords.c into a new header fileAlvaro Herrera2009-03-07
* Teach the planner to support index access methods that only implementTom Lane2009-03-05
* Remove documentation of log_restartpoints setting, which is obsoletedTom Lane2009-03-05
* Fix column privilege checking for cases where parent and child have differentTom Lane2009-03-05
* Message tuningPeter Eisentraut2009-03-05
* Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.Heikki Linnakangas2009-03-05
* Put back our old workaround for machines that declare cbrt() in math.h butTom Lane2009-03-04
* Change hba load failure message to LOG instead of WARNING.Magnus Hagander2009-03-04
* Reload config file in startup process on SIGHUP.Heikki Linnakangas2009-03-04
* Clarify to the translator that yyerror() deals with the translation ofPeter Eisentraut2009-03-04
* Provide some proper minimal documentation for the pg_dump(all) --binary-upgradePeter Eisentraut2009-03-04
* Add some sanity checks to CREATE CAST ... WITHOUT FUNCTION. DisallowHeikki Linnakangas2009-03-04
* Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. RemovePeter Eisentraut2009-03-04
* Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE).Peter Eisentraut2009-03-04
* Log a warning instead of shutting down the system if we can't loadMagnus Hagander2009-03-04
* Fix copy-pasto in the patch to allow background writer to run duringHeikki Linnakangas2009-03-03
* Remove the placeholder LWLockId in place of the removed FreeSpaceLock.Heikki Linnakangas2009-03-03
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev2009-03-02
* Fix buffer allocations in encoding conversion routines so that they won'tTom Lane2009-02-28
* Shave a few cycles in compare_pathkeys() by checking for pointer-identicalTom Lane2009-02-28
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-28
* Temporarily (I hope) disable flattening of IN/EXISTS sublinks that are withinTom Lane2009-02-27
* Tighten up join ordering rules to account for recent more-careful analysisTom Lane2009-02-27
* In CREATE CONVERSION, test that the given function is a valid conversionHeikki Linnakangas2009-02-27
* Add the long options to the psql --help display, where they were curiouslyPeter Eisentraut2009-02-27
* Equip the programs installed by contrib with proper --help and --versionPeter Eisentraut2009-02-27
* Fix the inconsistent and wrong claims that the option value in CREATEPeter Eisentraut2009-02-27
* Improve create_unique_path to not be fooled by unrelated clauses that happenTom Lane2009-02-27
* Remove outdated join_1.out regression test comparison file. This hasTom Lane2009-02-26