summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-02-26Back-patch non-static ExecuteSqlQueryForSingleRow().Noah Misch
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2018-02-26Translation updatesPeter Eisentraut
2018-02-23Synchronize doc/ copies of src/test/examples/.Noah Misch
2018-02-23Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane
2018-02-21Repair pg_upgrade's failure to preserve relfrozenxid for matviews.Tom Lane
2018-02-19Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane
2018-02-14Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane
2018-02-05Stamp 9.4.16.REL9_4_16Tom Lane
2018-02-05Translation updatesPeter Eisentraut
2018-01-31Exclude common/int128.h from cpluspluscheckPeter Eisentraut
2018-01-29psql documentation fixesPeter Eisentraut
2018-01-28Add stack-overflow guards in set-operation planning.Tom Lane
2018-01-27Update time zone data files to tzdata release 2018c.Tom Lane
2018-01-23Teach reparameterize_path() to handle AppendPaths.Tom Lane
2018-01-22Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane
2018-01-19Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera
2018-01-15Cope with indicator arrays that do not have the correct length.Michael Meskes
2018-01-12Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane
2018-01-09Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera
2018-01-05Fix failure to delete spill files of aborted transactionsAlvaro Herrera
2018-01-03Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan
2018-01-03Make XactLockTableWait work for transactions that are not yet self-lockedAlvaro Herrera
2018-01-02Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera
2017-12-22Disallow UNION/INTERSECT/EXCEPT over no columns.Tom Lane
2017-12-15Perform a lot more sanity checks when freezing tuples.Andres Freund
2017-12-15Fix pruning of locked and updated tuples.Andres Freund
2017-12-14Fix walsender timeouts when decoding a large transactionAndrew Dunstan
2017-12-11Fix corner-case coredump in _SPI_error_callback().Tom Lane
2017-12-09MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch
2017-12-09MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch
2017-12-08Fix mistake in commentPeter Eisentraut
2017-12-06Report failure to start a background worker.Robert Haas
2017-12-05Mark assorted variables PGDLLIMPORT.Robert Haas
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-11-30Fix non-GNU makefiles for AIX make.Noah Misch
2017-11-27Fix typo in commentMagnus Hagander
2017-11-26Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway
2017-11-25Update MSVC build process for new timezone data.Tom Lane
2017-11-25Replace raw timezone source data with IANA's new compact format.Tom Lane
2017-11-25Repair failure with SubPlans in multi-row VALUES lists.Tom Lane
2017-11-24Support linking with MinGW-built Perl.Noah Misch
2017-11-21Provide for forward compatibility with future minor protocol versions.Robert Haas
2017-11-20Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.Tom Lane
2017-11-20Add support for Motorola 88K to s_lock.h.Tom Lane
2017-11-13MSVC: Rebuild spiexceptions.h when out of date.Noah Misch
2017-11-12Install Windows crash dump handler before all else.Noah Misch
2017-11-12Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch
2017-11-11Add post-2010 ecpg tests to checktcp.Noah Misch
2017-11-11Make connect/test1 independent of localhost IPv6.Noah Misch