summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-01-02Move tar function headers to pgtar.hMagnus Hagander
2013-01-02Make sure MaxBackends is always setAlvaro Herrera
2013-01-02Fix background workers for EXEC_BACKENDAlvaro Herrera
2013-01-02Fix bug in streaming replication over multiple tli switches.Heikki Linnakangas
2013-01-02Fix silly typo in code, which broke the check for reaching consistency.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2013-01-01Add new file to MSVC build system as wellMagnus Hagander
2013-01-01Unify some tar functionality across different partsMagnus Hagander
2012-12-31Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane
2012-12-31Fix compiler warning about uninitialized variablePeter Eisentraut
2012-12-30Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-12-27Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera
2012-12-27Remove unused NextLogPage macroAlvaro Herrera
2012-12-24Fix some minor issues in view pretty-printing.Tom Lane
2012-12-24Update comments on rd_newRelfilenodeSubid.Simon Riggs
2012-12-24Keep rd_newRelfilenodeSubid across overflow.Simon Riggs
2012-12-24Fix more weird compiler messages causedSimon Riggs
2012-12-24Add function prototype from previous commit.Simon Riggs
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-12-23Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane
2012-12-21Fix sloppiness in the timeline switch over streaming replication patch.Heikki Linnakangas
2012-12-21Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas
2012-12-21Forgot to remove extern declaration of GetRecoveryTargetTLI()Heikki Linnakangas
2012-12-21Make some messages more consistent in stylePeter Eisentraut
2012-12-21Fix grammatical mistake in error messagePeter Eisentraut
2012-12-20Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane
2012-12-20Fix recycling of WAL segments after switching timeline during recovery.Heikki Linnakangas
2012-12-20Avoid using NAMEDATALEN in pg_upgradeBruce Momjian
2012-12-20Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas
2012-12-20Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.Heikki Linnakangas
2012-12-19Check if we've reached end-of-backup point also if no redo is required.Heikki Linnakangas
2012-12-19Rename SQL feature S403 to ARRAY_MAX_CARDINALITYPeter Eisentraut
2012-12-19pg_basebackup: Small message punctuation improvementsPeter Eisentraut
2012-12-18Don't include postgres.h in postgres_fe.h for cpluspluscheck.Andrew Dunstan
2012-12-18Remove allow_nonpic_in_shlibPeter Eisentraut
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-12-16Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane
2012-12-16Tidy up from frontend Assert change.Andrew Dunstan
2012-12-16Properly copy fmgroids.h after clean on Win32Magnus Hagander
2012-12-14Provide Assert() for frontend code.Andrew Dunstan
2012-12-14Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby.Robert Haas
2012-12-14NLS: Use msgmerge --previous optionPeter Eisentraut
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-12-13Make xlog_internal.h includable in frontend context.Heikki Linnakangas
2012-12-12In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.Heikki Linnakangas
2012-12-12Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane
2012-12-12Disable event triggers in standalone mode.Tom Lane
2012-12-11Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner