| 2011-04-28 |
Andrew Dunstan | Add some casts to try to silence most of the remaining... |
commit | commitdiff | tree |
| 2011-04-28 |
Andrew Dunstan | Use a macro variable PG_PRINTF_ATTRIBUTE for the style... |
commit | commitdiff | tree |
| 2011-04-28 |
Heikki Linnakangas | The arguments to pg_ctl kill are not optional - remove... |
commit | commitdiff | tree |
| 2011-04-27 |
Tom Lane | Tag 9.1beta1. |
commit | commitdiff | tree |
| 2011-04-27 |
Tom Lane | Make a quick copy-editing pass over the 9.1 release... |
commit | commitdiff | tree |
| 2011-04-27 |
Peter Eisentraut | Fix binary upgrade of altered typed tables |
commit | commitdiff | tree |
| 2011-04-27 |
Andrew Dunstan | Revert "Force use of "%I64d" format for 64 bit ints... |
commit | commitdiff | tree |
| 2011-04-27 |
Magnus Hagander | timeline is not needed in BaseBackup() |
commit | commitdiff | tree |
| 2011-04-27 |
Tom Lane | Add comments about the need to avoid uninitialized... |
commit | commitdiff | tree |
| 2011-04-27 |
Tom Lane | Fix array- and path-creating functions to ensure paddin... |
commit | commitdiff | tree |
| 2011-04-27 |
Andrew Dunstan | Revert "Remove hard coded formats for INT64 and use... |
commit | commitdiff | tree |
| 2011-04-27 |
Andrew Dunstan | Remove hard coded formats for INT64 and use configured... |
commit | commitdiff | tree |
| 2011-04-27 |
Andrew Dunstan | Force use of "%I64d" format for 64 bit ints on MinGW. |
commit | commitdiff | tree |
| 2011-04-27 |
Andrew Dunstan | Use an explicit format string to keep the compiler... |
commit | commitdiff | tree |
| 2011-04-27 |
Bruce Momjian | Doc wording improvement for NUMERIC limit paragraph. |
commit | commitdiff | tree |
| 2011-04-27 |
Bruce Momjian | Reword documentation for NUMERIC with no specified... |
commit | commitdiff | tree |
| 2011-04-26 |
Tom Lane | Rephrase some not-supported error messages in pg_hba... |
commit | commitdiff | tree |
| 2011-04-26 |
Tom Lane | Complain if pg_hba.conf contains "hostssl" but SSL... |
commit | commitdiff | tree |
| 2011-04-26 |
Bruce Momjian | Clarify that a non-specified precision NUMERIC has... |
commit | commitdiff | tree |
| 2011-04-26 |
Bruce Momjian | Now that pg_upgrade uses -w in pg_ctl, remove loop... |
commit | commitdiff | tree |
| 2011-04-26 |
Bruce Momjian | In pg_upgrade, avoid one start/stop of the postmaster... |
commit | commitdiff | tree |
| 2011-04-26 |
Tom Lane | Remove incorrect HINT for use of ALTER FOREIGN TABLE... |
commit | commitdiff | tree |
| 2011-04-25 |
Robert Haas | Refactor broken CREATE TABLE IF NOT EXISTS support. |
commit | commitdiff | tree |
| 2011-04-25 |
Robert Haas | Remove partial and undocumented GRANT .. FOREIGN TABLE... |
commit | commitdiff | tree |
| 2011-04-25 |
Tom Lane | Fix pg_size_pretty() to avoid overflow for inputs close... |
commit | commitdiff | tree |
| 2011-04-25 |
Peter Eisentraut | Support "make check" in contrib |
commit | commitdiff | tree |
| 2011-04-25 |
Andrew Dunstan | Use terse mode to avoid variable order dependency outpu... |
commit | commitdiff | tree |
| 2011-04-25 |
Andrew Dunstan | Assorted minor changes to silence Windows compiler... |
commit | commitdiff | tree |
| 2011-04-25 |
Andrew Dunstan | Prevent perl header overriding our *snprintf macros... |
commit | commitdiff | tree |
| 2011-04-25 |
Andrew Dunstan | Give getopt() a prototype and modern style arg specs. |
commit | commitdiff | tree |
| 2011-04-25 |
Bruce Momjian | Add postmaster/postgres undocumented -b option for... |
commit | commitdiff | tree |
| 2011-04-25 |
Robert Haas | Add fast paths for cases when no serializable transacti... |
commit | commitdiff | tree |
| 2011-04-25 |
Robert Haas | Regression tests for TOAST. |
commit | commitdiff | tree |
| 2011-04-25 |
Robert Haas | Fix SSI-related assertion failure. |
commit | commitdiff | tree |
| 2011-04-25 |
Andrew Dunstan | Adjust yywrap macro for non-reentrant scanners for... |
commit | commitdiff | tree |
| 2011-04-25 |
Michael Meskes | In libecpg do not set an sqlda field that is 'reserved... |
commit | commitdiff | tree |
| 2011-04-24 |
Peter Eisentraut | Normalize whitespace in the arguments of <indexterm> |
commit | commitdiff | tree |
| 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 |
| next |