aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Call FDW validator functions even when the options list is empty.Tom Lane2011-07-05
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Message style tweaksPeter Eisentraut2011-07-05
* Set user_defined_types.data_type to nullPeter Eisentraut2011-07-04
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Don't try to use a constraint name as domain nameAlvaro Herrera2011-07-04
* Remove unused variable to silence compiler warningPeter Eisentraut2011-07-04
* Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas2011-07-04
* Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.Simon Riggs2011-07-04
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Mark pg_stat_reset_shared as strictMagnus Hagander2011-07-03
* Suppress compiler warning about potentially uninitialized variable.Tom Lane2011-07-01
* Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera2011-06-30