| 2011-04-24 |
Tom Lane | Improve cost estimation for aggregates and window funct... |
commit | commitdiff | tree |
| 2011-04-24 |
Bruce Momjian | In pg_upgrade, only compile copy_file() on non-Win32... |
commit | commitdiff | tree |
| 2011-04-23 |
Tom Lane | Improve findoidjoins to cover more cases. |
commit | commitdiff | tree |
| 2011-04-23 |
Andrew Dunstan | Silence a few compiler warnings from gcc on MinGW. |
commit | commitdiff | tree |
| 2011-04-23 |
Tom Lane | Update oidjoins regression test for 9.1 catalog schema... |
commit | commitdiff | tree |
| 2011-04-23 |
Tom Lane | Hash indexes had better pass the index collation to... |
commit | commitdiff | tree |
| 2011-04-23 |
Tom Lane | Adjust comments about collate.linux.utf8 regression... |
commit | commitdiff | tree |
| 2011-04-23 |
Tom Lane | Fix char2wchar/wchar2char to support collations properly. |
commit | commitdiff | tree |
| 2011-04-23 |
Tom Lane | Fix contrib/btree_gist to handle collations properly. |
commit | commitdiff | tree |
| 2011-04-23 |
Tom Lane | Make GIN and GIST pass the index collation to all their... |
commit | commitdiff | tree |
| 2011-04-22 |
Tom Lane | De-kludge contrib/btree_gin for collations. |
commit | commitdiff | tree |
| 2011-04-22 |
Peter Eisentraut | Small update to emacs example configuration |
commit | commitdiff | tree |
| 2011-04-22 |
Peter Eisentraut | Add fill-column setting to emacs example configurations |
commit | commitdiff | tree |
| 2011-04-22 |
Tom Lane | Make a code-cleanup pass over the collations patch. |
commit | commitdiff | tree |
| 2011-04-22 |
Bruce Momjian | Improve doc wording for SQL syntax of LIMIT/OFFSET. |
commit | commitdiff | tree |
| 2011-04-21 |
Tom Lane | Avoid possible divide-by-zero in gincostestimate. |
commit | commitdiff | tree |
| 2011-04-21 |
Robert Haas | Allow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse... |
commit | commitdiff | tree |
| 2011-04-21 |
Robert Haas | Fix use of incorrect constant RemoveRoleFromObjectACL. |
commit | commitdiff | tree |
| 2011-04-21 |
Robert Haas | Typo fix. |
commit | commitdiff | tree |
| 2011-04-21 |
Robert Haas | Allow ALTER TABLE name {OF type | NOT OF}. |
commit | commitdiff | tree |
| 2011-04-21 |
Tom Lane | Fix bugs in indexing of in-doubt HOT-updated tuples. |
commit | commitdiff | tree |
| 2011-04-20 |
Tom Lane | Set indcheckxmin true when REINDEX fixes an invalid... |
commit | commitdiff | tree |
| 2011-04-20 |
Tom Lane | Make plan_cluster_use_sort cope with no IndexOptInfo... |
commit | commitdiff | tree |
| 2011-04-20 |
Peter Eisentraut | Fix PL/Python traceback for error in separate file |
commit | commitdiff | tree |
| 2011-04-20 |
Bruce Momjian | Pg_upgrade C comment addition. |
commit | commitdiff | tree |
| 2011-04-20 |
Heikki Linnakangas | Quotes in strings injected into bki file need to escape... |
commit | commitdiff | tree |
| 2011-04-20 |
Bruce Momjian | Throw error for mismatched pg_upgrade clusters |
commit | commitdiff | tree |
| 2011-04-19 |
Bruce Momjian | Add C comment |
commit | commitdiff | tree |
| 2011-04-19 |
Tom Lane | Avoid changing an index's indcheckxmin horizon during... |
commit | commitdiff | tree |
| 2011-04-19 |
Tom Lane | Revert "Prevent incorrect updates of pg_index while... |
commit | commitdiff | tree |
| 2011-04-19 |
Peter Eisentraut | Refix the unaccent regression test on MSVC properly |
commit | commitdiff | tree |
| 2011-04-19 |
Peter Eisentraut | Treat config.pl as optional in vcregress.pl |
commit | commitdiff | tree |
| 2011-04-19 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree |
| 2011-04-19 |
Peter Eisentraut | Add gitignore entries for Windows MSVC builds |
commit | commitdiff | tree |
| 2011-04-19 |
Peter Eisentraut | Avoid unused variable warnings for certain configurations |
commit | commitdiff | tree |
| 2011-04-19 |
Tom Lane | Refrain from canonicalizing a client_encoding setting... |
commit | commitdiff | tree |
| 2011-04-19 |
Andrew Dunstan | Silence compiler warning about casting HANDLE to long... |
commit | commitdiff | tree |
| 2011-04-19 |
Heikki Linnakangas | Silence compiler warning about unused variable on Windows. |
commit | commitdiff | tree |
| 2011-04-18 |
Tom Lane | Fix handling of collations in multi-row VALUES constructs. |
commit | commitdiff | tree |
| 2011-04-18 |
Robert Haas | Only allow typed tables to hang off composite types... |
commit | commitdiff | tree |
| 2011-04-18 |
Andrew Dunstan | Attempt to remedy buildfarm breakage caused by commit... |
commit | commitdiff | tree |
| 2011-04-18 |
Robert Haas | recoveryStopsHere() must check the resource manager ID. |
commit | commitdiff | tree |
| 2011-04-17 |
Tom Lane | Fix assorted infelicities in collation handling in... |
commit | commitdiff | tree |
| 2011-04-17 |
Tom Lane | Document COLLATE option in CREATE TYPE reference page. |
commit | commitdiff | tree |
| 2011-04-17 |
Tom Lane | Fix pg_dump to handle collations applied to columns... |
commit | commitdiff | tree |
| 2011-04-17 |
Tom Lane | Add check for matching column collations in ALTER TABLE... |
commit | commitdiff | tree |
| 2011-04-17 |
Tom Lane | Support a COLLATE clause in plpgsql variable declarations. |
commit | commitdiff | tree |
| 2011-04-17 |
Tom Lane | foreach() and list_delete() don't mix. |
commit | commitdiff | tree |
| 2011-04-16 |
Tom Lane | Add an Assert that indexam.c isn't used on an index... |
commit | commitdiff | tree |
| 2011-04-16 |
Tom Lane | Simplify reindex_relation's API. |
commit | commitdiff | tree |
| 2011-04-16 |
Tom Lane | Clean up collation processing in prepunion.c. |
commit | commitdiff | tree |
| 2011-04-16 |
Peter Eisentraut | Set client encoding explicitly in plpython_unicode... |
commit | commitdiff | tree |
| 2011-04-16 |
Tom Lane | Prevent incorrect updates of pg_index while reindexing... |
commit | commitdiff | tree |
| 2011-04-15 |
Tom Lane | Suppress unused-function warning on non-WIN32 builds. |
commit | commitdiff | tree |
| 2011-04-15 |
Tom Lane | Guard against incoming rowcount estimate of NaN in... |
commit | commitdiff | tree |
| 2011-04-15 |
Heikki Linnakangas | setlocale() on Windows doesn't work correctly if the... |
commit | commitdiff | tree |
| 2011-04-15 |
Heikki Linnakangas | On Windows, if the encoding implied by locale is not... |
commit | commitdiff | tree |
| 2011-04-15 |
Magnus Hagander | Note that Bison on GnuWin32 has trouble with paths... |
commit | commitdiff | tree |
| 2011-04-15 |
Magnus Hagander | Specify which versions of the Platform SDK are supported |
commit | commitdiff | tree |
| 2011-04-15 |
Heikki Linnakangas | Reduce the initial size of local lock hash to 16 entries. |
commit | commitdiff | tree |
| 2011-04-15 |
Peter Eisentraut | Rename pg_regress option --multibyte to --encoding |
commit | commitdiff | tree |
| 2011-04-14 |
Tom Lane | Update release notes for releases 9.0.4, 8.4.8, 8.3... |
commit | commitdiff | tree |
| 2011-04-14 |
Robert Haas | Advise Debian/Ubuntu users to use openjade1.3. |
commit | commitdiff | tree |
| 2011-04-14 |
Robert Haas | Remove obsolete comment. |
commit | commitdiff | tree |
| 2011-04-14 |
Robert Haas | Fix toast table creation. |
commit | commitdiff | tree |
| 2011-04-13 |
Tom Lane | Ensure mark_dummy_rel doesn't create dangling pointers... |
commit | commitdiff | tree |
| 2011-04-13 |
Tom Lane | Update time zone data files to tzdata release 2011f. |
commit | commitdiff | tree |
| 2011-04-13 |
Robert Haas | Avoid incorrectly granting replication to roles created... |
commit | commitdiff | tree |
| 2011-04-13 |
Heikki Linnakangas | On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are... |
commit | commitdiff | tree |
| 2011-04-13 |
Heikki Linnakangas | Revert the patch to check if we've reached end-of-backu... |
commit | commitdiff | tree |
| 2011-04-13 |
Heikki Linnakangas | On IA64 architecture, we check the depth of the registe... |
commit | commitdiff | tree |
| 2011-04-13 |
Tom Lane | Add some useful cross-references to the CREATE EXTENSIO... |
commit | commitdiff | tree |
| 2011-04-12 |
Tom Lane | Pass collations to functions in FunctionCallInfoData... |
commit | commitdiff | tree |
| 2011-04-12 |
Tom Lane | Suppress compiler warnings about "value computed is... |
commit | commitdiff | tree |
| 2011-04-12 |
Tom Lane | Be more wary of missing statistics in eqjoinsel_semi(). |
commit | commitdiff | tree |
| 2011-04-12 |
Tom Lane | Fix RI_Initial_Check to use a COLLATE clause when neede... |
commit | commitdiff | tree |
| 2011-04-11 |
Peter Eisentraut | Clean up most -Wunused-but-set-variable warnings from... |
commit | commitdiff | tree |
| 2011-04-11 |
Tom Lane | Teach pattern_fixed_prefix() about collations. |
commit | commitdiff | tree |
| 2011-04-11 |
Heikki Linnakangas | TransferPredicateLocksToNewTarget should initialize... |
commit | commitdiff | tree |
| 2011-04-11 |
Heikki Linnakangas | Fix the size of predicate lock manager's shared memory... |
commit | commitdiff | tree |
| 2011-04-10 |
Tom Lane | Add some more mapping macros for Microsoft wide-charact... |
commit | commitdiff | tree |
| 2011-04-10 |
Tom Lane | Insert dummy "break"s to silence compiler complaints. |
commit | commitdiff | tree |
| 2011-04-10 |
Andrew Dunstan | Remove CRLF line endings in new cube results file. |
commit | commitdiff | tree |
| 2011-04-10 |
Tom Lane | Teach regular expression operators to honor collations. |
commit | commitdiff | tree |
| 2011-04-10 |
Andrew Dunstan | Adjust regression tests on cube and ECPG for MinGW... |
commit | commitdiff | tree |
| 2011-04-10 |
Andrew Dunstan | Don't make "replication" magical as a user name, only... |
commit | commitdiff | tree |
| 2011-04-10 |
Bruce Momjian | pgindent run before PG 9.1 beta 1. |
commit | commitdiff | tree |
| 2011-04-09 |
Tom Lane | Clean up overly complex code for issuing some related... |
commit | commitdiff | tree |
| 2011-04-09 |
Peter Eisentraut | Add collation support on Windows (MSVC build) |
commit | commitdiff | tree |
| 2011-04-09 |
Tom Lane | Fix ILIKE to honor collation when working in single... |
commit | commitdiff | tree |
| 2011-04-09 |
Tom Lane | Remove collate.linux.utf8.sql's assumptions about ... |
commit | commitdiff | tree |
| 2011-04-09 |
Tom Lane | Adjust collation determination rules as per discussion. |
commit | commitdiff | tree |
| 2011-04-09 |
Tom Lane | Don't show unusable collations in psql's \dO command. |
commit | commitdiff | tree |
| 2011-04-09 |
Andrew Dunstan | Latest consolidated typedef list from buildfarm. |
commit | commitdiff | tree |
| 2011-04-08 |
Tom Lane | Clean up minor collation issues in indxpath.c. |
commit | commitdiff | tree |
| 2011-04-08 |
Tom Lane | Fix make_greater_string to not have an undocumented... |
commit | commitdiff | tree |
| 2011-04-08 |
Robert Haas | Truncate the predicate lock SLRU to empty, instead... |
commit | commitdiff | tree |
| 2011-04-08 |
Tom Lane | Tweak collation setup for GIN index comparison functions. |
commit | commitdiff | tree |
| 2011-04-08 |
Tom Lane | Avoid an unnecessary syscache lookup in parse_coerce.c. |
commit | commitdiff | tree |
| 2011-04-08 |
Robert Haas | Make psql use pg_table_size instead of pg_relation_size... |
commit | commitdiff | tree |
| next |