2011-03-28 |
Tom Lane | Get rid of links that don't work when building HISTORY. |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Robert Haas | Typo fix in SSI docs. |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Robert Haas | Correct "characters" to "bytes" in createdb docs. |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Greg Stark | fix up a couple non-prototypes of the form foo() to... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Tom Lane | Fix check_exclusion_constraint() to insert correct... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Tom Lane | Fix plpgsql to release SPI plans when a function or... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Robert Haas | Remove disclaimer stating that fsync=off slows down... |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Robert Haas | Update release notes for latest commits. |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Tom Lane | Clean up cruft around collation initialization for... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Tom Lane | More collations cleanup, from trawling for missed colla... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Tom Lane | Clean up a few failures to set collation fields in... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Simon Riggs | Additional test for each commit in sync rep path to... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Tom Lane | Pass collation to makeConst() instead of looking it... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Tom Lane | Fix failure to propagate collation in negate_clause(). |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Tom Lane | Document collation handling in SQL and plpgsql functions. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Tom Lane | Fix collation handling in plpgsql functions. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Robert Haas | Remove alpha release notes. |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Robert Haas | Make walreceiver send a reply after receiving data... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Alvaro Herrera | Fix broken markup, and remove tabs |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Michael Meskes | Documented some ecpg command line options that were... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
Tom Lane | Fix handling of collation in SQL-language functions. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Robert Haas | Add post-creation hook for extensions, consistent with... |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Robert Haas | Edits to 9.1 release notes. |
commit | commitdiff | tree | snapshot |
2011-03-24 |
Tom Lane | Clean up handling of COLLATE clauses in index column... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Tom Lane | Improve user-defined-aggregates documentation. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Simon Riggs | Minor changes to recovery pause behaviour. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Tom Lane | Fix ancient typo in user-defined-aggregates documentation. |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Robert Haas | Remove synchronous_replication/max_wal_senders cross... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Simon Riggs | Prevent intermittent hang in recovery from bgwriter... |
commit | commitdiff | tree | snapshot |
2011-03-23 |
Peter Eisentraut | Cosmetic capitalization fix |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Simon Riggs | Make FKs valid at creation when added as column constra... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Tom Lane | Make initdb ignore locales for client-only encodings. |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Tom Lane | Improve reporting of run-time-detected indeterminate... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Tom Lane | Throw error for indeterminate collation of an ORDER... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Tom Lane | Avoid potential deadlock in InitCatCachePhase2(). |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Simon Riggs | Update docs to say you need fsync to make sync rep... |
commit | commitdiff | tree | snapshot |
2011-03-22 |
Tom Lane | Reimplement planner's handling of MIN/MAX aggregate... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Heikki Linnakangas | When two base backups are started at the same time... |
commit | commitdiff | tree | snapshot |
2011-03-21 |
Bruce Momjian | Markup and wording improvements for 9.1 release notes. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Bruce Momjian | Another 9.1 release note typo fix. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Bruce Momjian | Fix snapshot isolation level typo in 9.1 release notes. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Bruce Momjian | Reorder some 9.1 release item documentation entries... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Tom Lane | Add some platform-independent tests for the collation... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Tom Lane | Suppress platform-dependent unused-variable warning. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Tom Lane | Fix up handling of C/POSIX collations. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Bruce Momjian | Move PITR and StreamingRep up one level of heading... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Magnus Hagander | Misc minor fixes to 9.1 release notes |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Bruce Momjian | Word-wrap 9.1 release note lines. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Bruce Momjian | Add links to documentation from 9.1 release notes. |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Tom Lane | Revise collation derivation method and expression-tree... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Bruce Momjian | Add SGML markup for keywords, terms, functions, command... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Bruce Momjian | Initial version of PG 9.1 release notes. |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Magnus Hagander | Rename ident authentication over local connections... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Magnus Hagander | Properly clear the verbose output of pg_basebackup |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Bruce Momjian | Remove "all balls" mention of network address; change... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Robert Haas | Fix possible "tuple concurrently updated" error in... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Robert Haas | Move synchronous_standbys_defined updates from WAL... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
Robert Haas | Woops. Previous patch to remove -X options missed... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Bruce Momjian | Document that the timestamp returned by pg_last_xact_re... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Bruce Momjian | Document the all-balls IPv6 address. |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Robert Haas | Make synchronous replication query cancel/die messages... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Robert Haas | Remove ancient -X options to pg_dump, pg_dumpall, pg_re... |
commit | commitdiff | tree | snapshot |
2011-03-18 |
Robert Haas | Remove bogus semicolons in recoveryPausesHere. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Robert Haas | Minor fixes for high availability documentation. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Robert Haas | Protocol documentation for Hot Standby feedback messages. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Robert Haas | Remove bogus comment. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Alvaro Herrera | Fix PL/Python memory leak involving array slices |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Peter Eisentraut | Raise maximum value of several timeout parameters |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Robert Haas | Add pause_at_recovery_target to recovery.conf.sample... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Robert Haas | Fix various possible problems with synchronous replication. |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Bruce Momjian | Document guc context values, and reference them from... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Andrew Dunstan | Use correct PATH separator for Cygwin in pg_regress.c. |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Robert Haas | Tab completion for \pset format and \pset linestyle. |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Robert Haas | Corrections to CREATE FOREIGN TABLE documentation. |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Tom Lane | Improve handling of unknown-type literals in UNION... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Bruce Momjian | Remove unused copy_dir() function from pg_upgrade. |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Bruce Momjian | Adjust doc wording about the casting exceptions for... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Bruce Momjian | Add hint suggesting the use of EXECUTE CREATE TABLE... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Bruce Momjian | Fix spelling error in fuzzystrmatch docs. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Bruce Momjian | Wording adjustment for restart_after_crash entry |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Bruce Momjian | Add database comments to template0 and postgres databas... |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Robert Haas | Minor sync rep documentation improvements. |
commit | commitdiff | tree | snapshot |
2011-03-15 |
Robert Haas | Remove 13 keywords that are used only for ROLE options. |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Magnus Hagander | Remove special case allowing parameters to ident auth... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Tom Lane | Adjust regression test to avoid platform-dependent... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Bruce Momjian | Remove duplicate time-based macros recently added. |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Tom Lane | Simplify list traversal logic in add_path(). |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Tom Lane | Make all comparisons done for/with statistics use the... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Bruce Momjian | Use "backend process" rather than "backend server"... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Bruce Momjian | Use macros for time-based constants, rather than constants. |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Peter Eisentraut | Add test case for collation mismatch in recursive query |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Tom Lane | On further reflection, we'd better do the same in int.c. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tom Lane | Put in some more safeguards against executing a divisio... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tom Lane | Split CollateClause into separate raw and analyzed... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Bruce Momjian | In docs, rename "backwards compatibility" to "backward... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tom Lane | Create an explicit concept of collations that work... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Tom Lane | Remove duplicate indexterm to silence openjade wrning. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Bruce Momjian | Update documentation on FreeBSD write cache control. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Bruce Momjian | Document that to_char('FM') removes only trailing zeros. |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Bruce Momjian | Document how listen_addresses can do only IPv4 or IPv6. |
commit | commitdiff | tree | snapshot |
next |