summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix levenshtein with costs. The previous code multiplied by the cost in onlyRobert Haas2009-12-101-7/+7
* Update release notes for releases 8.4.2, 8.3.9, 8.2.15, 8.1.19, 8.0.23,Tom Lane2009-12-106-6/+1563
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-0914-104/+273
* Add notes about updating disk and shared memory size information in theMagnus Hagander2009-12-091-0/+4
* Update size references in installation instructions to be a bitMagnus Hagander2009-12-091-4/+4
* Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander2009-12-092-5/+44
* Update time zone data files to tzdata release 2009s: DST law changes inTom Lane2009-12-096-40/+396
* Fix a couple of broken links to third-party sites.Magnus Hagander2009-12-084-10/+10
* Replace broken link to custom local gettext package with one to the mainMagnus Hagander2009-12-081-2/+2
* Update CVS documentation to be more current and add documentation aboutMagnus Hagander2009-12-072-325/+94
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-0743-233/+1610
* Don't use a duplicate OID for aclexplode().Tom Lane2009-12-061-2/+2
* Speed up information schema privilege viewsPeter Eisentraut2009-12-055-232/+301
* Information schema documentationPeter Eisentraut2009-12-051-5/+20
* Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas2009-12-033-34/+146
* Clarify what's supposed to happen when a cursor FETCH is rolled backTom Lane2009-12-021-5/+8
* thread-safetyBruce Momjian2009-12-026-137/+48
* Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev2009-12-0214-83/+145
* Mark application_name as GUC_REPORT so that the value will be reported backTom Lane2009-12-023-8/+12
* Instead of sending application_name as a SET command after the connectionTom Lane2009-12-023-217/+91
* Enable thread safetyBruce Momjian2009-12-012-36/+2
* psql -f -Bruce Momjian2009-12-012-5/+10
* Teach the regular expression functions to do case-insensitive matching andTom Lane2009-12-012-14/+117
* Revert due to Tom's concerns:Bruce Momjian2009-12-014-135/+11
* ProcessUtility_hook:Bruce Momjian2009-12-014-11/+135
* hstore docsBruce Momjian2009-11-301-89/+103
* THREAD_SUPPORTBruce Momjian2009-11-302-17/+1
* Avoid core dump on empty thesaurus dictionary.Tom Lane2009-11-301-5/+5
* In SRF example, move oldcontext variable definition into the FIRSTCALLPeter Eisentraut2009-11-301-5/+6
* Properly indent SGML.Bruce Momjian2009-11-301-7/+7
* Fix session-lifespan memory leak when a plperl function is redefined:Tom Lane2009-11-291-3/+5
* Error when a specified connection service is not found, instead of ignoring itPeter Eisentraut2009-11-291-1/+8
* Add some opr_sanity checks that the lengths of the various argument-infoTom Lane2009-11-292-0/+81
* Remove prefix "ERROR:" from some messages, to make everything consistentPeter Eisentraut2009-11-291-5/+5
* Make pg_stat_activity.application_name visible to all users, rather thanTom Lane2009-11-296-51/+52
* Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane2009-11-296-22/+172
* Add support for an application_name parameter, which is displayed inTom Lane2009-11-2816-94/+478
* fsync test toolsBruce Momjian2009-11-282-2/+6
* test_fsync:Bruce Momjian2009-11-282-158/+148
* Eliminate a lot of list-management overhead within join_search_one_levelTom Lane2009-11-289-860/+870
* Document ath vacuumdb --analyze does analyze _also_, not in place ofBruce Momjian2009-11-271-2/+2
* Remove */ characters from declare cursor statements before putting them into aMichael Meskes2009-11-271-3/+10
* If no result is given NOTFOUND should be returned. Check for empty resultMichael Meskes2009-11-271-277/+239
* Added script to check if all rule re-definition in ecpg.addons are indeed usedMichael Meskes2009-11-272-1/+138
* Fix missing end tag, per Jeff Davis.Tom Lane2009-11-261-2/+2
* Added missing files.Michael Meskes2009-11-264-0/+1401
* Forgot to add dynamic cursors to Changelog.Michael Meskes2009-11-261-0/+5
* Synced addon rules after some renamings.Michael Meskes2009-11-261-4/+4
* Added dynamic cursor names to ecpg. Almost the whole patch was done byMichael Meskes2009-11-269-13/+162
* Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane2009-11-256-19/+15