aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Undo pgindent breakage (again). Per buildfarm.Tom Lane2010-07-06
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-05
* Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogusTom Lane2010-07-03
* Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensibleTom Lane2010-07-03
* Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane2010-07-03
* Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas2010-07-03
* Move copydir.c from src/port to src/backend/storage/fileRobert Haas2010-07-02
* Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode.Bruce Momjian2010-07-02
* Allow ALTER TABLE .. SET TABLESPACE to be interrupted.Robert Haas2010-07-01
* stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas2010-06-30
* Add C comment about why synchronous_commit=off behavior can loseBruce Momjian2010-06-29
* Message tuningPeter Eisentraut2010-06-29
* emode_for_corrupt_record shouldn't reduce LOG messages to WARNING.Robert Haas2010-06-28
* Fix log_temp_files docs and comments to say bytes not kilobytes.Simon Riggs2010-06-25
* Add stray "else" that seems to have gone missing.Robert Haas2010-06-24
* Deprecate the use of => as an operator name.Robert Haas2010-06-22
* Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane2010-06-21
* Clean up some randomness associated with trace_recovery_messages: don'tTom Lane2010-06-17
* Make RemoveOldXlogFiles's debug printout match style used elsewhere:Tom Lane2010-06-17
* Don't allow walsender to send WAL data until it's been safely fsync'd on theTom Lane2010-06-17
* Refactor sprintf calls with computed format strings into multiple calls withPeter Eisentraut2010-06-16
* Add new GUC categories corresponding to sections in docs, and moveItagaki Takahiro2010-06-15
* If a corrupt WAL record is received by streaming replication, disconnectHeikki Linnakangas2010-06-14
* Remove max_standby_delay message from ps display of recovery processItagaki Takahiro2010-06-14
* Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas2010-06-13
* Fix typo/bug, found by Clang compilerPeter Eisentraut2010-06-12
* Use "replication" as the database name when constructing a connectionHeikki Linnakangas2010-06-11
* Rename restartpoint_command to archive_cleanup_command.Itagaki Takahiro2010-06-10
* Make TriggerFile variable static. It's not used outside xlog.c.Heikki Linnakangas2010-06-10
* Return NULL instead of 0/0 in pg_last_xlog_receive_location() andHeikki Linnakangas2010-06-10
* Quote all string values in EXPLAIN (FORMAT YAML) output.Robert Haas2010-06-10
* Remove stray word from comment.Robert Haas2010-06-09
* In standby mode, respect checkpoint_segments in addition toHeikki Linnakangas2010-06-09
* Make the walwriter close it's handle to an old xlog segment if it's no longerMagnus Hagander2010-06-09
* Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely.Robert Haas2010-06-09
* Fix typo in the header comment. Per request from Masao Fujii.Tatsuo Ishii2010-06-09
* Avoid useless snprintf() call when update_process_title is turned off.Tom Lane2010-06-07
* Ensure default-only storage parameters for TOAST relationsItagaki Takahiro2010-06-07
* Adjust misleading comment in walsender.c. We try to send all WAL data that'sTom Lane2010-06-03
* Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane2010-06-03
* Translation updates for 9.0beta2Peter Eisentraut2010-06-03
* Fix some inconsistent quoting of wal_level values in messagesPeter Eisentraut2010-06-03
* Fix reference to nonexistent configure optionPeter Eisentraut2010-06-03
* On clean shutdown during recovery, don't warn about possible corruption.Robert Haas2010-06-03
* Fix obsolete comments that I neglected to update in a previous patch.Heikki Linnakangas2010-06-02
* Show schema name for REINDEX.Bruce Momjian2010-06-01
* Send all outstanding WAL before exiting when smart shutdown is requested.Heikki Linnakangas2010-05-31
* Fix misuse of Lossy Counting (LC) algorithm in compute_tsvector_stats().Tom Lane2010-05-30