summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-12-23Read from the same worker repeatedly until it returns no tuple.Robert Haas
2015-12-23Change Gather not to use a physical tlist.Robert Haas
2015-12-23Remove unnecessary escaping in C character literalsPeter Eisentraut
2015-12-23Allow omitting one or both boundaries in an array slice specifier.Tom Lane
2015-12-22Comment improvements for abbreviated keys.Robert Haas
2015-12-22postgres_fdw: Consider requesting sorted data so we can do a merge join.Robert Haas
2015-12-21Make viewquery a copy in rewriteTargetView()Stephen Frost
2015-12-18Revert 9246af6799819847faa33baf441251003acbb8fe becauseTeodor Sigaev
2015-12-18Remove duplicate word.Robert Haas
2015-12-18Fix TupleQueueReaderNext not to ignore its nowait argument.Robert Haas
2015-12-18Fix copy-and-paste error in logical decoding callback.Robert Haas
2015-12-18Fix typo in comment.Robert Haas
2015-12-18Allow to omit boundaries in array subscriptTeodor Sigaev
2015-12-18Use just one standalone-backend session for initdb's post-bootstrap steps.Tom Lane
2015-12-18Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane
2015-12-17Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-16Speed up CREATE INDEX CONCURRENTLY's TID sort.Robert Haas
2015-12-16Mark CHECK constraints declared NOT VALID valid if created with table.Robert Haas
2015-12-15Teach mdnblocks() not to create zero-length files.Robert Haas
2015-12-15Move buffer I/O and content LWLocks out of the main tranche.Robert Haas
2015-12-15Provide a way to predefine LWLock tranche IDs.Robert Haas
2015-12-15Collect the global OR of hasRowSecurity flags for plancacheStephen Frost
2015-12-14Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera
2015-12-14Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund
2015-12-14Correct statement to actually be the intended assert statement.Andres Freund
2015-12-13Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander
2015-12-13Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander
2015-12-12Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund
2015-12-11For REASSIGN OWNED for foreign user mappingsAlvaro Herrera
2015-12-11Handle policies during DROP OWNED BYStephen Frost
2015-12-11Get rid of the planner's LateralJoinInfo data structure.Tom Lane
2015-12-11Handle dependencies properly in ALTER POLICYStephen Frost
2015-12-11Still more fixes for planner's handling of LATERAL references.Tom Lane
2015-12-11Fix commit timestamp initializationAlvaro Herrera
2015-12-11Improve some messagesPeter Eisentraut
2015-12-10Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund
2015-12-10Fix bug leading to restoring unlogged relations from empty files.Andres Freund
2015-12-09Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas
2015-12-08Improve performance in freeing memory contextsKevin Grittner
2015-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-12-07Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane
2015-12-07Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane
2015-12-03Further tweak commit_timestamp behaviorAlvaro Herrera
2015-12-02Add handling for GatherPath to print_path.Robert Haas
2015-12-01Make gincostestimate() cope with hypothetical GIN indexes.Tom Lane
2015-11-30Fix obsolete comment.Robert Haas
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
2015-11-28Avoid doing encoding conversions by double-conversion via MULE_INTERNAL.Tom Lane
2015-11-27Update UCS_to_GB18030.pl with info about origin of the reference file.Tom Lane
2015-11-27Auto-generate file header comments in Unicode mapping files.Tom Lane