Commit Graph

29731 Commits (991bfe11d28a9d2c70d54203bac2562995af504a)
 

Author SHA1 Message Date
Heikki Linnakangas 991bfe11d2 Enhance documentation of the build-in standby mode, explaining the retry 16 years ago
Bruce Momjian 55a01b4c0a Change recovery.conf.sample to match postgresql.conf by showing only 16 years ago
Michael Meskes e01c6ce712 Give a more precise error message if a variable is re-used as cursor name in ecpg. 16 years ago
Tom Lane d174a4adbb Fix "constraint_exclusion = partition" logic so that it will also attempt 16 years ago
Heikki Linnakangas 2a77355ea1 Change the retry-loop in standby mode to also try restoring files from 16 years ago
Peter Eisentraut feb5087a34 Message tuning 16 years ago
Bruce Momjian e919a844eb Properly initialize local varaible in 16 years ago
Bruce Momjian a358423d8f Add comma missing from postgresql.conf comment. 16 years ago
Peter Eisentraut 29ccc32c30 Separate targets "make docs" and "make install-docs" for the documentation 16 years ago
Peter Eisentraut 3f76f9613d Add note that XML Schema validation is not supported 16 years ago
Peter Eisentraut 1e24678349 Add some information about what it means for PL/Python to be untrusted. 16 years ago
Peter Eisentraut 51d2c9b0bb Add some documentation about PL/Python limitations 16 years ago
Simon Riggs de66effede Edit recovery.conf.sample so it matches docs. Change standby_mode 16 years ago
Tom Lane b78f6264eb Rework join-removal logic as per recent discussion. In particular this 16 years ago
Simon Riggs a760893dbd Derive latestRemovedXid for btree deletes by reading heap pages. The 16 years ago
Heikki Linnakangas 59292f28ca Flush CopyOutResponse when starting streaming in walsender, so that it's 16 years ago
Simon Riggs 65cd829232 Modify some new and pre-existing messages for translatability. 16 years ago
Tom Lane 5ceb13c8a1 Fix ginint4_queryextract() to actually do what it was intended to do for an 16 years ago
Alvaro Herrera be8cebc717 Prevent ALTER USER f RESET ALL from removing the settings that were put there 16 years ago
Simon Riggs 92fc0db99f Additional thoughts on WALSender cpu reduction. Use long type 16 years ago
Simon Riggs e6867eebd4 Change replication connection log format to allow for a database 16 years ago
Simon Riggs 08882ce74c Reduce CPU utilisation of WALSender process. Process was using 10% CPU 16 years ago
Tom Lane 16a4186d6a Fix thinko in log message for "sameuser" ident map mismatch: the provided 16 years ago
Tom Lane 223f82d4da Now that we know last_statrequest > last_statwrite can be observed in the 16 years ago
Andrew Dunstan 23244d6f24 Mark "installcheck-parallel", "world", "install-world" and "installcheck-world" make targets as PHONY. Fujii Masao. 16 years ago
Heikki Linnakangas de3483acfa Update description of walrcv_receive() function to match reality. 16 years ago
Bruce Momjian 96189dbe66 Document in postgresql.conf that the max_standby_delay default is 30 16 years ago
Bruce Momjian 5f9d2316d5 Typo fix from IRC breinbaas 16 years ago
Peter Eisentraut 8a367d441b Remove useless double assignment 16 years ago
Itagaki Takahiro 7e2411429c Remove CRs for each line in pgbench.sgml. 16 years ago
Bruce Momjian a9ae3c0a56 Add back other xlog() function author names. 16 years ago
Itagaki Takahiro a887c486d5 Each worker thread will have its own log file in pgbench to avoid interleaved 16 years ago
Bruce Momjian 1d34814ac2 Properly credit Simon for functions pg_last_xlog_replay_location, etc. 16 years ago
Tom Lane d0049f8eee Fix regression test breakage from recent change in default name of exclusion-constraint index. 16 years ago
Simon Riggs 37afd3ef4e Shorten suffix of automatically created indexes to "_excl" when using 16 years ago
Bruce Momjian 260d843d70 Re-order createuser and vacuumedb documentation options, for 16 years ago
Tom Lane 8d3c4aa614 Fix an oversight in join-removal optimization: we have to check not only for 16 years ago
Michael Meskes ecac5e6bfc Fixed ECPG regression test to make sure it uses absolute paths for include 16 years ago
Bruce Momjian 0885dd1517 Remove 9.0 release notes xref's to HISTORY.html can be built. 16 years ago
Michael Meskes 075d44120f Adding special command line option that is now needed for the one ecpg regression test that was changed. 16 years ago
Michael Meskes b4d298ac23 ECPG's parser now accepts and handles variables as arguments for the FREE command. 16 years ago
Michael Meskes 654fff2311 Adjusted regression test results to the change I made in debug output for ecpglib. 16 years ago
Michael Meskes a9dd217861 Correctly name functions in debug output in ecpglib. When the functions were 16 years ago
Michael Meskes 1d66a1cca1 ECPG only copied #include statements instead of processing them according to 16 years ago
Bruce Momjian 6ad4249b5c Add more 9.0 release note documentation links. 16 years ago
Bruce Momjian 4748faa50a Add links to documentation sections in 9.0 release notes. 16 years ago
Peter Eisentraut c248d17120 Message tuning 16 years ago
Michael Meskes 1dff2a0f25 Fixed ecpg parser to allow more than one C preprocessor command inside a declare section. 16 years ago
Bruce Momjian 4a12e98c46 In 9.0 release notes, move libpq/ecpg up into their own sections, like I 16 years ago
Bruce Momjian 9e6c5f1e74 Move server-side languages up one section in the 9.0 release notes. 16 years ago