summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-05-13Fix comment.Robert Haas
2015-05-13Extend abbreviated key infrastructure to datum tuplesorts.Robert Haas
2015-05-13Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane
2015-05-13Fix jsonb replace and delete on scalars and empty structuresAndrew Dunstan
2015-05-13Remove useless assertion.Robert Haas
2015-05-12Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund
2015-05-12Additional functions and operators for jsonbAndrew Dunstan
2015-05-12Add support for doing late row locking in FDWs.Tom Lane
2015-05-12Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan
2015-05-12Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-11Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERTStephen Frost
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-05-11Increase threshold for multixact member emergency autovac to 50%.Robert Haas
2015-05-11Even when autovacuum=off, force it for members as we do in other cases.Robert Haas
2015-05-11Advance the stop point for multixact offset creation only at checkpoint.Robert Haas
2015-05-11Fix DetermineSafeOldestOffset for the case where there are no mxacts.Robert Haas
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
2015-05-10Add missing "static" marker.Tom Lane
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-05-09Improve ParseConfigFp comment wrt head/tailStephen Frost
2015-05-08Change default for include_realm to 1Stephen Frost
2015-05-08Modify pg_stat_get_activity to build a tuplestoreStephen Frost
2015-05-08Add pg_file_settings view and functionStephen Frost
2015-05-08Fix two problems in infer_arbiter_indexes().Andres Freund
2015-05-08At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas
2015-05-08Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas
2015-05-08Fix whitespacePeter Eisentraut
2015-05-08Minor ON CONFLICT related comments and doc fixes.Andres Freund
2015-05-08Teach autovacuum about multixact member wraparound.Robert Haas
2015-05-08Remove reference to src/tools/backend/index.htmlStephen Frost
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-05-07Improve BRIN infra, minmax opclass and regression testAlvaro Herrera
2015-05-07Fix incorrect math in DetermineSafeOldestOffset.Robert Haas
2015-05-07Fix indentation that could mask a future bugMagnus Hagander
2015-05-06Avoid using a C++ keyword as a structure member name.Robert Haas
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2015-05-05Fix some problems with patch to fsync the data directory.Robert Haas
2015-05-05Fix typosPeter Eisentraut
2015-05-04Use outerPlanState macro instead of referring to leffttree.Robert Haas
2015-05-04Recursively fsync() the data directory after a crash.Robert Haas
2015-05-04Fix the same-rel optimization when creating WAL records.Heikki Linnakangas
2015-05-04Fix two small bugs in json's populate_record_workerAndrew Dunstan
2015-05-04Second try at fixing warnings caused by commit 9b43d73b3f9bef27.Tom Lane
2015-05-03Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane
2015-05-02Rename coerce_type() local variable.Noah Misch
2015-05-01Mark views created from tables as replication identity 'nothing'Bruce Momjian
2015-05-01Deparse named arguments to use the new => operator instead of :=Robert Haas