summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-02Add some errdetail to checkRuleResultList().Tom Lane
2014-07-02Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.Fujii Masao
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-01Remove some useless code in the configure script.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-26Get rid of bogus separate pg_proc entries for json_extract_path operators.Tom Lane
2014-06-26Forward-patch regression test for "could not find pathkey item to sort".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-23Improve tab-completion of DROP and ALTER ENABLE/DISABLE on triggers and rules.Heikki Linnakangas
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-20Let installcheck-world pass against a server requiring a password.Noah Misch
2014-06-19Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.Kevin Grittner
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-18Fix the MSVC build process for uuid-ossp.Noah Misch
2014-06-17Revert accidental change of WAL_DEBUG default.Heikki Linnakangas
2014-06-16Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane
2014-06-16Use type pgsocket for Windows pipe emulation socket callsBruce Momjian
2014-06-14Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-06-14Add mkdtemp() to libpgport.Noah Misch
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-06-13Harden pg_filenode_relation test against concurrent DROP TABLE.Noah Misch
2014-06-13emacs.samples: Reliably override ".dir-locals.el".Noah Misch
2014-06-13Improve predtest.c's ability to reason about operator expressions.Tom Lane
2014-06-13Fix pg_restore's processing of old-style BLOB COMMENTS data.Tom Lane
2014-06-12Improve tuplestore's error messages for I/O failures.Tom Lane
2014-06-12Adjust largeobject regression test to leave a couple of LOs behind.Tom Lane
2014-06-12Preserve exposed type of subquery outputs when substituting NULLs.Tom Lane