summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2013-07-04Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2013-07-03Fix handling of auto-updatable views on inherited tables.Tom Lane
2013-07-03Unbreak postmaster restart-after-crash sequenceAlvaro Herrera
2013-07-02Add support for multiple kinds of external toast datums.Robert Haas
2013-07-02Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas
2013-07-01Add a convenience routine makeFuncCall to reduce duplication.Robert Haas
2013-07-01Add timezone offset output option to to_char()Bruce Momjian
2013-07-01Optimize pglz compressor for small inputs.Heikki Linnakangas
2013-07-01Retry short writes when flushing WAL.Heikki Linnakangas
2013-06-29Inline ginCompareItemPointers function for speed.Heikki Linnakangas
2013-06-28Change errcode for lock_timeout to match NOWAITSimon Riggs
2013-06-28ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs
2013-06-28Assert that ALTER TABLE subcommands have pass setSimon Riggs
2013-06-28Send SIGKILL to children if they don't die quickly in immediate shutdownAlvaro Herrera
2013-06-28Make the OVER keyword unreserved.Robert Haas
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