summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-05Require the schema qualification in pg_temp.type_name(arg).Noah Misch
2019-08-05Translation updatesPeter Eisentraut
2019-08-04Release notes for 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24.Tom Lane
2019-08-01Fix handling of previous password hooks in passwordcheckMichael Paquier
2019-07-31Fix pg_dump's handling of dependencies for custom opclasses.Tom Lane
2019-07-30Print WAL position correctly in pg_rewind error message.Heikki Linnakangas
2019-07-28Doc: Fix event trigger firing tableMichael Paquier
2019-07-26Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane
2019-07-26Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane
2019-07-26Fix loss of fractional digits for large values in cash_numeric().Tom Lane
2019-07-25Fix syntax error in commit 20e99cddd.Tom Lane
2019-07-25Fix failures to ignore \r when reading Windows-style newlines.Tom Lane
2019-07-25Honor MSVC WindowsSDKVersion if setAndrew Dunstan
2019-07-25Fix contrib/sepgsql test policy to work with latest SELinux releases.Tom Lane
2019-07-22Make pg_upgrade's test.sh less chatty.Tom Lane
2019-07-19Silence compiler warning, hopefully.Tom Lane
2019-07-18Fix error in commit e6feef57.Jeff Davis
2019-07-18Fix daterange canonicalization for +/- infinity.Jeff Davis
2019-07-17Update time zone data files to tzdata release 2019b.Tom Lane
2019-07-17Sync our copy of the timezone library with IANA release tzcode2019b.Tom Lane
2019-07-16Fix thinko in construction of old_conpfeqop list.Tom Lane
2019-07-16doc: mention pg_reload_conf() for reloading the config fileBruce Momjian
2019-07-10Fix variable initialization when using buffering build with GiSTMichael Paquier
2019-07-02Add support for Visual Studio 2019 in build scriptsMichael Paquier
2019-07-01Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch
2019-06-30Repair logic for reordering grouping sets optimization.Andrew Gierth
2019-06-28Fix misleading comment in nodeIndexonlyscan.c.Thomas Munro
2019-06-27Update reference to sampling algorithm in analyze.cTomas Vondra
2019-06-26Add support for OpenSSL 1.1.0 and newer versions in MSVC scriptsMichael Paquier
2019-06-24Don't unset MAKEFLAGS in non-GNU Makefile.Thomas Munro
2019-06-24Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane
2019-06-23Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane
2019-06-20Remove obsolete comments about sempahores from proc.c.Thomas Munro
2019-06-17Stamp 9.5.18.REL9_5_18Tom Lane
2019-06-17Translation updatesPeter Eisentraut
2019-06-16Release notes for 10.9, 9.6.14, 9.5.18, 9.4.23.Tom Lane
2019-06-15Prefer timezone name "UTC" over alternative spellings.Andrew Gierth
2019-06-14Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane
2019-06-13Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane
2019-06-13postgres_fdw: Account for triggers in non-direct remote UPDATE planning.Etsuro Fujita
2019-06-13Doc: improve description of allowed spellings for Boolean input.Tom Lane
2019-06-12Fix incorrect printing of queries with duplicated join names.Tom Lane
2019-06-12Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.Tom Lane
2019-06-12Fix handling of COMMENT for domain constraintsMichael Paquier
2019-06-11Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund
2019-06-07Fix copy-pasto in freeing memory on error in vacuumlo.Heikki Linnakangas
2019-06-01Fix documentation of check_option in information_schema.viewsMichael Paquier
2019-05-31Fix C++ incompatibilities in plpgsql's header files.Tom Lane
2019-05-29MSVC: Add "use File::Path qw(rmtree)".Noah Misch
2019-05-28In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch