Commit Graph

29714 Commits (5ceb13c8a12320a44fa211cf0ba32b1641270aeb)
 

Author SHA1 Message Date
Tom Lane 5ceb13c8a1 Fix ginint4_queryextract() to actually do what it was intended to do for an 15 years ago
Alvaro Herrera be8cebc717 Prevent ALTER USER f RESET ALL from removing the settings that were put there 15 years ago
Simon Riggs 92fc0db99f Additional thoughts on WALSender cpu reduction. Use long type 15 years ago
Simon Riggs e6867eebd4 Change replication connection log format to allow for a database 15 years ago
Simon Riggs 08882ce74c Reduce CPU utilisation of WALSender process. Process was using 10% CPU 15 years ago
Tom Lane 16a4186d6a Fix thinko in log message for "sameuser" ident map mismatch: the provided 15 years ago
Tom Lane 223f82d4da Now that we know last_statrequest > last_statwrite can be observed in the 15 years ago
Andrew Dunstan 23244d6f24 Mark "installcheck-parallel", "world", "install-world" and "installcheck-world" make targets as PHONY. Fujii Masao. 15 years ago
Heikki Linnakangas de3483acfa Update description of walrcv_receive() function to match reality. 15 years ago
Bruce Momjian 96189dbe66 Document in postgresql.conf that the max_standby_delay default is 30 15 years ago
Bruce Momjian 5f9d2316d5 Typo fix from IRC breinbaas 15 years ago
Peter Eisentraut 8a367d441b Remove useless double assignment 15 years ago
Itagaki Takahiro 7e2411429c Remove CRs for each line in pgbench.sgml. 15 years ago
Bruce Momjian a9ae3c0a56 Add back other xlog() function author names. 15 years ago
Itagaki Takahiro a887c486d5 Each worker thread will have its own log file in pgbench to avoid interleaved 15 years ago
Bruce Momjian 1d34814ac2 Properly credit Simon for functions pg_last_xlog_replay_location, etc. 15 years ago
Tom Lane d0049f8eee Fix regression test breakage from recent change in default name of exclusion-constraint index. 15 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
Simon Riggs bf6285b3a7 Further corrections of mismatching struct and btree SizeOf macros. 16 years ago
Bruce Momjian 128b1c5022 Create 9.0 release notes; keep 9.0-alpha release notes in place. 16 years ago
Bruce Momjian 4430907d95 Update sgml release note markup suggestions. 16 years ago
Tom Lane f784f05e95 Clear error_context_stack and debug_query_string at the beginning of proc_exit, 16 years ago
Robert Haas acdd6ea5ab Forbid renaming columns of objects whose column names are system-generated. 16 years ago
Tom Lane a836abe9f6 Modify error context callback functions to not assume that they can fetch 16 years ago
Tom Lane 865b29540e Fix oversight in btpo.xact patch; it was in fact installing garbage 16 years ago
Simon Riggs f42ddc4772 Clarify docs about database parameter in streaming replication primary_conninfo. 16 years ago
Simon Riggs 6a771d1d36 Add connection messages for streaming replication. log_connections 16 years ago
Simon Riggs 75867c528d Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] is 16 years ago
Simon Riggs aa36bd2039 Update XLOG_PAGE_MAGIC to recognise WAL format changes. 16 years ago
Simon Riggs 3cdafe40e7 Adjust comment in .history file to match recovery target specified. Comment 16 years ago
Simon Riggs 5c73ae17d1 Reset btpo.xact following recovery of btree delete page. Add btpo_xact 16 years ago
Peter Eisentraut 2827516394 Also print the libpq error message when lo_create or lo_open fails 16 years ago
Peter Eisentraut a401226bd8 Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL 16 years ago
Peter Eisentraut ab5694e80d Message style tuning 16 years ago
Bruce Momjian d154a857ba Mention way to get commit details for release notes. 16 years ago