aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Pad XLogReaderState's main_data buffer more aggressively.Tom Lane2017-11-26
* Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway2017-11-26
* Update MSVC build process for new timezone data.Tom Lane2017-11-25
* Replace raw timezone source data with IANA's new compact format.Tom Lane2017-11-25
* Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane2017-11-25
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-25
* Improve planner's handling of set-returning functions in grouping columns.Tom Lane2017-11-25
* RLS comment fixes.Dean Rasheed2017-11-24
* Doc: add a summary table to the CREATE POLICY docs.Dean Rasheed2017-11-24
* Fix unstable regression test added by commits 59b71c6fe et al.Tom Lane2017-11-24
* Support linking with MinGW-built Perl.Noah Misch2017-11-23
* Fix handling of NULLs returned by aggregate combine functions.Andres Freund2017-11-23
* doc: mention wal_receiver_status_interval as GUC affecting logical rep worker.Fujii Masao2017-11-23
* Build src/test/isolation during "make" and "make install".Noah Misch2017-11-22
* Provide for forward compatibility with future minor protocol versions.Robert Haas2017-11-21
* Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.Tom Lane2017-11-20
* Add support for Motorola 88K to s_lock.h.Tom Lane2017-11-20
* Fix compiler warning in rangetypes_spgist.c.Tom Lane2017-11-18
* Provide modern examples of how to auto-start Postgres on macOS.Tom Lane2017-11-17
* Fix broken cleanup interlock for GIN pending list.Robert Haas2017-11-16
* Fix bogus logic for checking data dirs' versions within pg_upgrade.Tom Lane2017-11-16
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-14
* Rearrange c.h to create a "compiler characteristics" section.Tom Lane2017-11-14
* Mention CREATE/DROP STATISTICS in event triggers docsAlvaro Herrera2017-11-13
* MSVC: Rebuild spiexceptions.h when out of date.Noah Misch2017-11-12
* Install Windows crash dump handler before all else.Noah Misch2017-11-12
* Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch2017-11-12
* Add post-2010 ecpg tests to checktcp.Noah Misch2017-11-11
* Make connect/test1 independent of localhost IPv6.Noah Misch2017-11-11
* Fix previous commit's test, for non-UTF8 databases with non-XML builds.Noah Misch2017-11-11
* Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch2017-11-11
* Fix some null pointer dereferences in LDAP auth codePeter Eisentraut2017-11-10
* Tighten test in contrib/bloom/t/001_wal.pl.Tom Lane2017-11-10
* Add -wnet to SP invocationsPeter Eisentraut2017-11-10
* Remove junk left from DSSSL to XSL conversionPeter Eisentraut2017-11-09
* Fix typo in ALTER SYSTEM output.Tom Lane2017-11-09
* Fix bogus logic for checking executables' versions within pg_upgrade.Tom Lane2017-11-09
* Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour."Tom Lane2017-11-09
* Allow --with-bonjour to work with non-macOS implementations of Bonjour.Tom Lane2017-11-08
* Doc: fix erroneous example.Tom Lane2017-11-08
* Fix two violations of the ResourceOwnerEnlarge/Remember protocol.Tom Lane2017-11-08
* Fix unportable usage of <ctype.h> functions.Tom Lane2017-11-07
* Fix version numbering foulups exposed by 10.1.REL_10_1Tom Lane2017-11-06
* Stamp 10.1.Tom Lane2017-11-06
* Last-minute updates for release notes.Tom Lane2017-11-06
* Make json{b}_populate_recordset() use the right tuple descriptor.Tom Lane2017-11-06
* start-scripts: switch to $PGUSER before opening $PGLOG.Noah Misch2017-11-06
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch2017-11-05
* Translation updatesPeter Eisentraut2017-11-05