summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-29Avoid creation of useless EquivalenceClasses during planning.Tom Lane
2010-10-29Give a more specific error message if you try to COMMIT, ROLLBACK or COPYHeikki Linnakangas
2010-10-29Allow generic record arguments to plperl functionsAndrew Dunstan
2010-10-28Add tab completion for psql \dg and \zPeter Eisentraut
2010-10-28Make \? output of \dg and \du the samePeter Eisentraut
2010-10-28Save a few cycles in plpgsql simple-expression initialization.Tom Lane
2010-10-28Fix plpgsql's handling of "simple" expression evaluation.Tom Lane
2010-10-28Release notes for 9.1alpha2Peter Eisentraut
2010-10-28Remove obsolete release-alpha.sgmlPeter Eisentraut
2010-10-28Remove tabs from SGMLPeter Eisentraut
2010-10-28Revert "Correct WAL space calculation formula in docs."Robert Haas
2010-10-28Reorganize OS-specific details about write caching into a list.Robert Haas
2010-10-27Previous patch had no detectable virtue other than being a one-liner.Tom Lane
2010-10-27Fix long-standing segfault when accept() or one of the calls made rightHeikki Linnakangas
2010-10-27Fix up some oversights in psql's Unicode-escape support.Tom Lane
2010-10-27Note that effective_io_concurrency only affects bitmap heap scans.Robert Haas
2010-10-27Add a client authentication hook.Robert Haas
2010-10-26Minor fixups for psql's process_file() function.Robert Haas
2010-10-26Note explicitly that hash indexes are also not replicated because they're notHeikki Linnakangas
2010-10-26Fix dumb typo in SECURITY LABEL error message.Robert Haas
2010-10-26Before removing backup_label and irrevocably changing pg_control file, checkHeikki Linnakangas
2010-10-26Add missing newlines at end of filesPeter Eisentraut
2010-10-26Fix typos "are are".Itagaki Takahiro
2010-10-26Add .gitignore for contrib/uuid-ossp.Itagaki Takahiro
2010-10-25Refactor typenameTypeId()Peter Eisentraut
2010-10-25Fix overly-enthusiastic Assert in printing of Param reference expressions.Tom Lane
2010-10-25Fix inline_set_returning_function() to preserve the invalItems list properly.Tom Lane
2010-10-25find -path is not portable, so use grep -v instead.Alvaro Herrera
2010-10-25Work around rounding misbehavior exposed by buildfarm.Tom Lane
2010-10-25Remove unnecessary use of trigger flag to hash plperl functionsAndrew Dunstan
2010-10-25Allow new values to be added to an existing enum type.Tom Lane
2010-10-24Support suffix matching of host names in pg_hba.confPeter Eisentraut
2010-10-22Correct a mistake in levenshtein_less_equal() multibyte character handling.Robert Haas
2010-10-22Add semicolon, missed in previous patch. And update the keyword list inHeikki Linnakangas
2010-10-22Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'Heikki Linnakangas
2010-10-21Mention limited usefulness of .pgpass database field.Bruce Momjian
2010-10-21Improve handling of domains over arrays.Tom Lane
2010-10-20Remove obsolete comment, per Josh Kupershmidt.Tom Lane
2010-10-20Clean up pg_upgrade cache lookup code; remove useless NULL pointer tests.Bruce Momjian
2010-10-20If pk is NULL, the backend would segfault when accessing ->algo and theHeikki Linnakangas
2010-10-20Don't try to fetch database name when SetTransactionIdLimit() is executedTom Lane
2010-10-20Remove AtStart_Cache() call in CommandCounterIncrement().Alvaro Herrera
2010-10-20Fix ecpg test building process to not generate *.dSYM junk on Macs.Tom Lane
2010-10-20Add some caveats to the contrib/isn docs.Robert Haas
2010-10-20Updates to contrib/isn ISBN tables.Robert Haas
2010-10-20Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict.Bruce Momjian
2010-10-20Further speed up pg_upgrade lookups.Bruce Momjian
2010-10-20Update storage.sgml to describe the 9.0 tablespace directory layout.Tom Lane
2010-10-20Fix for new pg_upgrade cache code.Bruce Momjian
2010-10-20Cache most recent relfilenode lookups, for speed, after report ofBruce Momjian