aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Tag 7.4.26REL7_4_26Marc G. Fournier2009-09-04
* Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane2009-09-03
* tag 7.4.25REL7_4_25Marc G. Fournier2009-03-13
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* tag 7.4.24REL7_4_24Marc G. Fournier2009-01-30
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-29
* tag 7.4.23REL7_4_23Marc G. Fournier2008-10-31
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* tag for 7.4.22REL7_4_22Marc G. Fournier2008-09-19
* Stamp 7.4.21 (except for configure.in/configure)Tom Lane2008-06-08
* Stamp 7.4.20 (except for configure.in/configure)Tom Lane2008-06-05
* Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when theTom Lane2008-05-27
* Defend against JOINs having more than 32K columns altogether. We cannotTom Lane2008-04-05
* Adjust DatumGetBool macro so that it isn't fooled by garbage in the DatumTom Lane2008-03-25
* Stamp release 7.4.19.REL7_4_19Tom Lane2008-01-03
* Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane2008-01-03
* Fix assorted security-grade bugs in the regex engine. All of these problemsTom Lane2008-01-03
* Keep the planner from failing on "WHERE false AND something IN (SELECT ...)".Tom Lane2007-10-04
* Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian2007-09-11
* Fix a bug in the original implementation of redundant-join-clause removal:Tom Lane2007-07-31
* Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl().Tom Lane2007-07-02
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane2007-04-19
* Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian2007-04-19
* Stamp release 7.4.16.REL7_4_16Tom Lane2007-02-02
* Stamp release 7.4.15.Bruce Momjian2007-01-05
* Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane2007-01-03
* Mark to_number() and the numeric-type variants of to_char() as stable, notTom Lane2006-11-28
* Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-09
* Stamp releases 7.3.15, 7.4.13, and 8.0.8.Bruce Momjian2006-05-21
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crashTom Lane2006-02-12
* Stamp releases for 2006-02-14 releaseBruce Momjian2006-02-12
* Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted byTom Lane2006-01-12
* Stamp release 7.4.11.Bruce Momjian2006-01-05
* Arrange to set the LC_XXX environment variables to match our locale setup.Tom Lane2006-01-05
* Add port support for unsetenv() in back branches. Needed for localeTom Lane2006-01-05
* Defend against crash while processing Describe Statement or Describe PortalTom Lane2005-12-14
* Stamp 7.4.10.Tom Lane2005-12-09
* Stamp release 7.4.9.Tom Lane2005-10-03
* Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane2005-09-28
* Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,Tom Lane2005-08-25
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-18
* When using C-string lookup keys in a dynahash.c hash table, use strncpy()Tom Lane2005-06-18
* Push enable/disable of notify and catchup interrupts all the way downTom Lane2005-06-02
* Adjust datetime parsing to be more robust. We now pass the length of theNeil Conway2005-05-26
* Stamp release 7.4.8.Tom Lane2005-05-05
* array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane2005-03-24
* Back-port heap_deformtuple() into 7.4 branch; needed for planned fix forTom Lane2005-02-06