aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix nasty performance problem in tsquery_rewrite().Tom Lane2016-10-30
* Fix bogus tree-flattening logic in QTNTernary().Tom Lane2016-10-30
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-30
* If the stats collector dies during Hot Standby, restart it.Robert Haas2016-10-27
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane2016-10-26
* Translation updatesPeter Eisentraut2016-10-24
* Preserve commit timestamps across clean restartAlvaro Herrera2016-10-24
* Avoid testing tuple visibility without buffer lock.Tom Lane2016-10-23
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-23
* Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane2016-10-23
* 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 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 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
* Do ClosePostmasterPorts() earlier in SubPostmasterMain().Tom Lane2016-10-01
* Silence compiler warningsAlvaro Herrera2016-09-28
* Include <sys/select.h> where neededAlvaro Herrera2016-09-27
* 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
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Fix copy/pasto in file identificationSimon Riggs2016-09-12
* 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 VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs2016-09-09
* Fix mdtruncate() to close fd.c handle of deleted segments.Andres Freund2016-09-08
* 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
* Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao2016-08-29
* Fix potential memory leakage from HandleParallelMessages().Tom Lane2016-08-26
* Fix assorted small bugs in ThrowErrorData().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