summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-11-25Improve planner's handling of set-returning functions in grouping columns.Tom Lane
2017-11-25Avoid projecting tuples unnecessarily in Gather and Gather Merge.Robert Haas
2017-11-25Improve valgrind logic in aset.c, and fix multiple issues in generation.c.Tom Lane
2017-11-24Mostly-cosmetic improvements in memory chunk header alignment coding.Tom Lane
2017-11-24Fix bug in generation.c's valgrind support.Tom Lane
2017-11-24RLS comment fixes.Dean Rasheed
2017-11-24Fix unstable regression test added by commits 59b71c6fe et al.Tom Lane
2017-11-24Support linking with MinGW-built Perl.Noah Misch
2017-11-24Fix handling of NULLs returned by aggregate combine functions.Andres Freund
2017-11-23Ensure sizeof(GenerationChunk) is maxaligned.Tom Lane
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-11-23Build src/test/isolation during "make" and "make install".Noah Misch
2017-11-22Fix typoMagnus Hagander
2017-11-22Tweak code for older compilersSimon Riggs
2017-11-22Generational memory allocatorSimon Riggs
2017-11-22Sort default partition to bottom of psql \d+Simon Riggs
2017-11-22Show partition info from psql \d+Simon Riggs
2017-11-22Set es_output_cid in replication workerSimon Riggs
2017-11-21pgbench: fix stats reporting when some transactions are skipped.Tom Lane
2017-11-21Provide for forward compatibility with future minor protocol versions.Robert Haas
2017-11-21Fix multiple problems with satisfies_hash_partition.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-20Fix pg_control_checkpoint from commit 4b0d28de06Simon Riggs
2017-11-20Tweak use of ExecContextForcesOids by Gather (Merge).Robert Haas
2017-11-20Pass eflags down to parallel workers.Robert Haas
2017-11-20Reduce test variability for toast_tuple_target testSimon Riggs
2017-11-19Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs
2017-11-18Fix compiler warning in rangetypes_spgist.c.Tom Lane
2017-11-18Merge near-duplicate code in RI triggers.Tom Lane
2017-11-18Consistently catch errors from Python _New() functionsPeter Eisentraut
2017-11-18Improve to_date/to_number/to_timestamp behavior with multibyte characters.Tom Lane
2017-11-18Fix quoted-substring handling in format parsing for to_char/to_number/etc.Tom Lane
2017-11-18Support channel binding 'tls-unique' in SCRAMPeter Eisentraut
2017-11-17Update postgresql.conf.sample comment for bgwriter_lru_maxpagesRobert Haas
2017-11-17Prevent to_number() from losing data when template doesn't match exactly.Tom Lane
2017-11-17Set proargmodes for satisfies_hash_partition.Robert Haas
2017-11-17Remove BufFile's isTemp flag.Andres Freund
2017-11-17Provide DSM segment to ExecXXXInitializeWorker functions.Andres Freund
2017-11-16Clean up warnings in MinGW builds.Tom Lane
2017-11-16Make PL/Python handle domain-type conversions correctly.Tom Lane
2017-11-16Remove redundant line from Makefile.Robert Haas
2017-11-16Fix broken cleanup interlock for GIN pending list.Robert Haas
2017-11-16Fix typo in comment.Robert Haas
2017-11-16Update postgresql.conf.sample to match pg_settings classificaitons.Robert Haas
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-11-16Define _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC builds.Tom Lane
2017-11-16Back out the session_start and session_end hooks feature.Andrew Dunstan
2017-11-16Fix bogus logic for checking data dirs' versions within pg_upgrade.Tom Lane
2017-11-16Further refactoring of c.h and nearby files.Tom Lane