Commit Graph

33138 Commits (1a01560cbb78ff363fc7d70298328aa23f05bfb5)
 

Author SHA1 Message Date
Heikki Linnakangas 9b38d46d9f Make group commit more effective. 14 years ago
Simon Riggs ba1868ba31 Minor bug fix and cleanup from self-review of sync rep queues patch. 14 years ago
Simon Riggs 73f617f13f Various minor comments changes from bgwriter to checkpointer. 14 years ago
Heikki Linnakangas a578257040 Accept a non-existent value in "ALTER USER/DATABASE SET ..." command. 14 years ago
Tom Lane ad10853b30 Assorted comment fixes, mostly just typos, but some obsolete statements. 14 years ago
Tom Lane dd243b3e40 Fix typo in comment. 14 years ago
Tom Lane 21a39de580 Tweak index costing for problems with partial indexes. 14 years ago
Tom Lane b28ffd0fcc Fix pushing of index-expression qualifications through UNION ALL. 14 years ago
Tom Lane ed6e0545f5 Add caution about multiple unique indexes breaking plpgsql upsert example. 14 years ago
Tom Lane 17d3233e1b Update statement about sorting of character-string data. 14 years ago
Tom Lane 4ec6581c0c Fix handling of init_plans list in inheritance_planner(). 14 years ago
Tom Lane 759d9d6769 Add simple tests of EvalPlanQual using the isolationtester infrastructure. 14 years ago
Tom Lane 7c1719bc68 Fix handling of data-modifying CTE subplans in EvalPlanQual. 14 years ago
Magnus Hagander 672614cf21 Prevent logging "failed to stat file: success" for temp files 14 years ago
Tom Lane a8b4b84360 Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). 14 years ago
Tom Lane 0816fad6ee Undo 8.4-era lobotomization of subquery pullup rules. 14 years ago
Tom Lane e2fa76d80b Use parameterized paths to generate inner indexscans more flexibly. 14 years ago
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