aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove odd blank line in comment.Fujii Masao2014-12-18
* Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund2014-12-18
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-17
* Fix poorly worded error message.Tom Lane2014-12-17
* Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane2014-12-16
* Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan2014-12-16
* Misc comment typo fixes.Heikki Linnakangas2014-12-16
* Fix point <-> polygon code for zero-distance case.Tom Lane2014-12-15
* Add point <-> polygon distance operator.Heikki Linnakangas2014-12-15
* Translation updatesPeter Eisentraut2014-12-15
* Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan2014-12-13
* Repair corner-case bug in array version of percentile_cont().Tom Lane2014-12-13
* Add several generator functions for jsonb that exist for json.Andrew Dunstan2014-12-12
* Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan2014-12-12
* Put the logic to decide which synchronous standby is active into a function.Heikki Linnakangas2014-12-12
* Fix planning of SELECT FOR UPDATE on child table with partial index.Tom Lane2014-12-11
* Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane2014-12-11
* Further changes to REINDEX SCHEMASimon Riggs2014-12-11
* Fix assorted confusion between Oid and int32.Tom Lane2014-12-11
* Use correct macro for reltablespace.Heikki Linnakangas2014-12-11
* Fix minor thinko in convertToJsonb().Tom Lane2014-12-10
* Silence REINDEXSimon Riggs2014-12-09
* REINDEX SCHEMASimon Riggs2014-12-09
* Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs2014-12-08
* Remove duplicate code in heap_prune_chain()Simon Riggs2014-12-08
* Event Trigger for table_rewriteSimon Riggs2014-12-08
* Tweaks for recovery_target_actionSimon Riggs2014-12-07
* Print new track_commit_timestamp in rm_desc of a parameter-change record.Heikki Linnakangas2014-12-05
* Print wal_log_hints in the rm_desc routing of a parameter-change record.Heikki Linnakangas2014-12-05
* Don't dump core if pq_comm_reset() is called before pq_init().Robert Haas2014-12-04
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Fix typosAlvaro Herrera2014-12-03
* Improve error messages for malformed array input strings.Tom Lane2014-12-02
* Don't skip SQL backends in logical decoding for visibility computation.Andres Freund2014-12-02
* Fix JSON aggregates to work properly when final function is re-executed.Tom Lane2014-12-02
* Minor cleanup of function declarations for BRIN.Tom Lane2014-12-02
* Guard against bad "dscale" values in numeric_recv().Tom Lane2014-12-01
* Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan2014-12-01
* Update transaction README for persistent multixactsAlvaro Herrera2014-11-28
* Add bms_get_singleton_member(), and use it where appropriate.Tom Lane2014-11-28
* Add bms_next_member(), and use it where appropriate.Tom Lane2014-11-28
* Improve performance of OverrideSearchPathMatchesCurrent().Tom Lane2014-11-28
* Improve typcache: cache negative lookup results, add invalidation logic.Tom Lane2014-11-28
* Fix assertion failure at end of PITR.Heikki Linnakangas2014-11-28
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Attempt to suppress uninitialized variable warning.Robert Haas2014-11-25
* Fix uninitialized-variable warning.Tom Lane2014-11-25
* action_at_recovery_target recovery config optionSimon Riggs2014-11-25
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-25
* Add int64 -> int8 mapping to genbkiStephen Frost2014-11-25