Commit Graph

37208 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)
 

Author SHA1 Message Date
Robert Haas 84e3712677 Create VXID locks "lazily" in the main lock table. 15 years ago
Robert Haas 3b17efdfdd Teach psql to display comments on languages and casts. 15 years ago
Bruce Momjian 38de5aad54 In documentaiton, clarify which commands have reduced WAL volume for 15 years ago
Robert Haas 4af43ee3f1 Make pgbench use erand48() rather than random(). 15 years ago
Tom Lane ac36e6f71f Move CheckRecoveryConflictDeadlock() call to a safer place. 15 years ago
Tom Lane 2e53bd5517 Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. 15 years ago
Heikki Linnakangas 89df948ec2 Avoid integer overflow when LIMIT + OFFSET >= 2^63. 15 years ago
Robert Haas 85b436f7b1 Minor stylistic corrections. 15 years ago
Peter Eisentraut 8a0fa9cad9 Add host name resolution information to pg_hba.conf error messages 15 years ago
Bruce Momjian a31dc392d6 Fix pg_update to properly test for the data directory's existence on 15 years ago
Robert Haas b4fbe392f8 Reduce sinval synchronization overhead. 15 years ago
Robert Haas 60fb25a3f5 Move new pgbench options to correct section of --help output. 15 years ago
Tom Lane 6545a901aa Fix pg_restore's direct-to-database mode for standard_conforming_strings. 15 years ago
Peter Eisentraut 0fe8150827 Minor message style adjustment 15 years ago
Robert Haas a8302803ab Fix typo. 15 years ago
Tom Lane c1420fcf7d Check to see whether libxml2 handles error context the way we expect. 15 years ago
Peter Eisentraut e67efb01e8 Add missing newlines at end of error messages 15 years ago
Peter Eisentraut ce8d7bb644 Replace printf format %i by %d 15 years ago
Robert Haas 8c18f3f0e1 Only display column comments for relkinds that support them. 15 years ago
Robert Haas c80be8a816 Clarify which relkinds accept column comments. 15 years ago
Andrew Dunstan c9737310d5 Don't build replacement getpeereid function on mingw. 15 years ago
Andrew Dunstan 74e6d37276 Silence compiler warning about uninitialized variable. 15 years ago
Robert Haas 8cca49d8a0 Add some environment checks prior to sepgsql regression testing. 15 years ago
Robert Haas f5af8eed92 Improvements to SQL/MED documentation. 15 years ago
Robert Haas 7c26395661 Add new pgbench options, --tablespace and --index-tablespace. 15 years ago
Robert Haas 2d6fee09eb Add new pgbench switch, --unlogged-tables. 15 years ago
Tom Lane bcf23ba4bf Fix previous patch so it also works if not USE_SSL (mea culpa). 15 years ago
Tom Lane fee476da95 Improve libpq's error reporting for SSL failures. 15 years ago
Tom Lane d0c23026b2 Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. 15 years ago
Bruce Momjian 081a5518c0 In pg_upgrade on Windows, check if the directory is writable by actually 15 years ago
Andrew Dunstan e399eb74d9 Unbreak Windows builds broken by EDITOR_LINENUMBER_ARG change. 15 years ago
Peter Eisentraut 79b3ca06d8 Change EDITOR_LINENUMBER_SWITCH to an environment variable 15 years ago
Tom Lane 988cccc620 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. 15 years ago
Robert Haas 6f1be5a67a Unbreak unlogged tables. 15 years ago
Bruce Momjian 43aa40e155 In pg_upgrade, add C comment about why we don't try to do shared file 15 years ago
Tom Lane a9f0dbc39d Fix PQsetvalue() to avoid possible crash when adding a new tuple. 15 years ago
Tom Lane 0ce7676aa0 Make xpath() do something useful with XPath expressions that return scalars. 15 years ago
Tom Lane aaf15e5c1c Ensure that xpath() escapes special characters in string values. 15 years ago
Bruce Momjian 17a16eeb7c In pg_upgrade, fix the -l/log option to work on Windows. 15 years ago
Bruce Momjian 6b43fddee4 In pg_upgrade, use pg_strudup(), for consistency. 15 years ago
Robert Haas 463f2625a5 Support SECURITY LABEL on databases, tablespaces, and roles. 15 years ago
Tom Lane cacd42d62c Rewrite libxml error handling to be more robust. 15 years ago
Robert Haas d79a601fd9 Improve sepgsql and SECURITY LABEL documentation. 15 years ago
Robert Haas 550cd074f9 Minor improvement to pg_seclabel documentation. 15 years ago
Alvaro Herrera c8dfc89232 Make isolationtester more robust on locked commands 15 years ago
Alvaro Herrera d6db0e4e0e Increase deadlock_timeout to 100ms in FK isolation tests 15 years ago
Alvaro Herrera a0eae1a2ee Add expected regress output on stricter isolation levels 15 years ago
Simon Riggs 7cb7122800 Remove O(N^2) performance issue with multiple SAVEPOINTs. 15 years ago
Robert Haas 8e5ac74c12 Some refinement for the "fast path" lock patch. 15 years ago
Robert Haas cdd61237d6 Remove superfluous variable. 15 years ago