aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas2011-07-15
* In planner, don't assume that empty parent tables aren't really empty.Tom Lane2011-07-14
* Set information_schema.routines.is_udt_dependent to NOPeter Eisentraut2011-07-14
* Update some comments to clarify who does what in targetlist creation.Tom Lane2011-07-13
* Implement information schema interval_type columnsPeter Eisentraut2011-07-13
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-12
* Add C comment that txid_current() assigns an XID if one is not alreadyBruce Momjian2011-07-11
* Fix and clarify information schema interval_precision fieldsPeter Eisentraut2011-07-11
* Try to acquire relation locks in RangeVarGetRelid.Robert Haas2011-07-08
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-08
* Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas2011-07-08
* Fix one overflow and one signedness error, caused by the patch to calculateHeikki Linnakangas2011-07-08
* Message style improvementsPeter Eisentraut2011-07-08
* There's a small window wherein a transaction is committed but not yetHeikki Linnakangas2011-07-08
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-07
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.Robert Haas2011-07-07
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-07
* Fix a bug with SSI and prepared transactions:Heikki Linnakangas2011-07-07
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06