2011-05-11 |
Tom Lane | Split PGC_S_DEFAULT into two values, for true boot_val... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Tom Lane | Clean up parsing of CREATE TRIGGER's argument list. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Heikki Linnakangas | Shut down WAL receiver if it's still running at end... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Tom Lane | Be more explicit about the meaning of the change in... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Bruce Momjian | Mention "backslash" escape processing change in 9.1... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Tom Lane | Prevent datebsearch() from crashing on base == NULL... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Bruce Momjian | For create/dropdb, only connect once to the server... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Peter Eisentraut | Add some punctuation |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Peter Eisentraut | Put options in more alphabetical order |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Peter Eisentraut | Put options help in alphabetical order |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Peter Eisentraut | Format pg_upgrade --version in line with conventions |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Peter Eisentraut | Add bug report line to pg_upgrade --help output |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Peter Eisentraut | Put pg_test_fsync --help and --version output in line... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Tom Lane | Adjust documentation with respect to "unknown" timezone... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Tom Lane | Be more wary in initdb's creation of platform-dependent... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Bruce Momjian | In pg_upgrade, remove suggestion of setting pg_hba... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Bruce Momjian | Documentation cleanup for the possible values of the... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
Bruce Momjian | Update documentation to state there is three-value... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Tom Lane | Remove "make check" target in src/test/isolation/Makefile. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Bruce Momjian | In pg_upgrade, add status message about superuser check. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Bruce Momjian | Add C comment about the fact that the autovacuum limit... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Tom Lane | Fix some portability issues in isolation regression... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Bruce Momjian | Add C comment why client encoding can be set in pg_upgrade. |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Bruce Momjian | Add xreflabels to /contrib manuals so links appear... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Bruce Momjian | Add missing documention connecting word. |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Bruce Momjian | In pg_upgrade, report non-super-user username in error... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Bruce Momjian | Check that the pg_upgrade user specified is a super... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Robert Haas | Add comment about memory reordering to PredicateLockTup... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Bruce Momjian | Adjust pg_upgrade FATAL error messages to have consiste... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Robert Haas | Fix typos in SECURITY LABEL documentation. |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Peter Eisentraut | Improve compiler string shown in version() |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Tom Lane | Move RegisterPredicateLockingXid() call to a safer... |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Tom Lane | Remove precedence labeling of keywords TRUE, FALSE... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Magnus Hagander | Unbreak the regression tests from my previous commit |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Peter Eisentraut | Improve pg_archivecleanup and pg_standby --help output |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Peter Eisentraut | Improve formatting of pg_upgrade --help output |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Magnus Hagander | Clarify error message when attempting to create index... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Bruce Momjian | Improve style of generate_history.pl Perl script. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Tom Lane | Include unary plus in the Operator Precedence table. |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Peter Eisentraut | Remove redundant port number check |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Peter Eisentraut | Message style cleanup |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Peter Eisentraut | Fix alignment of --help output |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Peter Eisentraut | Link some tables into the surrounding text by their id |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Alvaro Herrera | Update obsolete mention of Sequoia, now known as Tungsten |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Alvaro Herrera | Improve description of read/write traffic scalability |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Alvaro Herrera | Add ID attribute to some sect2's missing it |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Tom Lane | Fix pull_up_sublinks' failure to handle nested pull... |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Alvaro Herrera | Update some ALTER USER cross-references to ALTER ROLE |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Peter Eisentraut | Small cleanup of spacing in verbatim DocBook elements |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Tom Lane | Improve aset.c's space management in contexts with... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Peter Eisentraut | Catch errors in for loop in makefile |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Peter Eisentraut | Rewrite installation makefile rules without for loops |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Tom Lane | Make CLUSTER lock the old table's toast table before... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Bruce Momjian | Lowercase status labels in pg_stat_replication view. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Tom Lane | Remove special case for xmin == xmax in HeapTupleSatisf... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Tom Lane | Rewrite pg_size_pretty() to avoid compiler bug. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Andrew Dunstan | Use non-literal format for possibly non-standard strfti... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Andrew Dunstan | Add some casts to try to silence most of the remaining... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Andrew Dunstan | Use a macro variable PG_PRINTF_ATTRIBUTE for the style... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Heikki Linnakangas | The arguments to pg_ctl kill are not optional - remove... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Tom Lane | Tag 9.1beta1. REL9_1_BETA1 |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Tom Lane | Make a quick copy-editing pass over the 9.1 release... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Peter Eisentraut | Fix binary upgrade of altered typed tables |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Andrew Dunstan | Revert "Force use of "%I64d" format for 64 bit ints... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Magnus Hagander | timeline is not needed in BaseBackup() |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Tom Lane | Add comments about the need to avoid uninitialized... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Tom Lane | Fix array- and path-creating functions to ensure paddin... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Andrew Dunstan | Revert "Remove hard coded formats for INT64 and use... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Andrew Dunstan | Remove hard coded formats for INT64 and use configured... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Andrew Dunstan | Force use of "%I64d" format for 64 bit ints on MinGW. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Andrew Dunstan | Use an explicit format string to keep the compiler... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Bruce Momjian | Doc wording improvement for NUMERIC limit paragraph. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Bruce Momjian | Reword documentation for NUMERIC with no specified... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Tom Lane | Rephrase some not-supported error messages in pg_hba... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Tom Lane | Complain if pg_hba.conf contains "hostssl" but SSL... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Bruce Momjian | Clarify that a non-specified precision NUMERIC has... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Bruce Momjian | Now that pg_upgrade uses -w in pg_ctl, remove loop... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Bruce Momjian | In pg_upgrade, avoid one start/stop of the postmaster... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Tom Lane | Remove incorrect HINT for use of ALTER FOREIGN TABLE... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Robert Haas | Refactor broken CREATE TABLE IF NOT EXISTS support. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Robert Haas | Remove partial and undocumented GRANT .. FOREIGN TABLE... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Tom Lane | Fix pg_size_pretty() to avoid overflow for inputs close... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Peter Eisentraut | Support "make check" in contrib |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Andrew Dunstan | Use terse mode to avoid variable order dependency outpu... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Andrew Dunstan | Assorted minor changes to silence Windows compiler... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Andrew Dunstan | Prevent perl header overriding our *snprintf macros... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Andrew Dunstan | Give getopt() a prototype and modern style arg specs. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Bruce Momjian | Add postmaster/postgres undocumented -b option for... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Robert Haas | Add fast paths for cases when no serializable transacti... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Robert Haas | Regression tests for TOAST. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Robert Haas | Fix SSI-related assertion failure. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Andrew Dunstan | Adjust yywrap macro for non-reentrant scanners for... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Michael Meskes | In libecpg do not set an sqlda field that is 'reserved... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Peter Eisentraut | Normalize whitespace in the arguments of <indexterm> |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Tom Lane | Improve cost estimation for aggregates and window funct... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Bruce Momjian | In pg_upgrade, only compile copy_file() on non-Win32... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Tom Lane | Improve findoidjoins to cover more cases. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Andrew Dunstan | Silence a few compiler warnings from gcc on MinGW. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Tom Lane | Update oidjoins regression test for 9.1 catalog schema... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Tom Lane | Hash indexes had better pass the index collation to... |
commit | commitdiff | tree | snapshot |
next |