summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2017-09-26Use a blacklist to distinguish original from add-on enum values.Tom Lane
2017-09-26Remove lsn from HashScanPosData.Robert Haas
2017-09-26Fix trivial mistake in README.Robert Haas
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-09-22For wal_consistency_checking, mask page checksum as well as page LSN.Robert Haas
2017-09-22hash: Implement page-at-a-time scan.Robert Haas
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-20Remove no-op GiST support functions in the core GiST opclasses.Tom Lane
2017-09-20Allow no-op GiST support functions to be omitted.Tom Lane
2017-09-19Fix crash restart bug introduced in 8356753c212.Andres Freund
2017-09-18Minor code-cleanliness improvements for btree.Tom Lane
2017-09-15Add support for coordinating record typmods among parallel workers.Andres Freund
2017-09-14Perform only one ReadControlFile() during startup.Andres Freund
2017-09-11Message style fixesPeter Eisentraut
2017-09-07Improve performance of get_actual_variable_range with recently-dead tuples.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-09-07Fix handling of savepoint commands within multi-statement Query strings.Tom Lane
2017-09-07Exclude special values in recovery_target_timeSimon Riggs
2017-09-01Use group updates when setting transaction status in clog.Robert Haas
2017-09-01Introduce 64-bit hash functions with a 64-bit seed.Robert Haas
2017-08-31Clean up shm_mq cleanup.Tom Lane
2017-08-30Separate reinitialization of shared parallel-scan state from ExecReScan.Tom Lane
2017-08-22Refactor typcache.c's record typmod hash table.Andres Freund
2017-08-20Partially flatten struct tupleDesc so that it can be used in DSM.Andres Freund
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-16Fix pg_atomic_u64 initialization.Heikki Linnakangas
2017-08-16Use atomic ops to hand out pages to scan in parallel scan.Heikki Linnakangas
2017-08-16Remove dedicated B-tree root-split record types.Heikki Linnakangas
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-14Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane
2017-08-13Remove AtEOXact_CatCache().Tom Lane
2017-08-11Remove uses of "slave" in replication contextsPeter Eisentraut
2017-08-10Remove incorrect assertion in clog.cRobert Haas
2017-08-08Reword some unclear commentsAlvaro Herrera
2017-08-05Make pg_stop_backup's wait_for_archive flag work on standbys.Robert Haas
2017-08-05Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-08-04hash: Immediately after a bucket split, try to clean the old bucket.Robert Haas
2017-07-26Fix concurrent locking of tuple update chainAlvaro Herrera
2017-07-21Fix double shared memory allocation.Teodor Sigaev
2017-07-19Add static assertions about pg_control fitting into one disk sector.Tom Lane
2017-07-17hash: Fix write-ahead logging bugs related to init forks.Robert Haas
2017-07-06Fix potential data corruption during freezeTeodor Sigaev
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-17Fix typos in commentsMagnus Hagander
2017-06-14Avoid bogus TwoPhaseState locking sequencesAlvaro Herrera