summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-18Permit use of vsprintf() in PostgreSQL code.Noah Misch
2015-05-18Prevent a double free by not reentering be_tls_close().Noah Misch
2015-05-18Fix typo in comment.Heikki Linnakangas
2015-05-18Put back stats-collector restarting code, removed accidentally.Heikki Linnakangas
2015-05-18Add new files to nls.mkPeter Eisentraut
2015-05-18Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane
2015-05-17Fix typos in commentsMagnus Hagander
2015-05-17Fix whitespacePeter Eisentraut
2015-05-16pg_upgrade: no need to check for matching float8_pass_by_valueBruce Momjian
2015-05-16More portability fixing for bipartite_match.c.Tom Lane
2015-05-16pg_upgrade: force timeline 1 in the new clusterBruce Momjian
2015-05-16pg_upgrade: only allow template0 to be non-connectableBruce Momjian
2015-05-16Avoid direct use of INFINITY.Tom Lane
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15Update time zone data files to tzdata release 2015d.Tom Lane
2015-05-15Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera
2015-05-15Improve test for CONVERT() with GB18030 <-> UTF8.Tom Lane
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-05-15SQLStandard feature T613 Sampling now SupportedSimon Riggs
2015-05-15Fix uninitialized variable.Tom Lane
2015-05-15Extend GB18030 encoding conversion to cover full Unicode range.Tom Lane
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Silence another create_index regression test failure.Heikki Linnakangas
2015-05-15Fix outdated src/test/mb/ tests, and add a GB18030 test.Tom Lane
2015-05-15Add archive_mode='always' option.Heikki Linnakangas
2015-05-15Silence create_index regression test failure.Heikki Linnakangas
2015-05-15Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas
2015-05-15Fix insufficiently-paranoid GB18030 encoding verifier.Tom Lane
2015-05-15Support --verbose option in reindexdb.Fujii Masao
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-15Teach UtfToLocal/LocalToUtf to support algorithmic encoding conversions.Tom Lane
2015-05-15Separate block sampling functionsSimon Riggs
2015-05-15pg_upgrade: make controldata checks more consistentBruce Momjian
2015-05-15Add pg_settings.pending_restart columnPeter Eisentraut
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-05-13Fix comment.Robert Haas
2015-05-13Extend abbreviated key infrastructure to datum tuplesorts.Robert Haas
2015-05-13Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane
2015-05-13Fix jsonb replace and delete on scalars and empty structuresAndrew Dunstan
2015-05-13Remove useless assertion.Robert Haas
2015-05-13PL/Python: Remove procedure cache invalidationPeter Eisentraut
2015-05-12Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund
2015-05-12Fix some errors from jsonb functions patch.Andrew Dunstan
2015-05-12Additional functions and operators for jsonbAndrew Dunstan
2015-05-12Add support for doing late row locking in FDWs.Tom Lane
2015-05-12pgbench: Don't fail during startupStephen Frost
2015-05-12pg_basebackup -F t now succeeds with a long symlink targetAndrew Dunstan
2015-05-12doc build: use unique Makefile variable to control temp installBruce Momjian