aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Fix typo in commentAlvaro Herrera2018-06-27
* Change pqformat.h's integer handling functions to take unsigned integers.Andres Freund2018-06-26
* Cosmetic improvements for faster column addition.Amit Kapila2018-06-27
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Allow direct lookups of AppendRelInfo by child relidAlvaro Herrera2018-06-26
* Stamp 11beta2.REL_11_BETA2Alvaro Herrera2018-06-25
* Mark binary_upgrade_set_missing_value as parallel_unsafeAndrew Dunstan2018-06-23
* Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan2018-06-22
* Consistently use the term 'partitioned rel' in partprune commentsAlvaro Herrera2018-06-20
* Track new configure flags introduced for version 11 in pg_config.h.win32Michael Paquier2018-06-19
* Remove AELs from subxids correctly on standbySimon Riggs2018-06-16
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-13
* Fix up run-time partition pruning's use of relcache's partition data.Tom Lane2018-06-13
* Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund2018-06-12
* Improve commentary about run-time partition pruning data structures.Tom Lane2018-06-11
* Don't needlessly check the partition contraint twiceAlvaro Herrera2018-06-11
* Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane2018-06-10
* Relocate partition pruning structs to a saner place.Tom Lane2018-06-10
* Improve run-time partition pruning to handle any stable expression.Tom Lane2018-06-10
* Fix and document lock handling for in-memory replication slot dataMichael Paquier2018-06-10
* Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera2018-06-08
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-30
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Update a couple of long-obsolete comments in pg_type.h.Tom Lane2018-05-26
* Remove configure's check for nonstandard "long long" printf modifiers.Tom Lane2018-05-23
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-23
* Stamp 11beta1.REL_11_BETA1Tom Lane2018-05-21
* Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane2018-05-21
* Assorted minor cleanups for bootstrap-data Perl scripts.Tom Lane2018-05-19
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-19
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-18
* Recognize that MSVC can support strtoll() and strtoull().Tom Lane2018-05-18
* Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane2018-05-16
* Make gen_partprune_steps staticAlvaro Herrera2018-05-09
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-04
* Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane2018-05-03
* Fix SPI error cleanup and memory leakPeter Eisentraut2018-05-03
* Improve our method for probing the availability of ARM CRC instructions.Tom Lane2018-05-02
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-02
* Change SIZEOF_BOOL to 1 for Windows.Tom Lane2018-05-02
* Fix some assorted compiler warnings on Windows.Tom Lane2018-05-01
* Improve representation of 'moved partitions' indicator on deleted tuples.Andres Freund2018-05-01
* Cosmetic improvement: use BKI_DEFAULT and BKI_LOOKUP in pg_language.Tom Lane2018-04-29
* In AtEOXact_Files, complain if any files remain unclosed at commit.Tom Lane2018-04-28
* Tweak reformat_dat_file.pl to make it more easily hand-invokable.Tom Lane2018-04-28
* Clarify handling of special-case values in bootstrap catalog data.Tom Lane2018-04-28
* Assorted minor doc/comment fixes.Tom Lane2018-04-28