aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.Tom Lane2016-10-20
* Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane2016-10-19
* Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas2016-10-19
* Fix cidin() to handle values above 2^31 platform-independently.Tom Lane2016-10-18
* Fix use-after-free around DISTINCT transition function calls.Heikki Linnakangas2016-10-17
* Fix assorted integer-overflow hazards in varbit.c.Tom Lane2016-10-14
* Fix handling of pgstat counters for TRUNCATE in a prepared transaction.Tom Lane2016-10-13
* Fix another bug in merging of inherited CHECK constraints.Tom Lane2016-10-13
* Try to find out the actual hugepage size when making a MAP_HUGETLB request.Tom Lane2016-10-13
* Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane2016-10-13
* Fix broken jsonb_set() logic for replacing array elements.Tom Lane2016-10-13
* 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