aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* psql documentation fixesPeter Eisentraut2018-01-29
* Add stack-overflow guards in set-operation planning.Tom Lane2018-01-28
* Update time zone data files to tzdata release 2018c.Tom Lane2018-01-27
* Teach reparameterize_path() to handle AppendPaths.Tom Lane2018-01-23
* Make pg_dump's ACL, sec label, and comment entries reliably identifiable.Tom Lane2018-01-22
* Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera2018-01-19
* Cope with indicator arrays that do not have the correct length.Michael Meskes2018-01-15
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-12
* Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane2018-01-12
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* pg_upgrade: simplify code layout in a few placesBruce Momjian2018-01-05
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-05
* Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.Andres Freund2018-01-03
* Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan2018-01-03
* Make XactLockTableWait work for transactions that are not yet self-lockedAlvaro Herrera2018-01-03
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-02
* Disallow UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-22
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Fix pruning of locked and updated tuples.Andres Freund2017-12-14
* Fix walsender timeouts when decoding a large transactionAndrew Dunstan2017-12-14
* Fix corner-case coredump in _SPI_error_callback().Tom Lane2017-12-11
* MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch2017-12-09
* MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch2017-12-08
* MSVC: Remove cosmetic, cross-branch differences pertaining to Perl.Noah Misch2017-12-08
* Fix mistake in commentPeter Eisentraut2017-12-08
* Report failure to start a background worker.Robert Haas2017-12-06
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-05
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Fix non-GNU makefiles for AIX make.Noah Misch2017-11-30
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-27
* Fix typo in commentMagnus Hagander2017-11-27
* 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
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-25
* Support linking with MinGW-built Perl.Noah Misch2017-11-23
* 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
* 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
* 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 connect/test1 expected output.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