summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-01-09xlogreader.c: Fix report_invalid_record translatability flagAlvaro Herrera
2015-01-08Protect against XLogReaderAllocate() failing to allocate memory.Andres Freund
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2015-01-08Always set the six locale category environment variables in main().Noah Misch
2015-01-08Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch
2015-01-06Correctly handle relcache invalidation corner case during logical decoding.Andres Freund
2015-01-06Improve relcache invalidation handling of currently invisible relations.Andres Freund
2015-01-04Fix thinko in lock mode enumAlvaro Herrera
2015-01-03Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2015-01-03Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane
2014-12-31Fix trailing whitespace in PO filePeter Eisentraut
2014-12-30Backpatch variable renaming in formatting.cBruce Momjian
2014-12-26Grab heavyweight tuple lock only before sleepingAlvaro Herrera
2014-12-25Remove duplicate include of slot.h.Fujii Masao
2014-12-19Fix timestamp in end-of-recovery WAL records.Heikki Linnakangas
2014-12-19Prevent potentially hazardous compiler/cpu reordering during lwlock release.Andres Freund
2014-12-18Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund
2014-12-17Fix poorly worded error message.Tom Lane
2014-12-16Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane
2014-12-16Misc comment typo fixes.Heikki Linnakangas
2014-12-15Translation updatesAlvaro Herrera
2014-12-15Translation updatesPeter Eisentraut
2014-12-13Repair corner-case bug in array version of percentile_cont().Tom Lane
2014-12-12Fix planning of SELECT FOR UPDATE on child table with partial index.Tom Lane
2014-12-12Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane
2014-12-11Fix assorted confusion between Oid and int32.Tom Lane
2014-12-11Fix minor thinko in convertToJsonb().Tom Lane
2014-12-05Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas
2014-12-03Fix typosAlvaro Herrera
2014-12-02Improve error messages for malformed array input strings.Tom Lane
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
2014-12-02Fix JSON aggregates to work properly when final function is re-executed.Tom Lane
2014-12-01Guard against bad "dscale" values in numeric_recv().Tom Lane
2014-12-01Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan
2014-11-28Update transaction README for persistent multixactsAlvaro Herrera
2014-11-22Fix mishandling of system columns in FDW queries.Tom Lane
2014-11-17Fix WAL-logging of B-tree "unlink halfdead page" operation.Heikki Linnakangas
2014-11-17Translation updatesPeter Eisentraut
2014-11-15Sync unlogged relations to disk after they have been reset.Andres Freund
2014-11-15Ensure unlogged tables are reset even if crash recovery errors out.Andres Freund
2014-11-14Allow interrupting GetMultiXactIdMembersAlvaro Herrera
2014-11-14Improve logical decoding log messagesPeter Eisentraut
2014-11-13Fix and improve cache invalidation logic for logical decoding.Andres Freund
2014-11-13Fix xmin/xmax horizon computation during logical decoding initialization.Andres Freund
2014-11-13Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas
2014-11-12Explicitly support the case that a plancache's raw_parse_tree is NULL.Tom Lane
2014-11-12Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund
2014-11-12Use just one database connection in the "tablespace" test.Noah Misch
2014-11-12Message improvementsPeter Eisentraut