Commit Graph

33053 Commits (7729e22d83b31afa1009f190bf0f4838cc8feaf8)
 

Author SHA1 Message Date
Magnus Hagander 7729e22d83 Fix a copy/pasted typo in several comments 14 years ago
Magnus Hagander 61cb8c5abb Add deadlock counter to pg_stat_database 14 years ago
Robert Haas 0e549697d1 Classify DROP operations by whether or not they are user-initiated. 14 years ago
Magnus Hagander bc3347484a Track temporary file count and size in pg_stat_database 14 years ago
Robert Haas 9d35116611 Damage control for yesterday's CheckIndexCompatible changes. 14 years ago
Robert Haas 9f9135d129 Instrument index-only scans to count heap fetches performed. 14 years ago
Alvaro Herrera 08146775ac Have \copy go through SendQuery 14 years ago
Robert Haas 6eb71ac552 Make CheckIndexCompatible simpler and more bullet-proof. 14 years ago
Simon Riggs 8366c7803e Allow pg_basebackup from standby node with safety checking. 14 years ago
Alvaro Herrera 74ab96a45e Add pg_trigger_depth() function 14 years ago
Bruce Momjian 6d5aae7afa Now that the shared library name can be adjusted in the library test, 14 years ago
Bruce Momjian a7f2c79a6e Improve plpython fix comment in pg_upgrade. 14 years ago
Bruce Momjian cfe443ab9d In pg_upgrade, when checking for the plpython library, we must check for 14 years ago
Bruce Momjian b95aec5290 Fix new SQL tablespace location function usage in pg_upgrade to properly 14 years ago
Simon Riggs 443b4821f1 Add new replication mode synchronous_commit = 'write'. 14 years ago
Peter Eisentraut 89dda5f297 Remove quotes around format_type_be() output 14 years ago
Tom Lane f26c9896b3 Suppress variable-clobbered-by-longjmp warning seen with older gcc versions. 14 years ago
Tom Lane beef89567e Suppress possibly-uninitialized-variable warning seen with older gcc versions. 14 years ago
Bruce Momjian 890a9992ce Reduce tab outdent of "error handling" GUC comments in postgresql.conf, 14 years ago
Robert Haas 49562f5eb6 Adjustments to regression tests for security_barrier views. 14 years ago
Simon Riggs c172b7b02e Resolve timing issue with logging locks for Hot Standby. 14 years ago
Simon Riggs b8a91d9d1c ALTER <thing> [IF EXISTS] ... allows silent DDL if required, 14 years ago
Magnus Hagander 4993a49b7c Typo fix 14 years ago
Peter Eisentraut 95c63b5e32 psql: Add support for tab completion of GRANT/REVOKE role 14 years ago
Magnus Hagander c14534957b Check number of fields in IDENTIFY_SYSTEM response 14 years ago
Magnus Hagander 356fddfa0f Get rid of itemizedlist inside table 14 years ago
Magnus Hagander a65023e7de Further doc cleanups from the pg_stat_activity changes 14 years ago
Robert Haas 6e3323d41d Triggered change notifications. 14 years ago
Robert Haas c8397bd6d9 Clarify that bgwriter no longer handles checkpoints. 14 years ago
Bruce Momjian ecf7a2ea38 Add pg_upgrade C comment about why we check all relkinds for regtypes. 14 years ago
Robert Haas cc53a1e7cc Add bitwise AND, OR, and NOT operators for macaddr data type. 14 years ago
Magnus Hagander 4f42b546fd Separate state from query string in pg_stat_activity 14 years ago
Heikki Linnakangas fa352d662e Make pg_relation_size() and friends return NULL if the object doesn't exist. 14 years ago
Peter Eisentraut 6f6b46c9c0 PL/Python: Update example 14 years ago
Heikki Linnakangas 326b922e8b Fix corner case in cleanup of transactions using SSI. 14 years ago
Magnus Hagander 2106c55ac8 Show psql timing output for failed queries as well as successful ones 14 years ago
Magnus Hagander ae137bcaab Fix warning about unused variable 14 years ago
Robert Haas 504f0c5d5d Regression tests for security_barrier views. 14 years ago
Robert Haas 4b496a3583 Catch fatal flex errors in the GUC file lexer. 14 years ago
Robert Haas 754b8140a1 fastgetattr is in access/htup.h, not access/heapam.h 14 years ago
Alvaro Herrera 3b11247aad Disallow merging ONLY constraints in children tables 14 years ago
Peter Eisentraut 1b9f774090 psql: Fix memory leak 14 years ago
Robert Haas 1575fbcb79 Prevent adding relations to a concurrently dropped schema. 14 years ago
Andrew Dunstan 01d83ffdca Improve efficiency of recent changes to plperl's sv2cstr(). 14 years ago
Heikki Linnakangas b2b4af535e Fix poll() implementation of WaitLatchOrSocket to notice postmaster death. 14 years ago
Magnus Hagander 0495aaad8b Allow a user to kill his own queries using pg_cancel_backend() 14 years ago
Peter Eisentraut 652300f539 pgcrypto: Remove inappropriate const qualifier 14 years ago
Alvaro Herrera 7064fd0648 Detect invalid permutations in isolationtester 14 years ago
Alvaro Herrera d2a75837cc Avoid NULL pointer dereference in isolationtester 14 years ago
Heikki Linnakangas 00c5f55061 Make superuser imply replication privilege. The idea of a privilege that 14 years ago