summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: Replace "NOTE" with proper markupPeter Eisentraut2012-12-261-4/+6
* Add pg_upgrade --jobs parameterBruce Momjian2012-12-267-19/+277
* Fix some minor issues in view pretty-printing.Tom Lane2012-12-242-107/+119
* Update comments on rd_newRelfilenodeSubid.Simon Riggs2012-12-242-8/+26
* Keep rd_newRelfilenodeSubid across overflow.Simon Riggs2012-12-241-2/+8
* Fix more weird compiler messages causedSimon Riggs2012-12-242-3/+3
* Add function prototype from previous commit.Simon Riggs2012-12-241-1/+1
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-2339-276/+385
* Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.Tom Lane2012-12-233-3/+20
* Fix documentation typo.Tom Lane2012-12-221-1/+1
* Fix sloppiness in the timeline switch over streaming replication patch.Heikki Linnakangas2012-12-211-47/+54
* Fix race condition if a file is removed while pg_basebackup is running.Heikki Linnakangas2012-12-211-10/+31
* Forgot to remove extern declaration of GetRecoveryTargetTLI()Heikki Linnakangas2012-12-211-1/+0
* Make some messages more consistent in stylePeter Eisentraut2012-12-214-8/+8
* Fix grammatical mistake in error messagePeter Eisentraut2012-12-201-2/+2
* Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane2012-12-202-10/+239
* Fix recycling of WAL segments after switching timeline during recovery.Heikki Linnakangas2012-12-201-0/+13
* Avoid using NAMEDATALEN in pg_upgradeBruce Momjian2012-12-203-17/+27
* Follow TLI of last replayed record, not recovery target TLI, in walsenders.Heikki Linnakangas2012-12-206-82/+92
* Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.Heikki Linnakangas2012-12-203-13/+6
* Add pg_upgrade comment about mismatch errorBruce Momjian2012-12-201-0/+3
* Check if we've reached end-of-backup point also if no redo is required.Heikki Linnakangas2012-12-191-21/+28
* Rename SQL feature S403 to ARRAY_MAX_CARDINALITYPeter Eisentraut2012-12-191-1/+1
* pg_basebackup: Small message punctuation improvementsPeter Eisentraut2012-12-192-5/+5
* Don't include postgres.h in postgres_fe.h for cpluspluscheck.Andrew Dunstan2012-12-181-1/+1
* Ignore libedit/libreadline while probing for standard functions.Tom Lane2012-12-182-299/+301
* Remove allow_nonpic_in_shlibPeter Eisentraut2012-12-184-11/+4
* doc: Put PL/pgSQL RAISE USING keywords into a listPeter Eisentraut2012-12-171-14/+38
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-177-24/+64
* Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane2012-12-161-4/+12
* Tidy up from frontend Assert change.Andrew Dunstan2012-12-162-2/+0
* Properly copy fmgroids.h after clean on Win32Magnus Hagander2012-12-161-0/+3
* doc: Remove extra table columnPeter Eisentraut2012-12-161-1/+0
* doc: Add oid columns to system catalog documentationPeter Eisentraut2012-12-151-0/+225
* doc: Add pg_stat_reset and related functions to indexPeter Eisentraut2012-12-151-6/+6
* Provide Assert() for frontend code.Andrew Dunstan2012-12-147-25/+30
* Update comment in heapgetpage() regarding PD_ALL_VISIBLE vs. Hot Standby.Robert Haas2012-12-141-3/+16
* NLS: Use msgmerge --previous optionPeter Eisentraut2012-12-131-1/+1
* doc: Improve search_path mentions in indexPeter Eisentraut2012-12-133-1/+11
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-1323-370/+1396
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-1312-56/+58
* In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.Heikki Linnakangas2012-12-121-2/+6
* Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane2012-12-112-12/+41
* Disable event triggers in standalone mode.Tom Lane2012-12-112-2/+28
* Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner2012-12-115-64/+279
* Fix pg_upgrade for invalid indexesBruce Momjian2012-12-111-0/+91
* Consistency check should compare last record replayed, not last record read.Heikki Linnakangas2012-12-111-15/+21
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-113-1/+17
* Fix pg_upgrade -O/-o optionsBruce Momjian2012-12-101-1/+1
* doc: Remove blastwave.org linkPeter Eisentraut2012-12-101-2/+2