aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane2016-10-09
* Fix two bugs in merging of inherited CHECK constraints.Tom Lane2016-10-08
* libpqwalreceiver needs to link with libintl when using --enable-nls.Tom Lane2016-10-07
* Fix fallback implementation of pg_atomic_write_u32().Andres Freund2016-10-07
* Correct logical decoding restore behaviour for subtransactions.Andres Freund2016-10-03
* Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.Tom Lane2016-10-03
* Fix RLS with COPY (col1, col2) FROM tabStephen Frost2016-10-03
* Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.Tom Lane2016-10-02
* Do ClosePostmasterPorts() earlier in SubPostmasterMain().Tom Lane2016-10-01
* Silence compiler warningsAlvaro Herrera2016-09-28
* Fix dangling pointer problem in ReorderBufferSerializeChange.Robert Haas2016-09-28
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* Translation updatesPeter Eisentraut2016-09-26
* Remove useless code.Tom Lane2016-09-23
* Don't trust CreateFileMapping() to clear the error code on success.Tom Lane2016-09-23
* Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane2016-09-23
* Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane2016-09-22
* Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas2016-09-20
* Retry DSM control segment creation if Windows indicates access denied.Robert Haas2016-09-20
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Make min_parallel_relation_size's default value platform-independent.Tom Lane2016-09-15
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Fix and clarify comments on replacement selection.Heikki Linnakangas2016-09-15
* Fix copy/pasto in file identificationSimon Riggs2016-09-12
* Raise max setting of checkpoint_timeout to 1dSimon Riggs2016-09-11
* Fix miserable coding in pg_stat_get_activity().Tom Lane2016-09-10
* Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera2016-09-09
* Fix corruption of 2PC recovery with subxactsSimon Riggs2016-09-09
* Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs2016-09-09
* Fix mdtruncate() to close fd.c handle of deleted segments.Andres Freund2016-09-08
* Fix minor memory leak in Standby startupSimon Riggs2016-09-08
* Guard against possible memory allocation botch in batchmemtuples().Tom Lane2016-09-06
* Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.Tom Lane2016-09-03
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-02
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31
* Translation updatesPeter Eisentraut2016-08-29
* Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao2016-08-29
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Add a nonlocalized version of the severity field to client error messages.Tom Lane2016-08-26
* Fix potential memory leakage from HandleParallelMessages().Tom Lane2016-08-26
* Put static forward declarations in elog.c back into same order as code.Tom Lane2016-08-26
* Fix assorted small bugs in ThrowErrorData().Tom Lane2016-08-26
* Fix logic for adding "parallel worker" context line to worker errors.Tom Lane2016-08-26
* Fix small query-lifespan memory leak in bulk updates.Tom Lane2016-08-24
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Suppress compiler warnings in non-cassert builds.Tom Lane2016-08-23
* Fix possible sorting error when aborting use of abbreviated keys.Robert Haas2016-08-22
* Guard against parallel-restricted functions in VALUES expressions.Tom Lane2016-08-19
* reorderbuffer: preserve errno while reporting errorAlvaro Herrera2016-08-19