summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-20Add, optional, support for 128bit integers.Andres Freund
2015-03-20docs: mention the optimizer can increase the index usage countBruce Momjian
2015-03-20Fix whitespacePeter Eisentraut
2015-03-20regression tests: remove polygon diagramsBruce Momjian
2015-03-20psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off modeBruce Momjian
2015-03-19GetUserId() changes to has_privs_of_role()Stephen Frost
2015-03-19Add flags argument to dsm_create.Robert Haas
2015-03-19doc: ALTER DOMAIN VALIDATE CONSTRAINT can also failBruce Momjian
2015-03-19Fix status reporting for terminated bgworkers that were never started.Robert Haas
2015-03-18pg_upgrade: document use of rsync for slave upgradesBruce Momjian
2015-03-18array_offset() and array_offsets()Alvaro Herrera
2015-03-18Install shared libraries to bin/ in Windows under MSVCAlvaro Herrera
2015-03-18Setup cursor position for schema-qualified elementsAlvaro Herrera
2015-03-18Rationalize vacuuming options and parametersAlvaro Herrera
2015-03-17Remove docs missed in 51c11a7025.Andres Freund
2015-03-17Fix out-of-array-bounds compiler warningAlvaro Herrera
2015-03-16Support opfamily members in get_object_addressAlvaro Herrera
2015-03-16Replace insertion sort in contrib/intarray with qsort().Tom Lane
2015-03-15Improve representation of PlanRowMark.Tom Lane
2015-03-15Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane
2015-03-15src/port/dirmod.c needs to be built on Cygwin too.Tom Lane
2015-03-15Add missing documentation for PGC_SU_BACKEND in description of pg_settings.Tom Lane
2015-03-15Merge the various forms of transaction commit & abort records.Andres Freund
2015-03-15Increase max_wal_size's default from 128MB to 1GB.Andres Freund
2015-03-15Adjust valgrind suppressions wrt 025c02420.Andres Freund
2015-03-15Remove pause_at_recovery_target recovery.conf setting.Andres Freund
2015-03-15Suppress maybe-uninitialized compiler warnings.Fujii Masao
2015-03-14Remove obsolete comment.Tom Lane
2015-03-14doc: Remove link to outdated dtrace project on pgfoundryPeter Eisentraut
2015-03-14Build src/port/dirmod.c only on Windows.Tom Lane
2015-03-14Remove workaround for ancient incompatibility between readline and libedit.Tom Lane
2015-03-13Fix integer overflow in debug message of walreceiverTatsuo Ishii
2015-03-13Document the new custom scan APIs.Robert Haas
2015-03-12Improve documentation of bt_page_items().Tom Lane
2015-03-12Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.Tom Lane
2015-03-12Fix memory leaks in GIN index vacuum.Heikki Linnakangas
2015-03-12Support flattening of empty-FROM subqueries and one-row VALUES tables.Tom Lane
2015-03-12Fix old bug in get_loop_count().Tom Lane
2015-03-12Improve planner's cost estimation in the presence of semijoins.Tom Lane
2015-03-11PL/Python: Fix regression tests for Python 3Peter Eisentraut
2015-03-11Support default ACLs in get_object_addressAlvaro Herrera
2015-03-11Fix libpq test expected output fileAlvaro Herrera
2015-03-11Support user mappings in get_object_addressAlvaro Herrera
2015-03-11PL/Python: Avoid lossiness in float conversionPeter Eisentraut
2015-03-11Require non-NULL pstate for all addRangeTableEntryFor* functions.Robert Haas
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Allocate ParamListInfo once per plpgsql function, not once per expression.Tom Lane
2015-03-11sepgsql: Improve error message when unsupported object type is labeled.Robert Haas
2015-03-11Suggest to the user the column they may have meant to reference.Robert Haas
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund