summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rework wrap-width calculation in psql's print_aligned_vertical() function.Tom Lane2015-11-303-153/+510
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-294-4/+108
* Fix failure to consider failure cases in GetComboCommandId().Tom Lane2015-11-261-20/+23
* Be more paranoid about null return values from libpq status functions.Tom Lane2015-11-251-9/+12
* pg_upgrade: fix CopyFile() on Windows to fail on file existenceBruce Momjian2015-11-2412-31/+28
* doc: Some improvements on CREATE POLICY and ALTER POLICY documentationPeter Eisentraut2015-11-232-92/+85
* Clarify pg_rewind connection requirements.Teodor Sigaev2015-11-231-1/+3
* doc: Add more documentation about wal_retrieve_retry_intervalPeter Eisentraut2015-11-231-0/+11
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-216-115/+124
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-207-71/+239
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-198-129/+153
* doc: Clarify some things on pg_receivexlog reference pagePeter Eisentraut2015-11-191-10/+25
* Fix thinko: errmsg -> ereport.Tom Lane2015-11-191-3/+3
* 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-26/+35
* Fix incomplete set_foreignscan_references handling for fdw_recheck_qualsRobert Haas2015-11-181-0/+6
* Improve ON CONFLICT documentation.Andres Freund2015-11-191-365/+378
* Remove function names from some elog() calls in heapam.c.Andres Freund2015-11-191-17/+17
* 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-1711-113/+300
* Message style fixPeter Eisentraut2015-11-172-2/+2
* Improve messagePeter Eisentraut2015-11-161-1/+1
* Message improvementsPeter Eisentraut2015-11-1626-80/+76
* doc: Fix commas and improve spacingPeter Eisentraut2015-11-161-19/+19
* 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
* pg_upgrade: properly detect file copy failure on WindowsBruce Momjian2015-11-142-3/+5
* Correct sepgsql docs with regard to RLSStephen Frost2015-11-131-2/+2
* vacuumdb: don't prompt for passwords over and overAlvaro Herrera2015-11-129-45/+98
* Fix unwanted flushing of libpq's input buffer when socket EOF is seen.Tom Lane2015-11-124-20/+27
* Do a round of copy-editing on the 9.5 release notes.Tom Lane2015-11-111-104/+167
* Improve documentation around autovacuum-related storage parameters.Tom Lane2015-11-113-116/+106
* 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
* Stamp 9.5beta2.REL9_5_BETA2Robert Haas2015-11-094-14/+14
* Translation updatesPeter Eisentraut2015-11-0917-6894/+7116
* Add paragraph about ON CONFLICT interaction with partitioning.Andres Freund2015-11-091-0/+9
* Set replication origin when decoding commit records.Andres Freund2015-11-091-1/+1
* Fix 9.5 version of previous commit to match its log message.Noah Misch2015-11-081-2/+0
* Don't connect() to a wildcard address in test_postmaster_connection().Noah Misch2015-11-081-1/+14
* Update 9.5 release notes through today.Tom Lane2015-11-071-2/+6
* Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane2015-11-076-27/+31
* Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane2015-11-073-1/+10
* Set include_realm=1 default in parse_hba_lineStephen Frost2015-11-061-13/+13
* Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane2015-11-053-33/+88
* Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas2015-11-054-16/+18
* Improve comments about abbreviation abort.Robert Haas2015-11-031-10/+20
* Remove obsolete advice about doubling backslashes in regex escapes.Tom Lane2015-11-031-10/+0