aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix bug in streaming replication over multiple tli switches.Heikki Linnakangas2013-01-02
* Fix silly typo in code, which broke the check for reaching consistency.Heikki Linnakangas2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add new file to MSVC build system as wellMagnus Hagander2013-01-01
* Unify some tar functionality across different partsMagnus Hagander2013-01-01
* Winflex binary on FTP site doesn't work on 64-bit Windows, update docs.Heikki Linnakangas2013-01-01
* Fix descrition of pg_resetxlog -l parameterMagnus Hagander2013-01-01
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-31
* doc: Correct description of ldapurlPeter Eisentraut2012-12-31
* Fix compiler warning about uninitialized variablePeter Eisentraut2012-12-31
* Keep timeline history files restored from archive in pg_xlog.Heikki Linnakangas2012-12-30
* doc: Correct description of LDAP authenticationPeter Eisentraut2012-12-29
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Remove obsolete XLogRecPtr macrosAlvaro Herrera2012-12-28
* Assign InvalidXLogRecPtr instead of MemSet(0)Alvaro Herrera2012-12-27
* Remove unused NextLogPage macroAlvaro Herrera2012-12-27
* doc: Replace "NOTE" with proper markupPeter Eisentraut2012-12-26
* Add pg_upgrade --jobs parameterBruce Momjian2012-12-26
* Fix some minor issues in view pretty-printing.Tom Lane2012-12-24
* Update comments on rd_newRelfilenodeSubid.Simon Riggs2012-12-24
* Keep rd_newRelfilenodeSubid across overflow.Simon Riggs2012-12-24
* Fix more weird compiler messages causedSimon Riggs2012-12-24
* Add function prototype from previous commit.Simon Riggs2012-12-24
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-23
* Fix documentation typo.Tom Lane2012-12-22
* Fix sloppiness in the timeline switch over streaming replication patch.Heikki Linnakangas2012-12-21
* Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas2012-12-21
* Forgot to remove extern declaration of GetRecoveryTargetTLI()Heikki Linnakangas2012-12-21
* Make some messages more consistent in stylePeter Eisentraut2012-12-21
* Fix grammatical mistake in error messagePeter Eisentraut2012-12-20
* Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane2012-12-20
* Fix recycling of WAL segments after switching timeline during recovery.Heikki Linnakangas2012-12-20
* Avoid using NAMEDATALEN in pg_upgradeBruce Momjian2012-12-20
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-20
* Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.Heikki Linnakangas2012-12-20
* Add pg_upgrade comment about mismatch errorBruce Momjian2012-12-20
* Check if we've reached end-of-backup point also if no redo is required.Heikki Linnakangas2012-12-19
* Rename SQL feature S403 to ARRAY_MAX_CARDINALITYPeter Eisentraut2012-12-19
* pg_basebackup: Small message punctuation improvementsPeter Eisentraut2012-12-19
* Don't include postgres.h in postgres_fe.h for cpluspluscheck.Andrew Dunstan2012-12-18
* Ignore libedit/libreadline while probing for standard functions.Tom Lane2012-12-18
* Remove allow_nonpic_in_shlibPeter Eisentraut2012-12-18
* doc: Put PL/pgSQL RAISE USING keywords into a listPeter Eisentraut2012-12-17
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17
* Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane2012-12-16
* Tidy up from frontend Assert change.Andrew Dunstan2012-12-16
* Properly copy fmgroids.h after clean on Win32Magnus Hagander2012-12-16
* doc: Remove extra table columnPeter Eisentraut2012-12-16
* doc: Add oid columns to system catalog documentationPeter Eisentraut2012-12-15