aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add init[db] option to pg_ctlPeter Eisentraut2009-12-10
* Fix levenshtein with costs. The previous code multiplied by the cost in onlyRobert Haas2009-12-10
* Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23,Tom Lane2009-12-10
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Add notes about updating disk and shared memory size information in theMagnus Hagander2009-12-09
* Update size references in installation instructions to be a bitMagnus Hagander2009-12-09
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-09
* Update time zone data files to tzdata release 2009s: DST law changes inTom Lane2009-12-09
* Fix a couple of broken links to third-party sites.Magnus Hagander2009-12-08
* Replace broken link to custom local gettext package with one to the mainMagnus Hagander2009-12-08
* Update CVS documentation to be more current and add documentation aboutMagnus Hagander2009-12-07
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Don't use a duplicate OID for aclexplode().Tom Lane2009-12-06
* Speed up information schema privilege viewsPeter Eisentraut2009-12-05
* Information schema documentationPeter Eisentraut2009-12-05
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-03
* Clarify what's supposed to happen when a cursor FETCH is rolled backTom Lane2009-12-02
* thread-safetyBruce Momjian2009-12-02
* Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev2009-12-02
* Mark application_name as GUC_REPORT so that the value will be reported backTom Lane2009-12-02
* Instead of sending application_name as a SET command after the connectionTom Lane2009-12-02
* Enable thread safetyBruce Momjian2009-12-01
* psql -f -Bruce Momjian2009-12-01
* Teach the regular expression functions to do case-insensitive matching andTom Lane2009-12-01
* Revert due to Tom's concerns:Bruce Momjian2009-12-01
* ProcessUtility_hook:Bruce Momjian2009-12-01
* hstore docsBruce Momjian2009-11-30
* THREAD_SUPPORTBruce Momjian2009-11-30
* Avoid core dump on empty thesaurus dictionary.Tom Lane2009-11-30
* In SRF example, move oldcontext variable definition into the FIRSTCALLPeter Eisentraut2009-11-30
* Properly indent SGML.Bruce Momjian2009-11-30
* Fix session-lifespan memory leak when a plperl function is redefined:Tom Lane2009-11-29
* Error when a specified connection service is not found, instead of ignoring itPeter Eisentraut2009-11-29
* Add some opr_sanity checks that the lengths of the various argument-infoTom Lane2009-11-29
* Remove prefix "ERROR:" from some messages, to make everything consistentPeter Eisentraut2009-11-29
* Make pg_stat_activity.application_name visible to all users, rather thanTom Lane2009-11-29
* Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane2009-11-29
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-28
* fsync test toolsBruce Momjian2009-11-28
* test_fsync:Bruce Momjian2009-11-28
* Eliminate a lot of list-management overhead within join_search_one_levelTom Lane2009-11-28
* Document ath vacuumdb --analyze does analyze _also_, not in place ofBruce Momjian2009-11-27
* Remove */ characters from declare cursor statements before putting them into aMichael Meskes2009-11-27
* If no result is given NOTFOUND should be returned. Check for empty resultMichael Meskes2009-11-27
* Added script to check if all rule re-definition in ecpg.addons are indeed usedMichael Meskes2009-11-27
* Fix missing end tag, per Jeff Davis.Tom Lane2009-11-26
* Added missing files.Michael Meskes2009-11-26
* Forgot to add dynamic cursors to Changelog.Michael Meskes2009-11-26
* Synced addon rules after some renamings.Michael Meskes2009-11-26
* Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes2009-11-26