Commit Graph

31833 Commits (3ef5b2df9738fd0795c1ffcaada93c3c5df7cd49)
 

Author SHA1 Message Date
Robert Haas 3ef5b2df97 Fix typos in SECURITY LABEL documentation. 14 years ago
Peter Eisentraut 8dd2ede3f8 Improve compiler string shown in version() 14 years ago
Tom Lane d2088ae949 Move RegisterPredicateLockingXid() call to a safer place. 14 years ago
Tom Lane 12b7164578 Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE. 14 years ago
Magnus Hagander 27525b1831 Unbreak the regression tests from my previous commit 14 years ago
Peter Eisentraut b24181b26f Improve pg_archivecleanup and pg_standby --help output 14 years ago
Peter Eisentraut d6d823c8b0 Improve formatting of pg_upgrade --help output 14 years ago
Magnus Hagander d76a149c95 Clarify error message when attempting to create index on foreign table 14 years ago
Bruce Momjian fb3ad7895e Improve style of generate_history.pl Perl script. 14 years ago
Tom Lane 671322751a Include unary plus in the Operator Precedence table. 14 years ago
Peter Eisentraut 7f1f1bfdbb Remove redundant port number check 14 years ago
Peter Eisentraut bff074b1ab Message style cleanup 14 years ago
Peter Eisentraut ce2fc20071 Fix alignment of --help output 14 years ago
Peter Eisentraut a3b681f0bc Link some tables into the surrounding text by their id 14 years ago
Alvaro Herrera 04be7ac271 Update obsolete mention of Sequoia, now known as Tungsten 14 years ago
Alvaro Herrera 5614857096 Improve description of read/write traffic scalability 14 years ago
Alvaro Herrera 155743ad31 Add ID attribute to some sect2's missing it 14 years ago
Tom Lane dcc685debb Fix pull_up_sublinks' failure to handle nested pull-up opportunities. 14 years ago
Alvaro Herrera 52897e54db Update some ALTER USER cross-references to ALTER ROLE 14 years ago
Peter Eisentraut 4b08bf8ce7 Small cleanup of spacing in verbatim DocBook elements 14 years ago
Tom Lane 6755558b92 Improve aset.c's space management in contexts with small maxBlockSize. 14 years ago
Peter Eisentraut 5c436a79e0 Catch errors in for loop in makefile 14 years ago
Peter Eisentraut b106195b17 Rewrite installation makefile rules without for loops 14 years ago
Tom Lane 83b7584944 Make CLUSTER lock the old table's toast table before copying data. 14 years ago
Bruce Momjian 5a71b64130 Lowercase status labels in pg_stat_replication view. 14 years ago
Tom Lane 44e4bbf75d Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum(). 14 years ago
Tom Lane fd2e2d09aa Rewrite pg_size_pretty() to avoid compiler bug. 14 years ago
Andrew Dunstan c49e4ae1f8 Use non-literal format for possibly non-standard strftime formats. 14 years ago
Andrew Dunstan ab0ba6e73a Add some casts to try to silence most of the remaining format warnings on MinGW-W64. 14 years ago
Andrew Dunstan c02d5b7c27 Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 14 years ago
Heikki Linnakangas 39850c7fdb The arguments to pg_ctl kill are not optional - remove brackets in the docs. 14 years ago
Tom Lane 993c5e5904 Tag 9.1beta1. 14 years ago
Tom Lane bb1051eb2d Make a quick copy-editing pass over the 9.1 release notes. 14 years ago
Peter Eisentraut b2ef8929ae Fix binary upgrade of altered typed tables 14 years ago
Andrew Dunstan 6693fec0e8 Revert "Force use of "%I64d" format for 64 bit ints on MinGW." 14 years ago
Magnus Hagander 6693eb72c0 timeline is not needed in BaseBackup() 14 years ago
Tom Lane 4f6c75b541 Add comments about the need to avoid uninitialized bits in datatype values. 14 years ago
Tom Lane 18c0b4eccd Fix array- and path-creating functions to ensure padding bytes are zeroes. 14 years ago
Andrew Dunstan 348c10efe0 Revert "Remove hard coded formats for INT64 and use configured settings instead." 14 years ago
Andrew Dunstan 9b1508af89 Remove hard coded formats for INT64 and use configured settings instead. 14 years ago
Andrew Dunstan 52d01c2f52 Force use of "%I64d" format for 64 bit ints on MinGW. 14 years ago
Andrew Dunstan c43d0791ac Use an explicit format string to keep the compiler happy. 14 years ago
Bruce Momjian dedcc48c56 Doc wording improvement for NUMERIC limit paragraph. 14 years ago
Bruce Momjian 8ce83b5bdc Reword documentation for NUMERIC with no specified precision. 14 years ago
Tom Lane 71e7083532 Rephrase some not-supported error messages in pg_hba.conf processing. 14 years ago
Tom Lane c464a0657b Complain if pg_hba.conf contains "hostssl" but SSL is disabled. 14 years ago
Bruce Momjian 0cdbef6cec Clarify that a non-specified precision NUMERIC has a very high range. 14 years ago
Bruce Momjian 6c4d2bd914 Now that pg_upgrade uses -w in pg_ctl, remove loop that retried testing 14 years ago
Bruce Momjian 44091442db In pg_upgrade, avoid one start/stop of the postmaster; use the -w 14 years ago
Tom Lane 6dab96abaa Remove incorrect HINT for use of ALTER FOREIGN TABLE on the wrong relkind. 14 years ago