summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2014-06-25Cosmetic improvements in jsonfuncs.c.Tom Lane
2014-06-25Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane
2014-06-24Don't allow foreign tables with OIDs.Heikki Linnakangas
2014-06-24Check for interrupts during tuple-insertion loops.Robert Haas
2014-06-23Fix bug in WAL_DEBUG.Heikki Linnakangas
2014-06-20Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane
2014-06-20Do all-visible handling in lazy_vacuum_page() outside its critical section.Andres Freund
2014-06-20Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund
2014-06-20Avoid leaking memory while evaluating arguments for a table function.Tom Lane
2014-06-19Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.Fujii Masao
2014-06-19Improve our mechanism for controlling the Linux out-of-memory killer.Tom Lane
2014-06-18Remove unnecessary check for jbvBinary in convertJsonbValue.Andrew Dunstan
2014-06-18Fix weird spacing in error message.Tom Lane
2014-06-18Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane
2014-06-16Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-06-13Improve predtest.c's ability to reason about operator expressions.Tom Lane
2014-06-12Improve tuplestore's error messages for I/O failures.Tom Lane
2014-06-12Preserve exposed type of subquery outputs when substituting NULLs.Tom Lane
2014-06-12Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane
2014-06-12Fix typosAlvaro Herrera
2014-06-12Remove unnecessary output expressions from unflattened subqueries.Tom Lane
2014-06-12Consistency improvements for slot and decoding code.Andres Freund
2014-06-11Fix typos in comments.Noah Misch
2014-06-11Fix typos in comments.Fujii Masao
2014-06-11Fix ancient encoding error in hungarian.stop.Tom Lane
2014-06-09Fix infinite loop when splitting inner tuples in SPGiST text indexes.Tom Lane
2014-06-09Wrap multixact/members correctly during extension, take 2Alvaro Herrera
2014-06-05Fix off-by-one in decoding causing one-record events to be skipped.Andres Freund
2014-06-05Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane
2014-06-05Consistently spell a replication slot's name as slot_name.Andres Freund
2014-06-05Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas
2014-06-05Add btree and hash opclasses for pg_lsn.Tom Lane
2014-06-04Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund
2014-06-04Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...Fujii Masao
2014-06-03Use EncodeDateTime instead of to_char to render JSON timestamps.Andrew Dunstan
2014-06-03Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan
2014-06-03Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan
2014-06-03Set the process latch when processing recovery conflict interrupts.Andres Freund
2014-06-01Improve the efficiency of certain jsonb get operations.Andrew Dunstan
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Don't pay heed to wal_sender_timeout while creating a decoding slot.Andres Freund
2014-05-28Minor refactoring of jsonb_util.cHeikki Linnakangas
2014-05-28Jsonb comparison bug fixes.Heikki Linnakangas
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-28Ensure cleanup in case of early errors in streaming base backupsMagnus Hagander
2014-05-26Small typo and formatting fixes in postgresql.conf.samplePeter Eisentraut
2014-05-25Fix error when trying to delete page with half-dead left sibling.Heikki Linnakangas
2014-05-25Don't allocate memory inside an Assert() iff in a critical section.Andres Freund
2014-05-24Silence a couple of spurious valgrind warnings in inval.c.Andres Freund