index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-10-29
Avoid creation of useless EquivalenceClasses during planning.
Tom Lane
2010-10-29
Give a more specific error message if you try to COMMIT, ROLLBACK or COPY
Heikki Linnakangas
2010-10-29
Allow generic record arguments to plperl functions
Andrew Dunstan
2010-10-28
Add tab completion for psql \dg and \z
Peter Eisentraut
2010-10-28
Make \? output of \dg and \du the same
Peter Eisentraut
2010-10-28
Save a few cycles in plpgsql simple-expression initialization.
Tom Lane
2010-10-28
Fix plpgsql's handling of "simple" expression evaluation.
Tom Lane
2010-10-28
Release notes for 9.1alpha2
Peter Eisentraut
2010-10-28
Remove obsolete release-alpha.sgml
Peter Eisentraut
2010-10-28
Remove tabs from SGML
Peter Eisentraut
2010-10-28
Revert "Correct WAL space calculation formula in docs."
Robert Haas
2010-10-28
Reorganize OS-specific details about write caching into a list.
Robert Haas
2010-10-27
Previous patch had no detectable virtue other than being a one-liner.
Tom Lane
2010-10-27
Fix long-standing segfault when accept() or one of the calls made right
Heikki Linnakangas
2010-10-27
Fix up some oversights in psql's Unicode-escape support.
Tom Lane
2010-10-27
Note that effective_io_concurrency only affects bitmap heap scans.
Robert Haas
2010-10-27
Add a client authentication hook.
Robert Haas
2010-10-26
Minor fixups for psql's process_file() function.
Robert Haas
2010-10-26
Note explicitly that hash indexes are also not replicated because they're not
Heikki Linnakangas
2010-10-26
Fix dumb typo in SECURITY LABEL error message.
Robert Haas
2010-10-26
Before removing backup_label and irrevocably changing pg_control file, check
Heikki Linnakangas
2010-10-26
Add missing newlines at end of files
Peter Eisentraut
2010-10-26
Fix typos "are are".
Itagaki Takahiro
2010-10-26
Add .gitignore for contrib/uuid-ossp.
Itagaki Takahiro
2010-10-25
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
Fix overly-enthusiastic Assert in printing of Param reference expressions.
Tom Lane
2010-10-25
Fix inline_set_returning_function() to preserve the invalItems list properly.
Tom Lane
2010-10-25
find -path is not portable, so use grep -v instead.
Alvaro Herrera
2010-10-25
Work around rounding misbehavior exposed by buildfarm.
Tom Lane
2010-10-25
Remove unnecessary use of trigger flag to hash plperl functions
Andrew Dunstan
2010-10-25
Allow new values to be added to an existing enum type.
Tom Lane
2010-10-24
Support suffix matching of host names in pg_hba.conf
Peter Eisentraut
2010-10-22
Correct a mistake in levenshtein_less_equal() multibyte character handling.
Robert Haas
2010-10-22
Add semicolon, missed in previous patch. And update the keyword list in
Heikki Linnakangas
2010-10-22
Make OFF keyword unreserved. It's not hard to imagine wanting to use 'off'
Heikki Linnakangas
2010-10-21
Mention limited usefulness of .pgpass database field.
Bruce Momjian
2010-10-21
Improve handling of domains over arrays.
Tom Lane
2010-10-20
Remove obsolete comment, per Josh Kupershmidt.
Tom Lane
2010-10-20
Clean up pg_upgrade cache lookup code; remove useless NULL pointer tests.
Bruce Momjian
2010-10-20
If pk is NULL, the backend would segfault when accessing ->algo and the
Heikki Linnakangas
2010-10-20
Don't try to fetch database name when SetTransactionIdLimit() is executed
Tom Lane
2010-10-20
Remove AtStart_Cache() call in CommandCounterIncrement().
Alvaro Herrera
2010-10-20
Fix ecpg test building process to not generate *.dSYM junk on Macs.
Tom Lane
2010-10-20
Add some caveats to the contrib/isn docs.
Robert Haas
2010-10-20
Updates to contrib/isn ISBN tables.
Robert Haas
2010-10-20
Rename pg_upgrade 'log' to 'log_opts', to avoid platform naming conflict.
Bruce Momjian
2010-10-20
Further speed up pg_upgrade lookups.
Bruce Momjian
2010-10-20
Update storage.sgml to describe the 9.0 tablespace directory layout.
Tom Lane
2010-10-20
Fix for new pg_upgrade cache code.
Bruce Momjian
2010-10-20
Cache most recent relfilenode lookups, for speed, after report of
Bruce Momjian
[next]