summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-06-16Remove AELs from subxids correctly on standbySimon Riggs
2018-06-13Fix some ill-chosen names for globally-visible partition support functions.Tom Lane
2018-06-13Fix up run-time partition pruning's use of relcache's partition data.Tom Lane
2018-06-12Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund
2018-06-11Improve commentary about run-time partition pruning data structures.Tom Lane
2018-06-11Don't needlessly check the partition contraint twiceAlvaro Herrera
2018-06-10Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane
2018-06-10Relocate partition pruning structs to a saner place.Tom Lane
2018-06-10Improve run-time partition pruning to handle any stable expression.Tom Lane
2018-06-10Fix and document lock handling for in-memory replication slot dataMichael Paquier
2018-06-08Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera
2018-05-30Move _bt_upgrademetapage() into critical section.Teodor Sigaev
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-26Update a couple of long-obsolete comments in pg_type.h.Tom Lane
2018-05-23Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane
2018-05-23Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane
2018-05-21Stamp 11beta1.REL_11_BETA1Tom Lane
2018-05-21Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane
2018-05-19Assorted minor cleanups for bootstrap-data Perl scripts.Tom Lane
2018-05-19Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane
2018-05-19Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane
2018-05-18Recognize that MSVC can support strtoll() and strtoull().Tom Lane
2018-05-16Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane
2018-05-09Make gen_partprune_steps staticAlvaro Herrera
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-05-03Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane
2018-05-03Fix SPI error cleanup and memory leakPeter Eisentraut
2018-05-02Improve our method for probing the availability of ARM CRC instructions.Tom Lane
2018-05-02Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas
2018-05-02Change SIZEOF_BOOL to 1 for Windows.Tom Lane
2018-05-01Fix some assorted compiler warnings on Windows.Tom Lane
2018-05-01Improve representation of 'moved partitions' indicator on deleted tuples.Andres Freund
2018-04-29Cosmetic improvement: use BKI_DEFAULT and BKI_LOOKUP in pg_language.Tom Lane
2018-04-28In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane
2018-04-28Tweak reformat_dat_file.pl to make it more easily hand-invokable.Tom Lane
2018-04-28Clarify handling of special-case values in bootstrap catalog data.Tom Lane
2018-04-28Assorted minor doc/comment fixes.Tom Lane
2018-04-26C comment: add description of root_tuple_slotBruce Momjian
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-26Preliminary work for pgindent run.Tom Lane
2018-04-26Fix duplicate_oids and unused_oids so user needn't cd to catalog dir.Tom Lane
2018-04-25Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure.Tom Lane
2018-04-25Make Catalog.pm's representation of toast and index decls more abstract.Tom Lane
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-24Initialize ExprStates once in run-time partition pruningAlvaro Herrera
2018-04-23Add GUC enable_partition_pruningAlvaro Herrera
2018-04-23Fix wrong validation of top-parent pointer during page deletion in Btree.Teodor Sigaev
2018-04-23Make PGJIT_* macros safer.Heikki Linnakangas
2018-04-23Add comment explaining BGWORKER_BYPASS_ALLOWCONNMagnus Hagander