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