summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2014-07-21Update SQL features listPeter Eisentraut
2014-07-19Partial fix for dropped columns in functions returning composite.Tom Lane
2014-07-18Fix two low-probability memory leaks in regular expression parsing.Tom Lane
2014-07-17Add option to pg_ctl to choose event source for loggingMagnus Hagander
2014-07-16Fix bugs in SP-GiST search with range type's -|- (adjacent) operator.Heikki Linnakangas
2014-07-16Allow join removal in some cases involving a left join to a subquery.Tom Lane
2014-07-15Fix REASSIGN OWNED for text search objectsAlvaro Herrera
2014-07-15Include SSL compression status in psql banner and connection loggingMagnus Hagander
2014-07-15Small spelling fixPeter Eisentraut
2014-07-15Add missing serial commasPeter Eisentraut
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-14Prevent bitmap heap scans from showing unnecessary block info in EXPLAIN ANAL...Fujii Masao
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-07-11Fix bug with whole-row references to append subplans.Tom Lane
2014-07-11Fix whitespacePeter Eisentraut
2014-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-07-09Fix error hint style.Robert Haas
2014-07-09Improve error messages for bytea decoding failures.Robert Haas
2014-07-08Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane
2014-07-07Fix typos in comments.Fujii Masao
2014-07-06Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund
2014-07-06Consistently pass an "unsigned char" to ctype.h functions.Noah Misch
2014-07-03Don't cache per-group context across the whole query in orderedsetaggs.c.Tom Lane
2014-07-03Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.Tom Lane
2014-07-02Smooth reporting of commit/rollback statistics.Kevin Grittner
2014-07-02Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-07-02Add some errdetail to checkRuleResultList().Tom Lane
2014-07-02Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane
2014-07-01Refactor CREATE/ALTER DATABASE syntax so options need not be keywords.Tom Lane
2014-07-01Avoid copying index tuples when building an index.Robert Haas
2014-06-30Check interrupts during logical decoding more frequently.Andres Freund
2014-06-30Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas
2014-06-29Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane
2014-06-29Add cluster_name GUC which is included in process titles if set.Andres Freund
2014-06-28Remove Alpha and Tru64 support.Andres Freund
2014-06-28Allow pushdown of WHERE quals into subqueries with window functions.Tom Lane
2014-06-27Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera
2014-06-27Don't allow relminmxid to go backwards during VACUUM FULLAlvaro Herrera
2014-06-27Fix broken Assert() introduced by 8e9a16ab8f7f0e58Alvaro Herrera
2014-06-27Disallow pushing volatile qual expressions down into DISTINCT subqueries.Tom Lane
2014-06-25Rationalize error messages within jsonfuncs.c.Tom Lane
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