Commit Graph

33071 Commits (b376ec6fa57bc76037014ede29498e2d1611968e)
 

Author SHA1 Message Date
Peter Eisentraut b376ec6fa5 Show default privileges in information schema 14 years ago
Peter Eisentraut bf90562aa4 Revert unfortunate whitespace change 14 years ago
Peter Eisentraut 2787458362 Disallow ALTER DOMAIN on non-domain type everywhere 14 years ago
Peter Eisentraut 8137f2c323 Hide most variable-length fields from Form_pg_* structs 14 years ago
Peter Eisentraut 8a3f745f16 Do not access indclass through Form_pg_index 14 years ago
Robert Haas eb6af016fc Document that COUNT(*) might not need a seq scan any more. 14 years ago
Robert Haas db6de5b71e Document that analyzing an empty table doesn't update the statistics. 14 years ago
Heikki Linnakangas cf3fff6326 Initialize the new bgwriterLatch field properly. 14 years ago
Robert Haas e43166a557 pg_dump: Move connection-setup code to a separate function. 14 years ago
Heikki Linnakangas 59c67ecdd3 Fix copy-paste error in docs. 14 years ago
Magnus Hagander c9f14bb4ac Fix wording, per Peter Geoghegan 14 years ago
Heikki Linnakangas 2e92b5872f Mention in the docs that bgwriter now sleeps longer when it has no work to do. 14 years ago
Bruce Momjian 3946c28161 Fix pg_upgrade --help text for --user to not use a plural cluster name. 14 years ago
Robert Haas c5a03256c7 Adjust tuplesort.c based on the fact that we never use the OS's qsort(). 14 years ago
Robert Haas 2d1371d3ee Be more clear when a new column name collides with a system column name. 14 years ago
Heikki Linnakangas d4bad4e1e1 Fix sentence in docs: checkpoints are not done by bgwriter anymore. 14 years ago
Heikki Linnakangas 6d90eaaa89 Make bgwriter sleep longer when it has no work to do, to save electricity. 14 years ago
Robert Haas 467ff207f5 Add missing #include, to suppress compiler warning. 14 years ago
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