summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-03-24Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINTBruce Momjian
2015-03-24Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.Tom Lane
2015-03-23Apply table and domain CHECK constraints in name order.Tom Lane
2015-03-23Don't delay replication for less than recovery_min_apply_delay's resolution.Andres Freund
2015-03-23Fix copy & paste error in 4f1b890b137.Andres Freund
2015-03-23Remove ill-advised pre-check for DSM segment exhaustion.Robert Haas
2015-03-23to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14Bruce Momjian
2015-03-22Fix minor copy & pasto in the int128 accumulator patch.Andres Freund
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-22Add TOAST table to pg_shseclabel for long label useBruce Momjian
2015-03-22Use mmap MAP_NOSYNC option to limit shared memory writesBruce Momjian
2015-03-22to_char(float4/8): zero pad to specified lengthBruce Momjian
2015-03-20C comment: update lock level mention in commentBruce Momjian
2015-03-20Use 128-bit math to accelerate some aggregation functions.Andres Freund
2015-03-20Fix whitespacePeter Eisentraut
2015-03-19GetUserId() changes to has_privs_of_role()Stephen Frost
2015-03-19Add flags argument to dsm_create.Robert Haas
2015-03-19Fix status reporting for terminated bgworkers that were never started.Robert Haas
2015-03-18array_offset() and array_offsets()Alvaro Herrera
2015-03-18Setup cursor position for schema-qualified elementsAlvaro Herrera
2015-03-18Rationalize vacuuming options and parametersAlvaro Herrera
2015-03-17Fix out-of-array-bounds compiler warningAlvaro Herrera
2015-03-16Support opfamily members in get_object_addressAlvaro Herrera
2015-03-15Improve representation of PlanRowMark.Tom Lane
2015-03-15Merge the various forms of transaction commit & abort records.Andres Freund
2015-03-15Increase max_wal_size's default from 128MB to 1GB.Andres Freund
2015-03-15Remove pause_at_recovery_target recovery.conf setting.Andres Freund
2015-03-15Suppress maybe-uninitialized compiler warnings.Fujii Masao
2015-03-13Fix integer overflow in debug message of walreceiverTatsuo Ishii
2015-03-12Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.Tom Lane
2015-03-12Fix memory leaks in GIN index vacuum.Heikki Linnakangas
2015-03-12Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane
2015-03-12Fix old bug in get_loop_count().Tom Lane
2015-03-12Improve planner's cost estimation in the presence of semijoins.Tom Lane
2015-03-11Support default ACLs in get_object_addressAlvaro Herrera
2015-03-11Support user mappings in get_object_addressAlvaro Herrera
2015-03-11Require non-NULL pstate for all addRangeTableEntryFor* functions.Robert Haas
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Suggest to the user the column they may have meant to reference.Robert Haas
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-03-10Move BRIN page type to page's last two bytesAlvaro Herrera
2015-03-10Allow named parameters to be specified using => in addition to :=Robert Haas
2015-03-09Keep CommitTs module in sync in standby and masterAlvaro Herrera
2015-03-09Fix crasher bugs in previous commitAlvaro Herrera
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-09Fix handling of sortKeys field in Tuplesortstate.Robert Haas
2015-03-09Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas
2015-03-09Add missing "goto err" statements in xlogreader.c.Fujii Masao
2015-03-08Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.Tom Lane