summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-053-6/+193
* Allow background workers to bypass datallowconnMagnus Hagander2018-04-051-1/+2
* Fix handling of non-upgraded B-tree metapagesTeodor Sigaev2018-04-051-6/+41
* Remove unused vars and mark assert-only varsTeodor Sigaev2018-04-052-5/+1
* Fix typoTeodor Sigaev2018-04-051-1/+1
* Improve FSM management for BRIN indexes.Tom Lane2018-04-042-82/+102
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-045-19/+280
* Add prefix operator for TEXT type.Teodor Sigaev2018-04-031-4/+39
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-12/+16
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-16/+12
* Modified files for MERGESimon Riggs2018-04-021-12/+16
* Fix some dubious WAL-parsing code.Tom Lane2018-04-021-4/+4
* Fix a boatload of typos in C comments.Tom Lane2018-04-012-3/+3
* Small cleanups in fast default code.Andrew Dunstan2018-04-011-5/+8
* Ensure that WAL pages skipped by a forced WAL switch are zero-filled.Tom Lane2018-03-301-12/+32
* Do index FSM vacuuming sooner.Tom Lane2018-03-302-9/+32
* Predicate locking in GIN indexTeodor Sigaev2018-03-306-17/+151
* Fix typo in commentMagnus Hagander2018-03-301-1/+1
* C comments: "a" <--> "an" correctionsBruce Momjian2018-03-291-1/+1
* README change: update for hash access methodBruce Momjian2018-03-291-2/+2
* Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead.Tom Lane2018-03-291-14/+30
* Store 2PC GID in commit/abort WAL recs for logical decodingSimon Riggs2018-03-283-20/+202
* Quick adaption of JIT tuple deforming to the fast default patch.Andres Freund2018-03-271-2/+6
* Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan2018-03-282-131/+558
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-271-1/+0
* Allow HOT updates for some expression indexesSimon Riggs2018-03-272-8/+142
* Add predicate locking for GiSTTeodor Sigaev2018-03-272-1/+15
* JIT tuple deforming in LLVM JIT provider.Andres Freund2018-03-261-0/+10
* Fix thinko in commentAlvaro Herrera2018-03-261-4/+8
* Optimize btree insertions for common case of increasing valuesAndrew Dunstan2018-03-261-19/+119
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-221-1/+1
* Fix typo in comment.Robert Haas2018-03-221-1/+1
* Fix tuple counting in SP-GiST index build.Tom Lane2018-03-221-1/+7
* Call pgstat_report_activity() in parallel CREATE INDEX workers.Robert Haas2018-03-221-5/+25
* Prevent query-lifespan memory leakage of SP-GiST traversal values.Tom Lane2018-03-191-1/+8
* Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.Tom Lane2018-03-171-0/+26
* Change transaction state debug strings to match enum symbolsPeter Eisentraut2018-03-161-12/+12
* Improve savepoint error messagesPeter Eisentraut2018-03-161-6/+6
* Simplify parse representation of savepoint commandsPeter Eisentraut2018-03-161-26/+2
* Rename TransactionChain functionsPeter Eisentraut2018-03-161-14/+14
* Update function commentsPeter Eisentraut2018-03-161-20/+19
* Log when a BRIN autosummarization request failsAlvaro Herrera2018-03-141-3/+13
* Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATIVE in comments.Andres Freund2018-03-051-3/+3
* Fix VM buffer pin management in heap_lock_updated_tuple_rec().Tom Lane2018-03-021-8/+16
* Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane2018-03-021-10/+9
* Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera2018-03-011-1/+1
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-288-26/+32
* Use platform independent type for TupleTableSlot->tts_off.Andres Freund2018-02-201-2/+2
* Minor comment fixPeter Eisentraut2018-02-171-1/+1
* Fix typo in commentMagnus Hagander2018-02-161-1/+1