summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.5rc1.REL9_5_RC1Tom Lane2015-12-154-14/+14
* Document use of Subject Alternative Names in SSL server certificates.Tom Lane2015-12-151-4/+6
* Update 9.5 release notes through today.Tom Lane2015-12-151-116/+211
* Improve CREATE POLICY documentationStephen Frost2015-12-151-27/+86
* Collect the global OR of hasRowSecurity flags for plancacheStephen Frost2015-12-144-4/+180
* Add missing cleanup logic in pg_rewind/t/005_same_timeline.pl test.Tom Lane2015-12-141-0/+2
* pg_rewind: Don't error if the two clusters are already on the same timelineTom Lane2015-12-142-30/+52
* Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera2015-12-141-0/+3
* Remove xmlparse(document '') testKevin Grittner2015-12-144-20/+0
* Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas2015-12-141-11/+53
* Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund2015-12-141-2/+6
* Correct statement to actually be the intended assert statement.Andres Freund2015-12-141-1/+1
* Docs: document that psql's "\i -" means read from stdin.Tom Lane2015-12-131-1/+11
* Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander2015-12-131-0/+3
* Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander2015-12-131-3/+6
* Doc: update external URLs for PostGIS project.Tom Lane2015-12-123-3/+3
* Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund2015-12-121-2/+22
* Add an expected-file to match behavior of latest libxml2.Tom Lane2015-12-111-0/+935
* For REASSIGN OWNED for foreign user mappingsAlvaro Herrera2015-12-113-8/+18
* Install our "missing" script where PGXS builds can find it.Tom Lane2015-12-111-0/+2
* Handle policies during DROP OWNED BYStephen Frost2015-12-115-0/+303
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-1117-289/+100
* Handle dependencies properly in ALTER POLICYStephen Frost2015-12-113-0/+171
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-119-188/+531
* Fix commit timestamp initializationAlvaro Herrera2015-12-113-23/+40
* Improve some messagesPeter Eisentraut2015-12-109-12/+12
* Improve ALTER POLICY tab completion.Robert Haas2015-12-101-1/+8
* Fix typo.Robert Haas2015-12-101-1/+1
* Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund2015-12-105-11/+25
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-103-0/+31
* Accept flex > 2.5.x on Windows, too.Tom Lane2015-12-101-1/+2
* Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane2015-12-094-67/+24
* Remove redundant sentence.Robert Haas2015-12-091-2/+1
* Make failure to open psql's --log-file fatal.Tom Lane2015-12-081-0/+3
* Avoid odd portability problem in TestLib.pm's slurp_file function.Tom Lane2015-12-081-2/+5
* Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas2015-12-0812-18/+149
* Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane2015-12-075-0/+130
* Update xindex.sgml for recent additions to GIST opclass API.Tom Lane2015-12-061-4/+10
* Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.Tom Lane2015-12-051-1/+1
* Instruct Coverity using an assertion.Noah Misch2015-12-051-0/+2
* Further improve documentation of the role-dropping process.Tom Lane2015-12-041-7/+18
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-033-15/+25
* Clean up some psql issues around handling of the query output file.Tom Lane2015-12-037-105/+177
* psql: Improve spellingPeter Eisentraut2015-12-031-8/+8
* doc: Fix markup and improve placeholder namesPeter Eisentraut2015-12-031-14/+14
* Fix behavior of printTable() and friends with externally-invoked pager.Tom Lane2015-12-027-72/+102
* Make gincostestimate() cope with hypothetical GIN indexes.Tom Lane2015-12-011-20/+38
* Further tweaking of print_aligned_vertical().Tom Lane2015-12-012-41/+55
* Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().Tom Lane2015-12-011-2/+3
* Further adjustment to psql's print_aligned_vertical() function.Tom Lane2015-12-011-1/+2