aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert removal of trigger flag from plperl function hash key.REL9_1_ALPHA2Tom Lane2010-10-31
* Provide hashing support for arrays.Tom Lane2010-10-30
* Change version number in release notes to 9.1alpha2Peter Eisentraut2010-10-30
* Last-minute updates to 9.1alpha2 release notesPeter Eisentraut2010-10-30
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-29
* Oops, missed one fix for EquivalenceClass rearrangement.Tom Lane2010-10-29
* Avoid creation of useless EquivalenceClasses during planning.Tom Lane2010-10-29
* Give a more specific error message if you try to COMMIT, ROLLBACK or COPYHeikki Linnakangas2010-10-29
* Allow generic record arguments to plperl functionsAndrew Dunstan2010-10-28
* Add tab completion for psql \dg and \zPeter Eisentraut2010-10-28
* Make \? output of \dg and \du the samePeter Eisentraut2010-10-28
* Save a few cycles in plpgsql simple-expression initialization.Tom Lane2010-10-28
* Fix plpgsql's handling of "simple" expression evaluation.Tom Lane2010-10-28
* Release notes for 9.1alpha2Peter Eisentraut2010-10-28
* Remove obsolete release-alpha.sgmlPeter Eisentraut2010-10-28
* Remove tabs from SGMLPeter Eisentraut2010-10-28
* Revert "Correct WAL space calculation formula in docs."Robert Haas2010-10-27
* Reorganize OS-specific details about write caching into a list.Robert Haas2010-10-27
* Previous patch had no detectable virtue other than being a one-liner.Tom Lane2010-10-27
* Fix long-standing segfault when accept() or one of the calls made rightHeikki Linnakangas2010-10-27
* Fix up some oversights in psql's Unicode-escape support.Tom Lane2010-10-26
* Note that effective_io_concurrency only affects bitmap heap scans.Robert Haas2010-10-26
* Add a client authentication hook.Robert Haas2010-10-26
* Minor fixups for psql's process_file() function.Robert Haas2010-10-26
* Note explicitly that hash indexes are also not replicated because they're notHeikki Linnakangas2010-10-26
* Fix dumb typo in SECURITY LABEL error message.Robert Haas2010-10-26
* Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas2010-10-26
* Add missing newlines at end of filesPeter Eisentraut2010-10-26
* Fix typos "are are".Itagaki Takahiro2010-10-26
* Add .gitignore for contrib/uuid-ossp.Itagaki Takahiro2010-10-26
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Fix overly-enthusiastic Assert in printing of Param reference expressions.Tom Lane2010-10-25
* Fix inline_set_returning_function() to preserve the invalItems list properly.Tom Lane2010-10-25
* find -path is not portable, so use grep -v instead.Alvaro Herrera2010-10-25
* Work around rounding misbehavior exposed by buildfarm.Tom Lane2010-10-25
* Remove unnecessary use of trigger flag to hash plperl functionsAndrew Dunstan2010-10-24
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Support suffix matching of host names in pg_hba.confPeter Eisentraut2010-10-24
* Correct a mistake in levenshtein_less_equal() multibyte character handling.Robert Haas2010-10-22
* Add semicolon, missed in previous patch. And update the keyword list inHeikki Linnakangas2010-10-22
* Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas2010-10-22
* Mention limited usefulness of .pgpass database field.Bruce Momjian2010-10-21
* Improve handling of domains over arrays.Tom Lane2010-10-21
* Remove obsolete comment, per Josh Kupershmidt.Tom Lane2010-10-20
* Clean up pg_upgrade cache lookup code; remove useless NULL pointer tests.Bruce Momjian2010-10-20
* If pk is NULL, the backend would segfault when accessing ->algo and theHeikki Linnakangas2010-10-20
* Don't try to fetch database name when SetTransactionIdLimit() is executedTom Lane2010-10-20
* Remove AtStart_Cache() call in CommandCounterIncrement().Alvaro Herrera2010-10-20
* Fix ecpg test building process to not generate *.dSYM junk on Macs.Tom Lane2010-10-20
* Add some caveats to the contrib/isn docs.Robert Haas2010-10-19