summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-15Collect the global OR of hasRowSecurity flags for plancacheStephen Frost
2015-12-15Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.Tom Lane
2015-12-14pg_rewind: Don't error if the two clusters are already on the same timelineTom Lane
2015-12-14Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera
2015-12-14Remove xmlparse(document '') testKevin Grittner
2015-12-14Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas
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-12Add an expected-file to match behavior of latest libxml2.Tom Lane
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-10Improve ALTER POLICY tab completion.Robert Haas
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-10Accept flex > 2.5.x on Windows, too.Tom Lane
2015-12-09Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane
2015-12-08Make failure to open psql's --log-file fatal.Tom Lane
2015-12-08Avoid odd portability problem in TestLib.pm's slurp_file function.Tom Lane
2015-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-12-07Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane
2015-12-05Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.Tom Lane
2015-12-05Instruct Coverity using an assertion.Noah Misch
2015-12-03Further tweak commit_timestamp behaviorAlvaro Herrera
2015-12-03Clean up some psql issues around handling of the query output file.Tom Lane
2015-12-03psql: Improve spellingPeter Eisentraut
2015-12-02Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane
2015-12-01Make gincostestimate() cope with hypothetical GIN indexes.Tom Lane
2015-12-01Further tweaking of print_aligned_vertical().Tom Lane
2015-12-01Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().Tom Lane
2015-12-01Further adjustment to psql's print_aligned_vertical() function.Tom Lane
2015-11-30Rework wrap-width calculation in psql's print_aligned_vertical() function.Tom Lane
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
2015-11-26Fix failure to consider failure cases in GetComboCommandId().Tom Lane
2015-11-25Be more paranoid about null return values from libpq status functions.Tom Lane
2015-11-24pg_upgrade: fix CopyFile() on Windows to fail on file existenceBruce Momjian
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-11-19Fix thinko: errmsg -> ereport.Tom Lane
2015-11-19fix a perl typoAndrew Dunstan
2015-11-19Improve vcregress.pl's handling of tap tests for client programsAndrew Dunstan
2015-11-19Fix incomplete set_foreignscan_references handling for fdw_recheck_qualsRobert Haas
2015-11-19Remove function names from some elog() calls in heapam.c.Andres Freund