Commit Graph

32473 Commits (3ced32d24e14af1877171c085a635b4ccdf8930c)
 

Author SHA1 Message Date
Robert Haas c9ac00e6ec Teach psql to display the comments on conversions and domains. 14 years ago
Robert Haas b69f2e3640 Teach vacuumlo to limit number of removals, via new -l option. 14 years ago
Andrew Dunstan f54e373d93 Correct the lie in pg_config.h.win32 about having inttypes.h. 14 years ago
Peter Eisentraut 04b17684af Add "Compatibility" section to ALTER EXTENSION reference page 14 years ago
Peter Eisentraut f29a004496 Remove whitespace from end of lines 14 years ago
Peter Eisentraut a559ed5ed6 Rename "Example" sections to "Examples" in dblink chapter 14 years ago
Peter Eisentraut 6ef2448796 Fix a whitespace issue with the man pages 14 years ago
Tom Lane 05e8396892 Clean up ill-advised attempt to invent a private set of Node tags. 14 years ago
Tom Lane ffcf5a6c41 Fix thinko in documentation of local_preload_libraries. 14 years ago
Tom Lane 375aa7b393 Reduce PG_SYSLOG_LIMIT to 900 bytes. 14 years ago
Robert Haas c4096c7639 Allow per-column foreign data wrapper options. 14 years ago
Robert Haas 68cbb9f4e7 Modestly improve pgbench's checking for invalid ranges. 14 years ago
Robert Haas b43bf617fd Tweak PQresStatus() to avoid a clang compiler warning. 14 years ago
Bruce Momjian 4262e61d64 Fix markup for recent wal_level clarification. 14 years ago
Andrew Dunstan a11cf43341 Restore the primacy of postgres.h in plpython.c. 14 years ago
Robert Haas 84e3712677 Create VXID locks "lazily" in the main lock table. 14 years ago
Robert Haas 3b17efdfdd Teach psql to display comments on languages and casts. 14 years ago
Bruce Momjian 38de5aad54 In documentaiton, clarify which commands have reduced WAL volume for 14 years ago
Robert Haas 4af43ee3f1 Make pgbench use erand48() rather than random(). 14 years ago
Tom Lane ac36e6f71f Move CheckRecoveryConflictDeadlock() call to a safer place. 14 years ago
Tom Lane 2e53bd5517 Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. 14 years ago
Heikki Linnakangas 89df948ec2 Avoid integer overflow when LIMIT + OFFSET >= 2^63. 14 years ago
Robert Haas 85b436f7b1 Minor stylistic corrections. 14 years ago
Peter Eisentraut 8a0fa9cad9 Add host name resolution information to pg_hba.conf error messages 14 years ago
Bruce Momjian a31dc392d6 Fix pg_update to properly test for the data directory's existence on 14 years ago
Robert Haas b4fbe392f8 Reduce sinval synchronization overhead. 14 years ago
Robert Haas 60fb25a3f5 Move new pgbench options to correct section of --help output. 14 years ago
Tom Lane 6545a901aa Fix pg_restore's direct-to-database mode for standard_conforming_strings. 14 years ago
Peter Eisentraut 0fe8150827 Minor message style adjustment 14 years ago
Robert Haas a8302803ab Fix typo. 14 years ago
Tom Lane c1420fcf7d Check to see whether libxml2 handles error context the way we expect. 14 years ago
Peter Eisentraut e67efb01e8 Add missing newlines at end of error messages 14 years ago
Peter Eisentraut ce8d7bb644 Replace printf format %i by %d 14 years ago
Robert Haas 8c18f3f0e1 Only display column comments for relkinds that support them. 14 years ago
Robert Haas c80be8a816 Clarify which relkinds accept column comments. 14 years ago
Andrew Dunstan c9737310d5 Don't build replacement getpeereid function on mingw. 14 years ago
Andrew Dunstan 74e6d37276 Silence compiler warning about uninitialized variable. 14 years ago
Robert Haas 8cca49d8a0 Add some environment checks prior to sepgsql regression testing. 14 years ago
Robert Haas f5af8eed92 Improvements to SQL/MED documentation. 14 years ago
Robert Haas 7c26395661 Add new pgbench options, --tablespace and --index-tablespace. 14 years ago
Robert Haas 2d6fee09eb Add new pgbench switch, --unlogged-tables. 14 years ago
Tom Lane bcf23ba4bf Fix previous patch so it also works if not USE_SSL (mea culpa). 14 years ago
Tom Lane fee476da95 Improve libpq's error reporting for SSL failures. 14 years ago
Tom Lane d0c23026b2 Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. 14 years ago
Bruce Momjian 081a5518c0 In pg_upgrade on Windows, check if the directory is writable by actually 14 years ago
Andrew Dunstan e399eb74d9 Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change. 14 years ago
Peter Eisentraut 79b3ca06d8 Change EDITOR_LINENUMBER_SWITCH to an environment variable 14 years ago
Tom Lane 988cccc620 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. 14 years ago
Robert Haas 6f1be5a67a Unbreak unlogged tables. 14 years ago
Bruce Momjian 43aa40e155 In pg_upgrade, add C comment about why we don't try to do shared file 14 years ago