summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-09-09Remove files signaling a standby promotion request at postmaster startupFujii Masao
2015-09-08Lock all relations referred to in updatable viewsStephen Frost
2015-09-08Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-09-07Coordinate log_line_prefix options 'm' and 'n' to share a timeval.Jeff Davis
2015-09-07Add log_line_prefix option 'n' for Unix epoch.Jeff Davis
2015-09-07Make GIN's cleanup pending list process interruptableTeodor Sigaev
2015-09-07Add pages deleted from pending list to FSMTeodor Sigaev
2015-09-06Support RADIUS passwords up to 128 charactersMagnus Hagander
2015-09-06Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund
2015-09-06Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark
2015-09-05Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.Tom Lane
2015-09-05Fix misc typos.Heikki Linnakangas
2015-09-05Fix brin index summarizing while vacuuming.Tatsuo Ishii
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-09-03Assorted code review for recent ProcArrayLock patch.Robert Haas
2015-09-03Document that max_worker_processes must be high enough in standby.Fujii Masao
2015-09-02Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev
2015-09-01Allow notifications to bgworkers without database connections.Robert Haas
2015-08-31Clean up icc + ia64 situation.Tom Lane
2015-08-31Actually, it's not that hard to merge the Windows pqsignal code ...Tom Lane
2015-08-31Remove theoretically-unnecessary special case for icc.Tom Lane
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-08-28Ensure locks are acquired on RLS-added relationsStephen Frost
2015-08-28Clarify what some historic terms in rewriteHandler.c mean.Andres Freund
2015-08-26Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.Tom Lane
2015-08-25Limit the verbosity of memory context statistics dumps.Tom Lane
2015-08-23Reduce number of bytes examined by convert_one_string_to_scalar().Tom Lane
2015-08-23Avoid use of float arithmetic in bipartite_match.c.Tom Lane
2015-08-23Fix typo in C comment.Kevin Grittner
2015-08-23Improve whitespacePeter Eisentraut
2015-08-22Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane
2015-08-21Do not allow *timestamp to be passed as NULLAlvaro Herrera
2015-08-21Remove ExecGetScanType functionAlvaro Herrera
2015-08-21Allow record_in() and record_recv() to work for transient record types.Tom Lane
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-08-21In AlterRole, make bypassrls an intStephen Frost
2015-08-19Fix bug in calculations of hash join buckets.Kevin Grittner
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-15Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund
2015-08-15Don't use 'bool' as a struct member name in help_config.c.Andres Freund
2015-08-15Encoding PG_UHC is code page 949.Noah Misch
2015-08-15Restore old pgwin32_message_to_UTF16() behavior outside transactions.Noah Misch
2015-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
2015-08-13Fix unitialized variablesAlvaro Herrera
2015-08-13Undo mistaken tightening in join_is_legal().Tom Lane
2015-08-12Close some holes in BRIN page assignmentAlvaro Herrera
2015-08-12Remove duplicated assignment in pg_create_physical_replication_slot.Andres Freund
2015-08-12Fix two off-by-one errors in bufmgr.c.Andres Freund
2015-08-12Fix some possible low-memory failures in regexp compilation.Tom Lane