summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch2017-12-082-41/+158
* Fix mistake in commentPeter Eisentraut2017-12-081-1/+1
* doc: Add advice about systemd RemoveIPCPeter Eisentraut2017-12-081-0/+79
* Report failure to start a background worker.Robert Haas2017-12-062-8/+24
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-0511-23/+24
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-043-8/+34
* Fix non-GNU makefiles for AIX make.Noah Misch2017-11-302-0/+9
* Fix typo in commentMagnus Hagander2017-11-271-1/+1
* Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway2017-11-261-0/+3
* Update MSVC build process for new timezone data.Tom Lane2017-11-251-3/+4
* Replace raw timezone source data with IANA's new compact format.Tom Lane2017-11-2516-16523/+4160
* Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane2017-11-251-1/+2
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-253-5/+56
* Support linking with MinGW-built Perl.Noah Misch2017-11-234-12/+35
* Provide for forward compatibility with future minor protocol versions.Robert Haas2017-11-212-16/+158
* Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.Tom Lane2017-11-201-2/+2
* Add support for Motorola 88K to s_lock.h.Tom Lane2017-11-201-0/+24
* Provide modern examples of how to auto-start Postgres on macOS.Tom Lane2017-11-174-0/+71
* MSVC: Rebuild spiexceptions.h when out of date.Noah Misch2017-11-121-1/+2
* Install Windows crash dump handler before all else.Noah Misch2017-11-121-8/+8
* Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch2017-11-122-2/+9
* Add post-2010 ecpg tests to checktcp.Noah Misch2017-11-112-57/+2
* Make connect/test1 independent of localhost IPv6.Noah Misch2017-11-113-4/+4
* Fix connect/test1 expected output.Noah Misch2017-11-111-1/+1
* Fix previous commit's test, for non-UTF8 databases with non-XML builds.Noah Misch2017-11-114-28/+40
* Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch2017-11-115-1/+142
* Fix some null pointer dereferences in LDAP auth codePeter Eisentraut2017-11-102-3/+6
* Add -wnet to SP invocationsPeter Eisentraut2017-11-101-1/+2
* Fix typo in ALTER SYSTEM output.Tom Lane2017-11-091-1/+1
* Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour."Tom Lane2017-11-092-60/+6
* Allow --with-bonjour to work with non-macOS implementations of Bonjour.Tom Lane2017-11-082-2/+62
* Fix two violations of the ResourceOwnerEnlarge/Remember protocol.Tom Lane2017-11-082-3/+9
* Fix unportable usage of <ctype.h> functions.Tom Lane2017-11-071-1/+1
* Stamp 9.4.15.REL9_4_15Tom Lane2017-11-066-21/+21
* Last-minute updates for release notes.Tom Lane2017-11-063-0/+109
* Make json{b}_populate_recordset() use the right tuple descriptor.Tom Lane2017-11-065-11/+63
* start-scripts: switch to $PGUSER before opening $PGLOG.Noah Misch2017-11-063-8/+8
* Translation updatesPeter Eisentraut2017-11-0513-3415/+3497
* Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.Tom Lane2017-11-053-0/+604
* Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch2017-11-052-3/+23
* Improve error message for incorrect number inputs in libecpg.Michael Meskes2017-11-031-1/+0
* Fix float parsing in ecpg INFORMIX mode.Michael Meskes2017-11-021-2/+3
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-026-113/+60
* Doc: update URL for check_postgres.Tom Lane2017-11-011-2/+2
* Make sure ecpglib does accepts digits behind decimal point even for integers inMichael Meskes2017-11-011-13/+19
* Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane2017-10-271-1/+2
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-273-1/+116
* Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane2017-10-273-6/+55
* Doc: mention that you can't PREPARE TRANSACTION after NOTIFY.Tom Lane2017-10-271-1/+2
* Improve gendef.pl diagnostic on failure to open sym fileAndrew Dunstan2017-10-261-1/+1