| 2011-05-04 |
Tom Lane | Include unary plus in the Operator Precedence table. |
commit | commitdiff | tree |
| 2011-05-04 |
Peter Eisentraut | Remove redundant port number check |
commit | commitdiff | tree |
| 2011-05-04 |
Peter Eisentraut | Message style cleanup |
commit | commitdiff | tree |
| 2011-05-04 |
Peter Eisentraut | Fix alignment of --help output |
commit | commitdiff | tree |
| 2011-05-04 |
Peter Eisentraut | Link some tables into the surrounding text by their id |
commit | commitdiff | tree |
| 2011-05-03 |
Alvaro Herrera | Update obsolete mention of Sequoia, now known as Tungsten |
commit | commitdiff | tree |
| 2011-05-03 |
Alvaro Herrera | Improve description of read/write traffic scalability |
commit | commitdiff | tree |
| 2011-05-02 |
Alvaro Herrera | Add ID attribute to some sect2's missing it |
commit | commitdiff | tree |
| 2011-05-02 |
Tom Lane | Fix pull_up_sublinks' failure to handle nested pull... |
commit | commitdiff | tree |
| 2011-05-02 |
Alvaro Herrera | Update some ALTER USER cross-references to ALTER ROLE |
commit | commitdiff | tree |
| 2011-05-02 |
Peter Eisentraut | Small cleanup of spacing in verbatim DocBook elements |
commit | commitdiff | tree |
| 2011-05-02 |
Tom Lane | Improve aset.c's space management in contexts with... |
commit | commitdiff | tree |
| 2011-05-01 |
Peter Eisentraut | Catch errors in for loop in makefile |
commit | commitdiff | tree |
| 2011-05-01 |
Peter Eisentraut | Rewrite installation makefile rules without for loops |
commit | commitdiff | tree |
| 2011-05-01 |
Tom Lane | Make CLUSTER lock the old table's toast table before... |
commit | commitdiff | tree |
| 2011-04-30 |
Bruce Momjian | Lowercase status labels in pg_stat_replication view. |
commit | commitdiff | tree |
| 2011-04-29 |
Tom Lane | Remove special case for xmin == xmax in HeapTupleSatisf... |
commit | commitdiff | tree |
| 2011-04-29 |
Tom Lane | Rewrite pg_size_pretty() to avoid compiler bug. |
commit | commitdiff | tree |
| 2011-04-28 |
Andrew Dunstan | Use non-literal format for possibly non-standard strfti... |
commit | commitdiff | tree |
| 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 |
| next |