summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-04Split out the description of page-level lock as new subsection in document.Fujii Masao
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-03Improve support for composite types in PL/Python.Tom Lane
2014-07-03Use a separate temporary directory for the Unix-domain socketPeter Eisentraut
2014-07-03Support vpath builds in TAP testsPeter Eisentraut
2014-07-02Smooth reporting of commit/rollback statistics.Kevin Grittner
2014-07-02pg_upgrade: preserve database and relation minmxid valuesBruce Momjian
2014-07-02Rename logical decoding's pg_llog directory to pg_logical.Andres Freund
2014-07-02pg_upgrade: no need to remove "members" files for pre-9.3 upgradesBruce Momjian
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-01Improve handling of OOM score adjustment in sample Linux start script.Tom Lane
2014-07-01Fix inadequately-sized output buffer in contrib/unaccent.Tom Lane
2014-07-01Avoid copying index tuples when building an index.Robert Haas
2014-07-01Issue a WARNING about invalid rule file format in contrib/unaccent.Tom Lane
2014-07-01Allow multi-character source strings in contrib/unaccent.Tom Lane
2014-07-01Allow empty replacement strings in contrib/unaccent.Tom Lane
2014-06-30pg_upgrade: update C comments about pg_dumpallBruce Momjian
2014-06-30Don't prematurely free the BufferAccessStrategy in pgstat_heap().Noah Misch
2014-06-30Fix typos in the cluster_name commit.Andres Freund
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-26Remove obsolete example of CSV log file name from log_filename document.Fujii Masao
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-24pg_upgrade: remove pg_multixact files left by initdbBruce Momjian
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 typo in replication slot function doc.Fujii Masao
2014-06-23Add missing closing parenthesis into max_replication_slots doc.Fujii Masao
2014-06-23Fix bug in WAL_DEBUG.Heikki Linnakangas
2014-06-21doc: adjust JSONB GIN index descriptionBruce Momjian
2014-06-219.4 release notes: adjust some entry wordingBruce Momjian
2014-06-21Fix documentation template for CREATE TRIGGER.Kevin Grittner