summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2014-12-13Repair corner-case bug in array version of percentile_cont().Tom Lane
2014-12-12Add several generator functions for jsonb that exist for json.Andrew Dunstan
2014-12-12Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan
2014-12-12Put the logic to decide which synchronous standby is active into a function.Heikki Linnakangas
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-11Further changes to REINDEX SCHEMASimon Riggs
2014-12-11Fix assorted confusion between Oid and int32.Tom Lane
2014-12-11Use correct macro for reltablespace.Heikki Linnakangas
2014-12-11Fix minor thinko in convertToJsonb().Tom Lane
2014-12-09Silence REINDEXSimon Riggs
2014-12-08REINDEX SCHEMASimon Riggs
2014-12-08Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs
2014-12-07Remove duplicate code in heap_prune_chain()Simon Riggs
2014-12-07Event Trigger for table_rewriteSimon Riggs
2014-12-07Tweaks for recovery_target_actionSimon Riggs
2014-12-05Print new track_commit_timestamp in rm_desc of a parameter-change record.Heikki Linnakangas
2014-12-05Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas
2014-12-05Don't dump core if pq_comm_reset() is called before pq_init().Robert Haas
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
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-02Minor cleanup of function declarations for BRIN.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-28Add bms_get_singleton_member(), and use it where appropriate.Tom Lane
2014-11-28Add bms_next_member(), and use it where appropriate.Tom Lane
2014-11-28Improve performance of OverrideSearchPathMatchesCurrent().Tom Lane
2014-11-28Improve typcache: cache negative lookup results, add invalidation logic.Tom Lane
2014-11-28Fix assertion failure at end of PITR.Heikki Linnakangas
2014-11-27Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost
2014-11-26Attempt to suppress uninitialized variable warning.Robert Haas
2014-11-25Fix uninitialized-variable warning.Tom Lane
2014-11-25action_at_recovery_target recovery config optionSimon Riggs
2014-11-25Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane
2014-11-25Add int64 -> int8 mapping to genbkiStephen Frost
2014-11-25Allow using connection URI in primary_conninfo.Heikki Linnakangas
2014-11-25Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas
2014-11-24Add infrastructure to save and restore GUC values.Robert Haas
2014-11-24Add a few paragraphs to B-tree README explaining L&Y algorithm.Heikki Linnakangas
2014-11-24Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas
2014-11-23Allow simplification of EXISTS() subqueries containing LIMIT.Tom Lane
2014-11-22Fix mishandling of system columns in FDW queries.Tom Lane
2014-11-21Rearrange CustomScan API.Tom Lane
2014-11-21Simplify API for initially hooking custom-path providers into the planner.Tom Lane
2014-11-21No need to call XLogEnsureRecordSpace when the relation is unlogged.Heikki Linnakangas
2014-11-21Fix bogus comments in XLogRecordAssembleHeikki Linnakangas