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
2011-04-25
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
Add fast paths for cases when no serializable transactions are running.
Robert Haas
2011-04-25
Regression tests for TOAST.
Robert Haas
2011-04-25
Fix SSI-related assertion failure.
Robert Haas
2011-04-25
Adjust yywrap macro for non-reentrant scanners for MSVC.
Andrew Dunstan
2011-04-25
In libecpg do not set an sqlda field that is 'reserved for future use' unless
Michael Meskes
2011-04-24
Normalize whitespace in the arguments of <indexterm>
Peter Eisentraut
2011-04-24
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-24
In pg_upgrade, only compile copy_file() on non-Win32 systems.
Bruce Momjian
2011-04-23
Improve findoidjoins to cover more cases.
Tom Lane
2011-04-23
Silence a few compiler warnings from gcc on MinGW.
Andrew Dunstan
2011-04-23
Update oidjoins regression test for 9.1 catalog schema additions.
Tom Lane
2011-04-23
Hash indexes had better pass the index collation to support functions, too.
Tom Lane
2011-04-23
Adjust comments about collate.linux.utf8 regression test.
Tom Lane
2011-04-23
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
Fix contrib/btree_gist to handle collations properly.
Tom Lane
2011-04-23
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-22
De-kludge contrib/btree_gin for collations.
Tom Lane
2011-04-22
Small update to emacs example configuration
Peter Eisentraut
2011-04-22
Add fill-column setting to emacs example configurations
Peter Eisentraut
2011-04-22
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
Improve doc wording for SQL syntax of LIMIT/OFFSET.
Bruce Momjian
2011-04-21
Avoid possible divide-by-zero in gincostestimate.
Tom Lane
2011-04-21
Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse to descendants.
Robert Haas
2011-04-21
Fix use of incorrect constant RemoveRoleFromObjectACL.
Robert Haas
2011-04-21
Typo fix.
Robert Haas
2011-04-21
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-21
Fix bugs in indexing of in-doubt HOT-updated tuples.
Tom Lane
2011-04-20
Set indcheckxmin true when REINDEX fixes an invalid or not-ready index.
Tom Lane
2011-04-20
Make plan_cluster_use_sort cope with no IndexOptInfo for the target index.
Tom Lane
2011-04-20
Fix PL/Python traceback for error in separate file
Peter Eisentraut
2011-04-20
Pg_upgrade C comment addition.
Bruce Momjian
2011-04-20
Quotes in strings injected into bki file need to escaped. In particular,
Heikki Linnakangas
2011-04-20
Throw error for mismatched pg_upgrade clusters
Bruce Momjian
2011-04-19
Add C comment
Bruce Momjian
2011-04-19
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-19
Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself."
Tom Lane
2011-04-19
Refix the unaccent regression test on MSVC properly
Peter Eisentraut
2011-04-19
Treat config.pl as optional in vcregress.pl
Peter Eisentraut
2011-04-19
Fix typo
Peter Eisentraut
2011-04-19
Add gitignore entries for Windows MSVC builds
Peter Eisentraut
2011-04-19
Avoid unused variable warnings for certain configurations
Peter Eisentraut
2011-04-19
Refrain from canonicalizing a client_encoding setting of "UNICODE".
Tom Lane
2011-04-19
Silence compiler warning about casting HANDLE to long on WIN64.
Andrew Dunstan
2011-04-19
Silence compiler warning about unused variable on Windows.
Heikki Linnakangas
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-18
Only allow typed tables to hang off composite types, not e.g. tables.
Robert Haas
2011-04-18
Attempt to remedy buildfarm breakage caused by commit f536d4194.
Andrew Dunstan
2011-04-18
recoveryStopsHere() must check the resource manager ID.
Robert Haas
2011-04-17
Fix assorted infelicities in collation handling in psql's describe.c.
Tom Lane
[next]