aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add missing serial commaPeter Eisentraut2015-09-18
* Remove trailing slashes from directories in find commandPeter Eisentraut2015-09-18
* Glue layer to connect the executor to the shm_mq mechanism.Robert Haas2015-09-18
* Cache argument type information in json(b) aggregate functions.Andrew Dunstan2015-09-18
* Fix low-probability memory leak in regex execution.Tom Lane2015-09-18
* Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3bTeodor Sigaev2015-09-18
* Fix oversight in tsearch type checkTeodor Sigaev2015-09-17
* Add new function planstate_tree_walker.Robert Haas2015-09-17
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-17
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* Sync regex code with Tcl 8.6.4.Tom Lane2015-09-16
* Enforce ALL/SELECT policies in RETURNING for RLSStephen Frost2015-09-15
* RLS refactoringStephen Frost2015-09-15
* Revert "Fix an O(N^2) problem in foreign key references".Tom Lane2015-09-15
* Improve log messages related to tablespace_map fileFujii Masao2015-09-15
* Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan2015-09-13
* Update SQL features listPeter Eisentraut2015-09-12
* Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.Robert Haas2015-09-11
* Add missing ReleaseBuffer call in BRIN revmap codeAlvaro Herrera2015-09-11
* Fix an O(N^2) problem in foreign key references.Kevin Grittner2015-09-11
* When trace_lwlocks is used, identify individual lwlocks by name.Robert Haas2015-09-11
* Fix setrefs.c comment properly.Tom Lane2015-09-10
* Fix typo in setrefs.cStephen Frost2015-09-10
* Fix minor bug in regexp makesearch() function.Tom Lane2015-09-09
* Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commitTeodor Sigaev2015-09-09
* Microvacuum for GISTTeodor Sigaev2015-09-09
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Lock all relations referred to in updatable viewsStephen Frost2015-09-08
* Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao2015-09-09
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-08
* Coordinate log_line_prefix options 'm' and 'n' to share a timeval.Jeff Davis2015-09-07
* Add log_line_prefix option 'n' for Unix epoch.Jeff Davis2015-09-07
* Make GIN's cleanup pending list process interruptableTeodor Sigaev2015-09-07
* Add pages deleted from pending list to FSMTeodor Sigaev2015-09-07
* Support RADIUS passwords up to 128 charactersMagnus Hagander2015-09-06
* Add ability to reserve WAL upon slot creation via replication protocol.Andres Freund2015-09-06
* Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark2015-09-06
* Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.Tom Lane2015-09-05
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix brin index summarizing while vacuuming.Tatsuo Ishii2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Assorted code review for recent ProcArrayLock patch.Robert Haas2015-09-03
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-03
* Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev2015-09-02
* Allow notifications to bgworkers without database connections.Robert Haas2015-09-01
* Clean up icc + ia64 situation.Tom Lane2015-08-31
* Actually, it's not that hard to merge the Windows pqsignal code ...Tom Lane2015-08-31
* Remove theoretically-unnecessary special case for icc.Tom Lane2015-08-31
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-31
* Ensure locks are acquired on RLS-added relationsStephen Frost2015-08-28