summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove silly completion for "DELETE FROM tabname ...".Tom Lane2015-12-201-1/+1
* Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.Andres Freund2015-12-191-3/+11
* Fix improper initialization order for readline.Tom Lane2015-12-171-1/+3
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-164-2/+17
* Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera2015-12-141-0/+3
* Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas2015-12-141-11/+53
* 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
* 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/+916
* 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
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-119-188/+531
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-103-0/+32
* 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-093-91/+28
* Avoid odd portability problem in TestLib.pm's slurp_file function.Tom Lane2015-12-081-2/+5
* Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane2015-12-075-0/+130
* Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.Tom Lane2015-12-051-1/+1
* Further improve documentation of the role-dropping process.Tom Lane2015-12-041-7/+18
* Make gincostestimate() cope with hypothetical GIN indexes.Tom Lane2015-12-011-20/+38
* Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().Tom Lane2015-12-011-2/+3
* Fix failure to consider failure cases in GetComboCommandId().Tom Lane2015-11-261-18/+20
* Be more paranoid about null return values from libpq status functions.Tom Lane2015-11-251-10/+13
* pg_upgrade: fix CopyFile() on Windows to fail on file existenceBruce Momjian2015-11-2413-38/+35
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-216-116/+125
* Fix vcregress.pl's bincheckAndrew Dunstan2015-11-211-0/+7
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-204-41/+229
* fix a perl typoAndrew Dunstan2015-11-191-1/+1
* Update docs for vcregress.pl bincheck changesAndrew Dunstan2015-11-181-3/+3
* Improve vcregress.pl's handling of tap tests for client programsAndrew Dunstan2015-11-181-25/+36
* Accept flex > 2.5.x in configure.Tom Lane2015-11-182-2/+2
* Fix possible internal overflow in numeric division.Tom Lane2015-11-171-3/+9
* Back-patch fixes to make TAP tests work on Windows.Tom Lane2015-11-179-76/+239
* Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane2015-11-163-46/+161
* Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane2015-11-153-5/+139
* PL/Python: Make tests pass with Python 3.5Peter Eisentraut2015-11-146-16/+445
* pg_upgrade: properly detect file copy failure on WindowsBruce Momjian2015-11-142-3/+5
* Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane2015-11-124-20/+27
* Docs: fix misleading example.Tom Lane2015-11-101-4/+5
* Improve our workaround for 'TeX capacity exceeded' in building PDF files.Tom Lane2015-11-101-10/+69
* Don't connect() to a wildcard address in test_postmaster_connection().Noah Misch2015-11-081-1/+14
* Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane2015-11-073-1/+10
* Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane2015-11-053-33/+88
* shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive.Robert Haas2015-11-031-2/+17
* Add RMV to list of commands taking AE lock.Kevin Grittner2015-11-021-1/+3
* Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner2015-10-312-31/+69
* doc: security_barrier option is a Boolean, not a string.Robert Haas2015-10-301-1/+1