summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-12-11Consistency check should compare last record replayed, not last record read.Heikki Linnakangas
2012-12-11Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan
2012-12-10Update minimum recovery point on truncation.Heikki Linnakangas
2012-12-10Fix the tracking of min recovery point timeline.Heikki Linnakangas
2012-12-09Fix assorted bugs in privileges-for-types patch.Tom Lane
2012-12-08Support automatically-updatable views.Tom Lane
2012-12-07Correct xmax test for COPY FREEZESimon Riggs
2012-12-07Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs
2012-12-07Clarify that COPY FREEZE is not a hard rule.Simon Riggs
2012-12-07Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane
2012-12-06Background worker processesAlvaro Herrera
2012-12-06Fix intermittent crash in DROP INDEX CONCURRENTLY.Tom Lane
2012-12-06Update comment at top of index_createAlvaro Herrera
2012-12-05Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane
2012-12-05Oops, meant to change the comment in writeTimeLineHistory.Heikki Linnakangas
2012-12-05Must not reach consistency before XLOG_BACKUP_RECORDSimon Riggs
2012-12-04Attempt to un-break Windows builds with USE_LDAP.Tom Lane
2012-12-04Include isinf.o in libecpg if isinf() is not available on the system.Michael Meskes
2012-12-04Downgrade a status message from LOG to DEBUG2.Heikki Linnakangas
2012-12-04Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas
2012-12-04In initdb.c, move auth warning code into main() from secondary function.Bruce Momjian
2012-12-04Fix build of LDAP URL featurePeter Eisentraut
2012-12-04Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas
2012-12-04Add support for LDAP URLsPeter Eisentraut
2012-12-04In initdb.c, rename some newly created functions, and move the directoryBruce Momjian
2012-12-04Add initdb --sync-only option to sync the data directory to durableBruce Momjian
2012-12-04Revert initdb --sync-only patch that had incorrect commit messages.Bruce Momjian
2012-12-04dummy commitBruce Momjian
2012-12-04In pg_upgrade, fix bug where no users were dumped in pg_dumpallBruce Momjian
2012-12-03Revert "Add mode where contrib installcheck runs each module in a separately ...Andrew Dunstan
2012-12-03Avoid holding vmbuffer pin after VACUUM.Simon Riggs
2012-12-03Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99af...Andrew Dunstan
2012-12-03Refactor inCommit flag into generic delayChkpt flag.Simon Riggs
2012-12-03Clarify locking for PageGetLSN() in XLogCheckBuffer()Simon Riggs