aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Add cluster_name GUC which is included in process titles if set.Andres Freund2014-06-29
* Remove Alpha and Tru64 support.Andres Freund2014-06-28
* Allow pushdown of WHERE quals into subqueries with window functions.Tom Lane2014-06-27
* Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera2014-06-27
* Don't allow relminmxid to go backwards during VACUUM FULLAlvaro Herrera2014-06-27
* Fix broken Assert() introduced by 8e9a16ab8f7f0e58Alvaro Herrera2014-06-27
* Disallow pushing volatile qual expressions down into DISTINCT subqueries.Tom Lane2014-06-27
* Rationalize error messages within jsonfuncs.c.Tom Lane2014-06-25
* Cosmetic improvements in jsonfuncs.c.Tom Lane2014-06-25
* Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane2014-06-24
* Don't allow foreign tables with OIDs.Heikki Linnakangas2014-06-24
* Check for interrupts during tuple-insertion loops.Robert Haas2014-06-23
* Fix bug in WAL_DEBUG.Heikki Linnakangas2014-06-23
* Add Asserts to verify that catalog cache keys are unique and not null.Tom Lane2014-06-20
* Do all-visible handling in lazy_vacuum_page() outside its critical section.Andres Freund2014-06-20
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-19
* Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.Fujii Masao2014-06-19
* Improve our mechanism for controlling the Linux out-of-memory killer.Tom Lane2014-06-18
* Remove unnecessary check for jbvBinary in convertJsonbValue.Andrew Dunstan2014-06-18
* Fix weird spacing in error message.Tom Lane2014-06-18
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane2014-06-16
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-14
* Improve predtest.c's ability to reason about operator expressions.Tom Lane2014-06-13
* Improve tuplestore's error messages for I/O failures.Tom Lane2014-06-12
* Preserve exposed type of subquery outputs when substituting NULLs.Tom Lane2014-06-12
* Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane2014-06-12
* Fix typosAlvaro Herrera2014-06-12
* Remove unnecessary output expressions from unflattened subqueries.Tom Lane2014-06-12
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* Fix typos in comments.Noah Misch2014-06-11
* Fix typos in comments.Fujii Masao2014-06-11
* Fix ancient encoding error in hungarian.stop.Tom Lane2014-06-10
* Fix infinite loop when splitting inner tuples in SPGiST text indexes.Tom Lane2014-06-09
* Wrap multixact/members correctly during extension, take 2Alvaro Herrera2014-06-09
* Fix off-by-one in decoding causing one-record events to be skipped.Andres Freund2014-06-05
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-05
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05
* Adjust SP-GiST WAL record formats to reduce alignment padding.Heikki Linnakangas2014-06-05
* Add btree and hash opclasses for pg_lsn.Tom Lane2014-06-04
* Fix longstanding bug in HeapTupleSatisfiesVacuum().Andres Freund2014-06-04
* Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...Fujii Masao2014-06-04
* Use EncodeDateTime instead of to_char to render JSON timestamps.Andrew Dunstan2014-06-03
* Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan2014-06-03
* Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan2014-06-03
* Set the process latch when processing recovery conflict interrupts.Andres Freund2014-06-03
* Improve the efficiency of certain jsonb get operations.Andrew Dunstan2014-06-01
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28