summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-07Handle empty or all-blank PAGER setting more sanely in psql.Tom Lane
2016-12-03Make pgwin32_putenv() visit debug CRTs.Noah Misch
2016-12-03Remove wrong CloseHandle() call.Noah Misch
2016-12-03Refine win32env.c cosmetics.Noah Misch
2016-11-26Fix test about ignoring extension dependencies during extension scripts.Tom Lane
2016-11-25Check for pending trigger events on far end when dropping an FK constraint.Tom Lane
2016-11-23Make sure ALTER TABLE preserves index tablespaces.Tom Lane
2016-11-21Fix PGLC_localeconv() to handle errors better.Tom Lane
2016-11-20Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane
2016-11-17Improve pg_dump/pg_restore --create --if-exists logic.Tom Lane
2016-11-17Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera
2016-11-15Allow DOS-style line endings in ~/.pgpass files.Tom Lane
2016-11-15Account for catalog snapshot in PGXACT->xmin updates.Tom Lane
2016-11-07Fix handling of symlinked pg_stat_tmp and pg_replslotMagnus Hagander
2016-11-06Rationalize and document pltcl's handling of magic ".tupno" array element.Tom Lane
2016-11-06More zic cleanup.Tom Lane
2016-11-04Sync our copy of the timezone library with IANA tzcode master.Tom Lane
2016-10-30Fix nasty performance problem in tsquery_rewrite().Tom Lane
2016-10-30Fix bogus tree-flattening logic in QTNTernary().Tom Lane
2016-10-27If the stats collector dies during Hot Standby, restart it.Robert Haas
2016-10-27Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas
2016-10-26Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane
2016-10-26Fix not-HAVE_SYMLINK code in zic.c.Tom Lane
2016-10-24Stamp 9.4.10.REL9_4_10Tom Lane
2016-10-24Translation updatesPeter Eisentraut
2016-10-23Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane
2016-10-20Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.Tom Lane
2016-10-20Sync our copy of the timezone library with IANA release tzcode2016h.Tom Lane
2016-10-20Update time zone data files to tzdata release 2016h.Tom Lane
2016-10-20Another portability fix for tzcode2016g update.Tom Lane
2016-10-19Windows portability fix.Tom Lane
2016-10-19Sync our copy of the timezone library with IANA release tzcode2016g.Tom Lane
2016-10-19Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane
2016-10-19Update time zone data files to tzdata release 2016g.Tom Lane
2016-10-19Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas
2016-10-18Fix cidin() to handle values above 2^31 platform-independently.Tom Lane
2016-10-14Fix assorted integer-overflow hazards in varbit.c.Tom Lane
2016-10-13Fix another bug in merging of inherited CHECK constraints.Tom Lane
2016-10-13Try to find out the actual hugepage size when making a MAP_HUGETLB request.Tom Lane
2016-10-13Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane
2016-10-12Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-12Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-12Fix copy-pasto in comment.Heikki Linnakangas
2016-10-10In PQsendQueryStart(), avoid leaking any left-over async result.Tom Lane
2016-10-08Fix two bugs in merging of inherited CHECK constraints.Tom Lane
2016-10-08Remove user_relns() SRF from regression tests.Tom Lane
2016-10-07Make TAP test suites to work, when @INC does not contain current dir.Heikki Linnakangas
2016-10-07Clear OpenSSL error queue after failed X509_STORE_load_locations() call.Heikki Linnakangas
2016-10-07Don't share SSL_CTX between libpq connections.Heikki Linnakangas
2016-10-04Correct logical decoding restore behaviour for subtransactions.Andres Freund