aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Check block number against the correct fork in get_raw_page().Tom Lane2014-07-22
* Allow empty string object keys in json_object().Andrew Dunstan2014-07-22
* Reject out-of-range numeric timezone specifications.Tom Lane2014-07-21
* Adjust cutoff points in newly-added sanity tests.Tom Lane2014-07-21
* Defend against bad relfrozenxid/relminmxid/datfrozenxid/datminmxid values.Tom Lane2014-07-21
* Translation updatesPeter Eisentraut2014-07-21
* Update SQL features listPeter Eisentraut2014-07-21
* Partial fix for dropped columns in functions returning composite.Tom Lane2014-07-19
* Fix two low-probability memory leaks in regular expression parsing.Tom Lane2014-07-18
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-17
* Fix bugs in SP-GiST search with range type's -|- (adjacent) operator.Heikki Linnakangas2014-07-16
* Allow join removal in some cases involving a left join to a subquery.Tom Lane2014-07-15
* Fix REASSIGN OWNED for text search objectsAlvaro Herrera2014-07-15
* Include SSL compression status in psql banner and connection loggingMagnus Hagander2014-07-15
* Small spelling fixPeter Eisentraut2014-07-15
* Add missing serial commasPeter Eisentraut2014-07-15
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-14
* Add file version information to most installed Windows binaries.Noah Misch2014-07-14
* Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...Fujii Masao2014-07-14
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-12
* Fix bug with whole-row references to append subplans.Tom Lane2014-07-11
* Fix whitespacePeter Eisentraut2014-07-11
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-10
* Fix error hint style.Robert Haas2014-07-09
* Improve error messages for bytea decoding failures.Robert Haas2014-07-09
* Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane2014-07-08
* Fix typos in comments.Fujii Masao2014-07-07
* Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund2014-07-06
* Consistently pass an "unsigned char" to ctype.h functions.Noah Misch2014-07-06
* Don't cache per-group context across the whole query in orderedsetaggs.c.Tom Lane2014-07-03
* Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.Tom Lane2014-07-03
* Smooth reporting of commit/rollback statistics.Kevin Grittner2014-07-02
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-02
* Add some errdetail to checkRuleResultList().Tom Lane2014-07-02
* Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane2014-07-01
* Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.Tom Lane2014-07-01
* Avoid copying index tuples when building an index.Robert Haas2014-07-01
* Check interrupts during logical decoding more frequently.Andres Freund2014-06-30
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-30
* 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