summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-11-26Fix test about ignoring extension dependencies during extension scripts.Tom Lane
2016-11-25Check for pending trigger events on far end when dropping an FK constraint.Tom Lane
2016-11-23Make sure ALTER TABLE preserves index tablespaces.Tom Lane
2016-11-21Fix PGLC_localeconv() to handle errors better.Tom Lane
2016-11-20Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.Tom Lane
2016-11-17Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesAlvaro Herrera
2016-11-15Account for catalog snapshot in PGXACT->xmin updates.Tom Lane
2016-11-07Fix handling of symlinked pg_stat_tmp and pg_replslotMagnus Hagander
2016-10-30Fix nasty performance problem in tsquery_rewrite().Tom Lane
2016-10-30Fix bogus tree-flattening logic in QTNTernary().Tom Lane
2016-10-27If the stats collector dies during Hot Standby, restart it.Robert Haas
2016-10-27Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas
2016-10-26Fix incorrect trigger-property updating in ALTER CONSTRAINT.Tom Lane
2016-10-24Translation updatesPeter Eisentraut
2016-10-23Avoid testing tuple visibility without buffer lock in RI_FKey_check().Tom Lane
2016-10-20Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.Tom Lane
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