summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-06-28Track spinlock delay in microsecond granularity.Heikki Linnakangas
2013-06-27Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch
2013-06-27Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-06-26Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.Noah Misch
2013-06-26Initialize pad bytes in GinFormTuple().Noah Misch
2013-06-26Renovate display of non-ASCII messages on Windows.Noah Misch
2013-06-25Avoid inconsistent type declarationAlvaro Herrera
2013-06-25Support clean switchover.Fujii Masao
2013-06-24Reverting previous commit, pending investigationSimon Riggs
2013-06-24ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs
2013-06-24Translation updatesPeter Eisentraut
2013-06-23Ensure no xid gaps during Hot Standby startupSimon Riggs
2013-06-21Clarify terminology standalone backend vs. single-user modePeter Eisentraut
2013-06-19Support TB (terabyte) memory unit in GUC variables.Fujii Masao
2013-06-17Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis
2013-06-15Use WaitLatch, not pg_usleep, for delaying in pg_sleep().Tom Lane
2013-06-15Use SA_RESTART for all signals, including SIGALRM.Tom Lane
2013-06-14Avoid deadlocks during insertion into SP-GiST indexes.Tom Lane
2013-06-14Remove special-case treatment of LOG severity level in standalone mode.Tom Lane
2013-06-14Refactor checksumming code to make it easier to use externally.Tom Lane
2013-06-13Only install a portal's ResourceOwner if it actually has one.Tom Lane
2013-06-12Avoid reading past datum end when parsing JSON.Noah Misch
2013-06-12Avoid reading below the start of a stack variable in tokenize_file().Noah Misch
2013-06-12Don't pass oidvector by value.Noah Misch
2013-06-12Observe array length in HaveVirtualXIDsDelayingChkpt().Noah Misch
2013-06-12Don't use ordinary NULL-terminated strings as Name datums.Noah Misch
2013-06-12Improve updatability checking for views and foreign tables.Tom Lane
2013-06-12Fix unescaping of JSON Unicode escapes, especially for non-UTF8.Andrew Dunstan
2013-06-11Fix cache flush hazard in cache_record_field_properties().Tom Lane
2013-06-09Remove unnecessary restrictions about RowExprs in transformAExprIn().Tom Lane
2013-06-09Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.Tom Lane
2013-06-09Remove fixed limit on the number of concurrent AllocateFile() requests.Tom Lane
2013-06-08Don't downcase non-ascii identifier chars in multi-byte encodings.Andrew Dunstan
2013-06-08Handle Unicode surrogate pairs correctly when processing JSON.Andrew Dunstan
2013-06-06Fix typo in comment.Heikki Linnakangas
2013-06-06Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.Robert Haas
2013-06-06Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane
2013-06-06Update SQL features listPeter Eisentraut
2013-06-05Put analyze_keyword back in explain_option_name production.Tom Lane
2013-06-04Provide better message when CREATE EXTENSION can't find a target schema.Tom Lane
2013-06-04Fix memory leak in LogStandbySnapshot().Tom Lane
2013-06-03Put back allow_system_table_mods check in heap_create().Heikki Linnakangas
2013-06-03Additional spelling correctionsStephen Frost
2013-06-03Code review of recycling WAL segments in a restartpoint.Heikki Linnakangas
2013-06-03Allow type_func_name_keywords in some places where they weren't before.Tom Lane
2013-06-01Minor spelling fixesStephen Frost
2013-06-01Post-pgindent cleanupStephen Frost
2013-06-01Don't emit non-canonical empty arrays in array_remove().Noah Misch
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-05-31Minor spell checkingPeter Eisentraut