aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Change tsearch2 to not use the unsafe practice of creating functionsTom Lane2005-05-03
* GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway2005-04-30
* This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway2005-04-30
* Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. ComparisonTom Lane2005-04-23
* int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane2005-04-23
* Release build 216.Kris Jurka2005-04-22
* Updatable ResultSets need to check for an empty ResultSet becauseKris Jurka2005-04-22
* When moveToCurrentRow is called and the current row is off theKris Jurka2005-04-22
* Don't try to run clauseless index scans on index types that don't supportTom Lane2005-04-20
* Fix mis-display of negative fractional seconds in interval values forTom Lane2005-04-20
* Add comment about permissions on pg_ts* tablesTeodor Sigaev2005-04-19
* When positioned before the start of a ResultSet issuing relative(0)Kris Jurka2005-04-18
* Don't try to constant-fold functions returning RECORD, since the optimizerTom Lane2005-04-14
* Make constant-folding produce sane output for COALESCE(NULL,NULL),Tom Lane2005-04-10
* In cost_mergejoin, the early-exit effect should not apply to theTom Lane2005-04-04
* Flush any remaining statistics counts out to the collector at processTom Lane2005-03-31
* Fix various comparing functionsTeodor Sigaev2005-03-31
* Prevent to_char(interval) from dumping core on month-related formatsTom Lane2005-03-26
* array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane2005-03-24
* Previous "64-bit fix" for intagg didn't actually work. This is alreadyTom Lane2005-03-23
* Fix ALTER DATABASE RENAME to allow the operation if user is a superuserTom Lane2005-03-12
* Some builds (depends on crypto engine support?) of OpenSSLNeil Conway2005-03-12
* Prevent rank change in case of duplicate search termsTeodor Sigaev2005-03-05
* Release proclock immediately in RemoveFromWaitQueue() if it representsTom Lane2005-03-01
* Document that only a table's owner may TRUNCATE it. Per Keith Worthington.Tom Lane2005-02-22
* Ensure that the resolved datatype of any unknown Param is propagatedTom Lane2005-02-19
* ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane2005-02-14
* Back-patch fix for a typo that unintentionally disabled backward scansTom Lane2005-02-10
* If we're gonna check for array overrun, we really should do so beforeTom Lane2005-02-08
* Prevent 4 more buffer overruns in the PL/PgSQL parser. This is just aNeil Conway2005-02-07
* Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane2005-02-06
* Back-port heap_deformtuple() into 7.4 branch; needed for planned fix forTom Lane2005-02-06
* Recommend security@postgresql.org as the contact point for security-related b...REL7_4_7Tom Lane2005-01-30
* Stamp release 7.4.7.Tom Lane2005-01-30
* We haven't had a fixed limit on rule recursion depth since 7.3 ...Tom Lane2005-01-29
* Make sure contrib C functions are marked strict where needed.Tom Lane2005-01-29
* Check that aggregate creator has the right to execute the transitionTom Lane2005-01-27
* Now that I look at it, int_array_enum() didn't work either.Tom Lane2005-01-27
* Fix security and 64-bit issues in contrib/intagg. This code couldTom Lane2005-01-27
* Back-patch 8.0 version of plperl_hash_from_tuple() into prior releasesTom Lane2005-01-26
* Mark the text_soundex() function as "strict", to avoid crashing on NULLNeil Conway2005-01-26
* Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane2005-01-24
* Fix memory leak in rtdosplit, per report from Clive Page.Tom Lane2005-01-24
* The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane2005-01-23
* Prevent overrunning a heap-allocated buffer if more than 1024 parametersNeil Conway2005-01-21
* Fix mapping infinite timestamp values to arbitrary dates.Kris Jurka2005-01-13
* interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane2005-01-11
* Avoid memory leakage during VACUUM FULL when an index expression orTom Lane2004-12-23
* Make array_cat more paranoid about checking datatypes in empty arrays.Tom Lane2004-12-17
* array_map failed to insert correct result type in an empty array.Tom Lane2004-12-17