aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Hand code string to integer conversion for performance.Andres Freund2018-07-22
* Bump catalog version for recent toast table additionsMichael Paquier2018-07-20
* Add toast tables to most system catalogsMichael Paquier2018-07-20
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-19
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* Add plan_cache_mode settingPeter Eisentraut2018-07-16
* Fix argument of pg_create_logical_replication_slot for slot nameMichael Paquier2018-07-13
* Allow using the updated tuple while moving it to a different partition.Amit Kapila2018-07-12
* Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKEDMichael Paquier2018-07-12
* Mark built-in btree comparison functions as leakproof where it's safe.Tom Lane2018-07-11
* Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.Tom Lane2018-07-11
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-11
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Use signals for postmaster death on FreeBSD.Thomas Munro2018-07-11
* Use signals for postmaster death on Linux.Thomas Munro2018-07-11
* Remove dynamic_shared_memory_type=nonePeter Eisentraut2018-07-10
* Fix typosPeter Eisentraut2018-07-10
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Add UtilityReturnsTuples() support for CALLPeter Eisentraut2018-07-09
* Fix typoPeter Eisentraut2018-07-05
* Improve the performance of relation deletes during recovery.Fujii Masao2018-07-05
* Add wait event for fsync of WAL segmentsMichael Paquier2018-07-02
* Stamp HEAD as 12develAndrew Dunstan2018-06-30
* 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