2011-04-01 |
Robert Haas | pg_dump support for comments on FOREIGN DATA WRAPPER... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Robert Haas | Support comments on FOREIGN DATA WRAPPER and SERVER... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Robert Haas | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2011-04-01 |
Heikki Linnakangas | Fix two missing spaces in error messages. |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Heikki Linnakangas | Fix a tiny race condition in predicate locking. Need... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Heikki Linnakangas | Increase SHMEM_INDEX_SIZE from 32 to 64. We're currentl... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Heikki Linnakangas | Don't leak the temporary PLyProcedure struct we create... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Heikki Linnakangas | Reword the phrase on zero replication_timeout in the... |
commit | commitdiff | tree | snapshot |
2011-03-31 |
Heikki Linnakangas | Improve error message when WAL ends before reaching... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Bruce Momjian | Mention pg_upgrade sets autovacuum_freeze_max_age to... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Bruce Momjian | Expand comment on how pg_upgrade is turning off autovacuum. |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Andrew Dunstan | Attempt to unbreak windows builds broken by commit... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Heikki Linnakangas | Check that we've reached end-of-backup also when we... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Heikki Linnakangas | Automatically terminate replication connections that... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
Heikki Linnakangas | Adjust error message, now that we expect other message... |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Peter Eisentraut | Update SQL features list |
commit | commitdiff | tree | snapshot |
2011-03-29 |
Bruce Momjian | In pg_upgrade, add C comment about how autovacuum is... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Peter Eisentraut | Add maintainer-check target |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Peter Eisentraut | Make duplicate_oids return nonzero exit status if dupli... |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Tom Lane | Prevent a rowtype from being included in itself. |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Bruce Momjian | Add 9.1 release note link for synchronous replication. |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Robert Haas | Mark up release notes using <link>. REL9_1_ALPHA5 |
commit | commitdiff | tree | snapshot |
2011-03-28 |
Alvaro Herrera | Add missing #include |
commit | commitdiff | tree | snapshot |
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 |
next |