summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2011-07-18Made ecpglib write double with a precision of 15 digits.Michael Meskes
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 different deadlock_timeout on each session in new isolation testsAlvaro Herrera
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
2011-07-14In planner, don't assume that empty parent tables aren't really empty.Tom Lane
2011-07-14Set information_schema.routines.is_udt_dependent to NOPeter Eisentraut
2011-07-14Update some comments to clarify who does what in targetlist creation.Tom Lane
2011-07-13Implement information schema interval_type columnsPeter Eisentraut
2011-07-13Blind attempt at fixing isolation_tester on Win32Alvaro Herrera
2011-07-12Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane
2011-07-12Add support for blocked commands in isolationtesterAlvaro Herrera
2011-07-12perltidy run over msvc build systemMagnus Hagander
2011-07-12Add C comment that txid_current() assigns an XID if one is not alreadyBruce Momjian
2011-07-11Fix and clarify information schema interval_precision fieldsPeter Eisentraut
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-07-08Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane
2011-07-08Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas
2011-07-08Fix one overflow and one signedness error, caused by the patch to calculateHeikki Linnakangas
2011-07-08Message style improvementsPeter Eisentraut
2011-07-07There's a small window wherein a transaction is committed but not yetHeikki Linnakangas
2011-07-07SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas
2011-07-07Reclassify replication-related GUC variables as "master" and "standby".Tom Lane
2011-07-07Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.Robert Haas
2011-07-07Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane
2011-07-07Fix a bug with SSI and prepared transactions:Heikki Linnakangas
2011-07-07Fix comments over eagerly c&p'd.Andrew Dunstan
2011-07-06Reimplement pgbison and pgflex as perl scripts instead of bat files.Andrew Dunstan
2011-07-06Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane
2011-07-06Add \ir command to psql.Robert Haas
2011-07-06Attempt to standardize formatting of psql queries.Robert Haas
2011-07-05Call FDW validator functions even when the options list is empty.Tom Lane
2011-07-05Message style improvements of errmsg_internal() callsPeter Eisentraut
2011-07-05Fix psql's counting of script file line numbers during COPY.Tom Lane
2011-07-04Message style tweaksPeter Eisentraut
2011-07-04Set user_defined_types.data_type to nullPeter Eisentraut
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-04Don't try to use a constraint name as domain nameAlvaro Herrera
2011-07-04Remove unused variable to silence compiler warningPeter Eisentraut
2011-07-04Remove missed reference to SilentMode.Tom Lane