summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-18Remove odd blank line in comment.Fujii Masao
2014-12-18Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund
2014-12-18Fix previous commit for TAP test suites in VPATH builds.Noah Misch
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-12-17Allow CHECK constraints to be placed on foreign tables.Tom Lane
2014-12-17Clarify the regexp used to detect source files in MSVC builds.Heikki Linnakangas
2014-12-17Fix another poorly worded error message.Tom Lane
2014-12-17Fix poorly worded error message.Tom Lane
2014-12-17Add missing documentation for some vcregress modesMagnus Hagander
2014-12-16Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane
2014-12-16Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan
2014-12-16Misc comment typo fixes.Heikki Linnakangas
2014-12-16Fix incorrect comment about XLogRecordBlockHeader.data_length field.Heikki Linnakangas
2014-12-16Fix commit_ts test suite for systems with coarse timestamp granularity.Noah Misch
2014-12-15Translation updatesPeter Eisentraut
2014-12-15add missing newlineAlvaro Herrera
2014-12-15Fix point <-> polygon code for zero-distance case.Tom Lane
2014-12-15Add point <-> polygon distance operator.Heikki Linnakangas
2014-12-15Translation updatesPeter Eisentraut
2014-12-13Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan
2014-12-13Repair corner-case bug in array version of percentile_cont().Tom Lane
2014-12-13Remove duplicate #defineHeikki Linnakangas
2014-12-12Avoid instability in output of new REINDEX SCHEMA test.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-12SSL tests: Remove trailing blank linesPeter Eisentraut
2014-12-12SSL tests: Silence pg_ctl outputPeter Eisentraut
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-11Make rowsecurity test clean up after itself, too.Tom Lane
2014-12-11Fix completely broken REINDEX SCHEMA testcase.Tom Lane
2014-12-11Fix assorted confusion between Oid and int32.Tom Lane
2014-12-11Use correct macro for reltablespace.Heikki Linnakangas
2014-12-11Fix typoPeter Eisentraut
2014-12-11Fix minor thinko in convertToJsonb().Tom Lane
2014-12-09Add a regression test suite for SSL support.Heikki Linnakangas
2014-12-09Silence REINDEXSimon Riggs
2014-12-08Execute 18 tests for src/bin/scripts/t/090..Simon Riggs
2014-12-08REINDEX SCHEMASimon Riggs
2014-12-08Windows: use GetSystemTimePreciseAsFileTime if availableSimon Riggs
2014-12-08Use GetSystemTimeAsFileTime directly in win32Simon 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-05Give a proper error message if initdb password file is empty.Heikki Linnakangas
2014-12-05Don't include file type bits in tar archive's mode field.Heikki Linnakangas
2014-12-05Remove erroneous EXTRA_CLEAN line from Makefile.Heikki Linnakangas
2014-12-05Print new track_commit_timestamp in rm_desc of a parameter-change record.Heikki Linnakangas