summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-10-19Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g.Tom Lane
2016-10-19Fix WAL-logging of FSM and VM truncation.Heikki Linnakangas
2016-10-18Fix cidin() to handle values above 2^31 platform-independently.Tom Lane
2016-10-14Fix assorted integer-overflow hazards in varbit.c.Tom Lane
2016-10-13Fix another bug in merging of inherited CHECK constraints.Tom Lane
2016-10-13Try to find out the actual hugepage size when making a MAP_HUGETLB request.Tom Lane
2016-10-13Clean up handling of anonymous mmap'd shared-memory segment.Tom Lane
2016-10-08Fix two bugs in merging of inherited CHECK constraints.Tom Lane
2016-10-04Correct logical decoding restore behaviour for subtransactions.Andres Freund
2016-10-01Do ClosePostmasterPorts() earlier in SubPostmasterMain().Tom Lane
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-23Don't trust CreateFileMapping() to clear the error code on success.Tom Lane
2016-09-23Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane
2016-09-22Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane
2016-09-20Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas
2016-09-20Retry DSM control segment creation if Windows indicates access denied.Robert Haas
2016-09-12Fix copy/pasto in file identificationSimon Riggs
2016-09-10Fix miserable coding in pg_stat_get_activity().Tom Lane
2016-09-09Fix locking a tuple updated by an aborted (sub)transactionAlvaro Herrera
2016-09-09Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs
2016-09-08Fix mdtruncate() to close fd.c handle of deleted segments.Andres Freund
2016-09-03Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.Tom Lane
2016-09-02Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane
2016-09-01Fix minor 9.4-only bug in logical decoding.Tom Lane
2016-08-31Prevent starting a standalone backend with standby_mode on.Tom Lane
2016-08-29Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao
2016-08-25Fix small query-lifespan memory leak in bulk updates.Tom Lane
2016-08-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-19reorderbuffer: preserve errno while reporting errorAlvaro Herrera
2016-08-17Properly re-initialize replication slot shared memory upon creation.Andres Freund
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane
2016-08-12Fix inappropriate printing of never-measured times in EXPLAIN.Tom Lane
2016-08-11Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane
2016-08-08Fix several one-byte buffer over-reads in to_numberPeter Eisentraut
2016-08-08Translation updatesPeter Eisentraut
2016-08-08Fix two errors with nested CASE/WHEN constructs.Tom Lane
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-08-07Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane
2016-08-06In B-tree page deletion, clean up properly after page deletion failure.Tom Lane
2016-08-01Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-28Improve documentation about CREATE TABLE ... LIKE.Tom Lane
2016-07-26Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane
2016-07-19Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.Tom Lane
2016-07-16Fix crash in close_ps() for NaN input coordinates.Tom Lane
2016-07-16Fix torn-page, unlogged xid and further risks from heap_update().Andres Freund
2016-07-15Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.Andres Freund
2016-07-15Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-07-01Be more paranoid in ruleutils.c's get_variable().Tom Lane