summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-02Update a number of broken links in comments.Magnus Hagander
2010-04-02Move system startup message prior to any calls out of data directory.Simon Riggs
2010-04-02FATAL errors are meant to stop ecpg immediately, e.g. because the syntax isMichael Meskes
2010-04-01Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas
2010-04-01Use a file of patterns of filenames to exclude from pgindent runs, instead if...Andrew Dunstan
2010-04-01Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we...Michael Meskes
2010-04-01Applied Zoltan's patch to make ecpg spit out warnings if a local variable hid...Michael Meskes
2010-04-01Refer to max_wal_senders in a more consistent fashion.Robert Haas
2010-03-31Change recovery.conf.sample to match postgresql.conf by showing onlyBruce Momjian
2010-03-31Give a more precise error message if a variable is re-used as cursor name in ...Michael Meskes
2010-03-30Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane
2010-03-30Change the retry-loop in standby mode to also try restoring files fromHeikki Linnakangas
2010-03-30Message tuningPeter Eisentraut
2010-03-30Properly initialize local varaible inBruce Momjian
2010-03-30Add comma missing from postgresql.conf comment.Bruce Momjian
2010-03-29Edit recovery.conf.sample so it matches docs. Change standby_modeSimon Riggs
2010-03-28Rework join-removal logic as per recent discussion. In particular thisTom Lane
2010-03-28Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs
2010-03-26Flush CopyOutResponse when starting streaming in walsender, so that it'sHeikki Linnakangas
2010-03-25Modify some new and pre-existing messages for translatability.Simon Riggs
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-24Additional thoughts on WALSender cpu reduction. Use long typeSimon Riggs
2010-03-24Change replication connection log format to allow for a databaseSimon Riggs
2010-03-24Reduce CPU utilisation of WALSender process. Process was using 10% CPUSimon Riggs
2010-03-24Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane
2010-03-24Now that we know last_statrequest > last_statwrite can be observed in theTom Lane
2010-03-24Mark "installcheck-parallel", "world", "install-world" and "installcheck-wor...Andrew Dunstan
2010-03-24Update description of walrcv_receive() function to match reality.Heikki Linnakangas
2010-03-24Document in postgresql.conf that the max_standby_delay default is 30Bruce Momjian
2010-03-23Remove useless double assignmentPeter Eisentraut
2010-03-22Fix regression test breakage from recent change in default name of exclusion-...Tom Lane
2010-03-22Shorten suffix of automatically created indexes to "_excl" when usingSimon Riggs
2010-03-22Fix an oversight in join-removal optimization: we have to check not only forTom Lane
2010-03-22Fixed ECPG regression test to make sure it uses absolute paths for includeMichael Meskes
2010-03-21Adding special command line option that is now needed for the one ecpg regres...Michael Meskes
2010-03-21ECPG's parser now accepts and handles variables as arguments for the FREE com...Michael Meskes
2010-03-21Adjusted regression test results to the change I made in debug output for ecp...Michael Meskes
2010-03-21Correctly name functions in debug output in ecpglib. When the functions wereMichael Meskes
2010-03-21ECPG only copied #include statements instead of processing them according toMichael Meskes
2010-03-21Message tuningPeter Eisentraut
2010-03-20Fixed ecpg parser to allow more than one C preprocessor command inside a decl...Michael Meskes
2010-03-20Further corrections of mismatching struct and btree SizeOf macros.Simon Riggs
2010-03-20Clear error_context_stack and debug_query_string at the beginning of proc_exit,Tom Lane
2010-03-20Forbid renaming columns of objects whose column names are system-generated.Robert Haas
2010-03-19Modify error context callback functions to not assume that they can fetchTom Lane
2010-03-19Fix oversight in btpo.xact patch; it was in fact installing garbageTom Lane
2010-03-19Add connection messages for streaming replication. log_connectionsSimon Riggs
2010-03-19Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] isSimon Riggs
2010-03-19Update XLOG_PAGE_MAGIC to recognise WAL format changes.Simon Riggs
2010-03-19Adjust comment in .history file to match recovery target specified. CommentSimon Riggs