summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2011-08-10If backup-end record is not seen, and we reach end of recovery from aHeikki Linnakangas
2011-08-09Measure WaitLatch's timeout parameter in milliseconds, not microseconds.Tom Lane
2011-08-09Documentation improvement and minor code cleanups for the latch facility.Tom Lane
2011-08-09Avoid creating PlaceHolderVars immediately within PlaceHolderVars.Tom Lane
2011-08-09Use clearer notation for getnameinfo() return handlingPeter Eisentraut
2011-08-09Change the way string relopts are allocated.Heikki Linnakangas
2011-08-09Fix grammar and spelling in log message.Heikki Linnakangas
2011-08-09Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane
2011-08-06Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane
2011-08-06Reduce PG_SYSLOG_LIMIT to 900 bytes.Tom Lane
2011-08-05Allow per-column foreign data wrapper options.Robert Haas
2011-08-04Create VXID locks "lazily" in the main lock table.Robert Haas
2011-08-03Make pgbench use erand48() rather than random().Robert Haas
2011-08-02Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane
2011-08-02Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane
2011-08-02Avoid integer overflow when LIMIT + OFFSET >= 2^63.Heikki Linnakangas
2011-08-01Minor stylistic corrections.Robert Haas
2011-07-31Add host name resolution information to pg_hba.conf error messagesPeter Eisentraut
2011-07-29Reduce sinval synchronization overhead.Robert Haas
2011-07-27Minor message style adjustmentPeter Eisentraut
2011-07-26Check to see whether libxml2 handles error context the way we expect.Tom Lane
2011-07-26Replace printf format %i by %dPeter Eisentraut
2011-07-25Silence compiler warning about uninitialized variable.Andrew Dunstan
2011-07-24Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane
2011-07-23Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane
2011-07-22Unbreak unlogged tables.Robert Haas
2011-07-21Make xpath() do something useful with XPath expressions that return scalars.Tom Lane
2011-07-20Ensure that xpath() escapes special characters in string values.Tom Lane
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-07-20Rewrite libxml error handling to be more robust.Tom Lane
2011-07-19Remove O(N^2) performance issue with multiple SAVEPOINTs.Simon Riggs
2011-07-19Some refinement for the "fast path" lock patch.Robert Haas
2011-07-19Remove superfluous variable.Robert Haas
2011-07-19Introduce sending servers as new category for replication paramsSimon Riggs
2011-07-19Change debug message from ereport to elogPeter Eisentraut
2011-07-19Cascading replication feature for streaming log-based replication.Simon Riggs
2011-07-18Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane
2011-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2011-07-18Create a "fast path" for acquiring weak relation locks.Robert Haas
2011-07-18Add pg_opfamily_is_visible.Robert Haas
2011-07-17Further thoughts about temp_file_limit patch.Tom Lane
2011-07-17Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane
2011-07-16Improve make_subplanTargetList to avoid including Vars unnecessarily.Tom Lane
2011-07-16Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane
2011-07-16Use errdetail_internal() for SSI transaction cancellation details.Tom Lane
2011-07-16Add an errdetail_internal() ereport auxiliary routine.Tom Lane
2011-07-16Fix SSPI login when multiple roundtrips are requiredMagnus Hagander
2011-07-15Set information_schema.tables.commit_action to nullPeter Eisentraut
2011-07-15Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas
2011-07-15Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas